@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#333333;
	margin:0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1c2f66;
	height:100%;
}

p {
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666666;
}

a {
	text-decoration: none; 
	color: #3351af;
	font-size:10px;
	font-weight:bold;
	}
	
a:visited {
	text-decoration: none; 
	color: #3351af;
	}
	
a:active {
	text-decoration: none; 
	color: #f80402;
	}

a:hover {
	color: #f80402;
	text-align: left;
	text-decoration: none;
}


h1 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
}

h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight:normal;
	}
	
hr {
	color:#cccccc;
}
	
/* containers and menu */

.twoColFixRtHdr #topbar {
	width: 800px;  
	margin: 0 auto;
	margin-bottom:30px;
	vertical-align:top;
	text-align: center;
	height:10px;
	background-color: #ff0000;
} 

.twoColFixRtHdr #backgroundcontainer {
	width: 800px;  
	margin: 0 auto;
	padding:0;
	text-align: center;
	background-image:url(images/fadetoblue.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #797776;
} 

.twoColFixRtHdr #container { 
	width: 750px;  
	margin: 0 auto; 
	text-align: left; 
} 

.twoColFixRtHdr #logo { 
	width:300px;
	float:left;
} 

.twoColFixRtHdr #secondarymenu {
	width:450px;
	float:right;
	text-align:right;
	height:25px;
	padding-top:25px;
}
.secondarymenucopy {
	font-size:9px;
	color:#666666;
}

.secondarymenucopy a:link {
	text-decoration: none; 
	color: #666666;
	font-weight:normal;
	font-size:9px;
}

.secondarymenucopy a:visited {
	text-decoration: none; 
	color: #666666;
	font-weight:normal;
	font-size:9px;
}


.secondarymenucopy a:active {
	text-decoration: none; 
	color: #102676;
	font-weight:normal;
	font-size:9px;
}


.secondarymenucopy a:hover {
	text-decoration: none; 
	color: #102676;
	font-weight:normal;
	font-size:9px;
}


.twoColFixRtHdr #menu { 
	background: #CCCCCC;
	height:33px; 
} 
.twoColFixRtHdr #banner { 
	background: #FFFFFF;
	clear:both;
} 
.twoColFixRtHdr #header { 
	background: #1195ad;
	width:526px;
	height:26px;
	float:left;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* main and side column content */

#sidebar1 {
	float: right;
	width: 223px; 
	background-image:url(images/white.gif);
	height: 100%;
}

#sidebar1 p{
	padding:15px;
}

.twoColFixRtHdr #sideheader {
	background: #000000;
	width: 224px;
	height:21px;
	margin-left:526px;
	margin-top:-26px;
	float:right;
	padding-top:5px;
}

.twoColFixRtHdr .sideheader {
	margin:15px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
#mainContent {
	width:496px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	border-right:#999999 solid 1px;
	float:left;
} 

#wrapper {
	width:750px;
	background-color:#FFFFFF;
} 

/* footer and corners */

.twoColFixRtHdr #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:800px;
	background:#333333;
	margin-top:25px;
	vertical-align: bottom;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	color:#cccccc;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#roundbottom {
	clear:both;
	background: url(images/bottom_right_corner.gif) no-repeat top right;
	background-color:#FFFFFF; 
}


img.corner {
   width: 15px;
   height: 17px;
   border: none;
   display: block !important;
}


/* additional type formatting */

.smallerbodycoy {
	font-size:12px;
	line-height:16px;
	color:#333333;
}


h3 {
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background-color:#dad7d7;
	padding-bottom:2px;
	padding-left:8px;
	padding-top:2px;
}

.contactinfo {
	font-size:12px;
	line-height:16px;
	color:#333333;
}

.contactinfo a {
	text-decoration: none; 
	color: #3351af;
	font-size:12px;
	font-weight:bold;
	}
	
.contactinfo a:visited {
	text-decoration: none; 
	color: #3351af;
	}
	
.contactinfo a:active {
	text-decoration: none; 
	color: #f80402;
	}

.contactinfo a:hover {
	color: #f80402;
	text-align: left;
	text-decoration: none;
}

.twoColFixRtHdr #footer a {
	text-decoration: none;
	font-weight:normal; 
	color: #cccccc;
}
.twoColFixRtHdr #footer a:visited {
	text-decoration: none; 
	font-weight:normal;
	color: #cccccc;
}
.twoColFixRtHdr #footer a:active {
	text-decoration: none; 
	font-weight:bold;
	color: #ffffff;
}
.twoColFixRtHdr #footer a:hover {
	text-decoration: none; 
	font-weight:bold;
	color: #ffffff;
}
