body {
	margin: 0;
	padding: 0;
	background-image: url(../___media/__global/_page_top/bg.gif);
	background-repeat: repeat-x;
	background-color: #232F5C;
}

body, th, td, p, span, div {
	font : normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

h1 { 
	font-size: 14px;
	font-weight: bold;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
}

h3 { 
	font-size: 10px;
	font-weight: bold;
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #212B55;
}

a:hover {
	text-decoration: underline;
	color: #212B55;
}

a:active {
	text-decoration: underline;
	color: #212B55;
}







#nav {
	margin: 0;
	padding: 0;
	padding-left: 8px;
}

#subnav {
	margin: 0;
	padding: 1px 4px 2px 0;
	background-color: #1F2951;
	border-bottom: 1px solid black;
}

			
			
			#subnav #subnav_about 		{ margin-left: 10px; display: none; }
			
			#subnav #subnav_services	{ margin-left: 77px; display: none; }
			
			#subnav #subnav_news 		{ margin-left: 154px; display: none; }
			
			#subnav #subnav_blank 		{ display: inline; /* This is only used to set the height of the subnav area when no subnav is present. We could have hardcoded a pixel height, but I want it to flex with font-size changes. */ }

			
			
			
			#subnav a:link, 
			#subnav a:visited, 
			#subnav a:hover,
			#subnav a:active {
 				padding: 0 20px 0 10px;
				margin: 0;
				font-size: 10px;
				text-decoration: none;
			}
			
			#subnav a:link.subnav_item, 
			#subnav a:visited.subnav_item {
				color: #ABB5D7;
			}
			
			#subnav a:hover.subnav_item,
			#subnav a:active.subnav_item {
				background: url(../___media/__global/_page_top/subnav_arrow.gif) center left no-repeat;
				color: #CDD7F9;
			}
			
			#subnav a:link.selected, 
			#subnav a:visited.selected, 
			#subnav a:hover.selected,
			#subnav a:active.selected {
				background: url(../___media/__global/_page_top/subnav_arrow.gif) center left no-repeat;
				color: #FFF;
			}







#content {
	float: left;
	width: 490px;
	padding: 10px 20px 0 20px;
	padding-right: 0;
	
		border: 0px dotted red;
}

#sidebar {
	float: right;
	width: 180px;
	margin-top: 45px;
	padding: 0 20px 0 20px;
	
	color: #999;
	
	/*background-color: #ECECEC;*/
	
		border-left: 0px dashed #666;
}
			
			#sidebar #call_to_action {
				border: 1px dotted #232F5C;
				padding: 10px;
				background-color: #EFEFEF;
			}
			
			#sidebar #call_to_action a {
				font-weight: bold;
			}

#footer {
	margin: 20px 0;
	text-align: center;
}

			#footer #links {
				margin-bottom: 6px;
				color: white;
			}
						
						#footer .grey {
							margin-top: 2px;
							color: #CCC;
							line-height: 16px;
						}
			
			#footer a:link, #footer a:visited, #footer a:hover #footer a:active {
				text-decoration: none;
				color: #FFF;
			}