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

body {
	margin:0; padding:0;
	background:#2A3757;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {color:#131f3e; font-weight:200px; line-height:1.2em; font-size:24px;}
h2 {color:#131f3e; font-weight:200px; line-height:1.2em; font-size:18px;}
h3 {color:#131f3e; font-weight:200px; line-height:1.2em; font-size:16px; margin-top:0px; padding:0px;}
h4 {color:#131f3e; font-weight:200px; line-height:1.2em; font-size:14px;}

h3 a, h3 a:visited {color:#131f3e; text-decoration:none;}
h3 a:hover, h3 a:visited:hover {color:#000; text-decoration:underline;  }

p a, p a:visited, li a, li a:visited {color:#131f3e; text-decoration:underline;}
p a:hover, p a:visited:hover, li a:hover, li a:visited:hover {color:#000; background:#FFF; }
	
p {font-size:12px; line-height:1.3em;color:#131f3e;}
ul li, ol li {font-size:12px; line-height:1.3em; margin-bottom:4px;color:#131f3e;}

hr {height:1px;  border:0;color:#FFF; background:#FFF; margin:0; padding:0;}

.blue {height:1px;  border:0;color:#7283a5; background:#7283a5; margin:0; padding:0;}

.callout {
	color:#131f3e;
	font-size:18px;
	}
.lightText {
	background:#e2e7f3;
	padding:10px;
	}

#topnav {float:right;margin-left:429px;}
	
#footer {float:left; width:960px;color:#edb121;}


#footer a, #footer a:visited {color:#edb121; text-decoration:underline;}
#footer a:hover, #footer a:visited:hover {color:#e7a21b;}


#container {
	width:960px;
	margin:0px auto;
	}

#header {float:left; width:960px;}
.printLogo {display:none;}
#logo {float:left; width:300px;}
#tabNav {float:right; margin-top:46px;}

#content {
	float:left;
	width:960px; 
	background:#ccd3e5; 
	color:#000; 
	text-align:left;
	line-height:1.3em;
	}
	.interior {float:left; width:890px; margin:35px;}

#topContainer, #pageContent {
	float:left;
	width:890px;
	}	
.button a, .button a:visited {
	float:left;
	margin-right:10px;
	background:#7283a5;
	color:#FFF;
	padding:6px;
	font-size:12px;
	margin-bottom:5px;
	text-decoration:none;
	}
	
	.button a:hover, .button a:visited:hover {color:#7283a5; text-decoration:none; cursor:pointer;background:#FFF;}
	
	.spacer {clear:both;}
	
	#topLeft {
		float:left;
		width:320px;
		}
	#topRight {
		float:left;
		width:570px;
		}
	#fullContent {
		float:left;
		width:890px;
		}
		#contentLeft {
			float:left;
			width:560px;
			}
		#contentRight {
			float:left;
			width:230px;
			margin-left:60px;
			
			}