*{
	margin: 0;
	padding: 0;
}

a:link {
	color: #2d5a87;
	text-decoration: none;
}
p a:link {
	font-weight: bold;
	text-decoration: none;
}
p a:visited {
	font-weight: bold;
	text-decoration: none;
}
p a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #3C78B5;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #000000;
	background-image: url('../images/SET_bg_repeat.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	color: #464646;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#page {
	width: 939px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color:#fff;
}

* html #page {
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* HEADER */

#header {
	background-image: url('../images/SET_logo.jpg');
	height: 126px
	/*margin: 0 25px 0 25px;*/
}
#headerBar {

	color: #cdcdcd;
	background-color: #000;
	width: 939px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	height: 17px;
	/*border-top: 2px solid #091967;*/
}

#logo {
	position: absolute;
	z-index: 20;
	width: 211px;
	height: 68px;
	overflow: hidden;
	margin-top: 0;
}
/*---------*/
/* Content */
/*---------*/
.clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0pt;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
#content {
	padding-bottom: 150px;
	/*background-image: url('../images/content-bg-repeat.jpg');*/
	/*background-repeat: repeat-y;*/
	background-color: #fff;
}
#contentMain {
	/*display: inline;*/
	/*clear: both;*/
	float: right;
	margin: 5px 5px 0 0;
	width: 930px;	
}
#contentMain p{
	margin: 1px 15px 8px 5px;
}
.pageHead {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a1967;	
}
.tagLine {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0a1967;
	text-align: center;
}
.tagLine2{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0a1967;
	text-align: center;
}

#tariffList li{
    list-style:none;
    font-weight: bold;
}
#tariffList li a:link img{
    padding: 0 12px 0 0;
    text-decoration: none;
}

/*-----------------*/
/* Left side links */
/*-----------------*/
#contentSub {
	/*display: inline;*/
	float: left;
	width: 229px;
	margin: 10px 0 0 8px;
}
.addressBlock{
	border: 1px solid black;
	background-color: #ced1e2;
	padding: 5px;
	margin: 0 0 10px 0;
}
.addressBlockHead {
	border: 1px solid black;
	background-color: #b3b8cf;
	padding: 3px;
	font-weight: bold;
}

#contentSub ul {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
}

#contentSub li {
	font-family: arial, verdana, sans-serif;  
	font-size: 12px;
	font-weight: bold;
	/*border-bottom: 1px dotted;*/
}

#contentSub li:last-child {
	border-bottom: none;
}

#contentSub li a {
	color: #303030;
	display: block;
	text-decoration: none;   
	padding: 0 0 0 5px;
	margin: 4px 0 0 0;
	height: 18px;
}

#contentSub li a:hover{
	color: #131313;
	background-color: #b3b8cf;
}

.non_nav_text {
	color: #0f1a50;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
#link img {
	text-align: center;
	padding: 15px 0 0 0;
}
  #features td {
    background-color: #fff;
    padding: 2px;
  }
  .10pxIndent {
    padding-left: 10px;
  }
/*------------------------*/
/*---------FOOTER---------*/
/*------------------------*/
#footer {
	/*border-top: 2px solid black;*/
	/*border-bottom: 2px solid black;*/
	background-color: #ced1e2;
	height: 93px;
	width: 939px;
	margin: 0;
	padding: 12px 0 0 0;  
	color: #595959;
	text-align: center;
}

#footer a:link {
	color: #595959;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 0 0 0;  
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #595959;
	text-decoration: none;
}
