body {
	font:0.8em/1.5em Arial, Helvetica, sans-serif;
}
@media screen and (max-width:800px) {
 body {
 font-size:0.8em;
}
}
@media screen and (max-width:400px) {
 body {
 font-size:0.7em;
}
}
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
img {border:none;}
blockquote, ul, ol, dl {
	margin: 0em;
}
a:link {
	color: #105191;
}
a:visited {
	color:#7d508e;
}
a:hover, a:focus, a:active {
	text-decoration: underline !important;
}
/*fluid layout*/
.doc1 #p_container {
	width:960px;
	margin:auto;
}
/* 960px layout */
.doc2 #p_container {
	width:970px;
	margin:auto;
}
/* 970px layout */
.doc #layout {
	padding-left:300px; /* "left col" width */
	padding-right:150px; /* "right col" width */
}
.doc .leftColumn {
	margin-left:-300px; /* "left col" width */
	width:300px;
}
.doc .main {
	width:100%;
}
.doc .rightColumn {
	width:150px;
	margin-right:-150px; /* "right col" width */
}
#p_container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background:#f0f0f0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-0px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:active, #skip a:focus, #skip a:active {
	position:static;
	width:auto;
	height:auto;
	color:#fff;
	position:absolute;
	font-size:0.8em;
}
#topbar {	
	display:inline-block;
	float:right;
	text-align:left;
	width:70%;
}
#topbar ul li {
	float:left;
	list-style:none;
	padding:0 !important;
	margin-top:0;
	margin-bottom:0;
}

#topbar .top-links {
	float: right;
	top: 2px;
}

.top-links ul li a, .top-social-media ul li a {
    color: #000000;
     font: 0.89em/1.5em Arial,Helvetica,sans-serif !important;  
    text-decoration:none;
}

.top-links ul li a:hover, .top-links ul li a:focus, .top-links ul li a:active {
	text-decoration:underline;
}
.main-links li, .sub-links li {
	margin-right:6px;
}
.main-links, .sub-links {
	float: left;
	height: 100%;
}
.main-links {
	margin: 0 10px;
}
.sub-links a.help {
	background: url(../images/icons/help.png) no-repeat left center;
	padding-left:20px;
}
#at15s_head {
	color: black;
	cursor: default;
	font-weight: bold;
}


/* Top Bar Styles End */
#header {
	padding:1em;
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;
}
/* Page Navigation */
#nav {
	background: #E1E1E1;
	height:35px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style-type: none;
}
#nav li a:link, #nav li a:visited {
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 20px 10px 0;
}
#nav ul li a:hover {
	background: #D3D3D3;
}
div#ft {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
}

.yui3-g .yui3-u-1-3, .yui3-g .yui3-u-1-6, .yui3-g .yui3-u-5-6  {
	display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
	
}

.yui3-g .yui3-u-1-3 {   
	width:32.33%;	
}

.yui3-g .yui3-u-1-6 {   
	width:10%;	
}

.yui3-g .yui3-u-5-6 {   
	width:88%;	
}


