/* Globals for all Atlas projects
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

	
/* Layout
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */	

#container { width: 975px; } /* resets type size */

#content { margin-top: 5px; }

.col_right { float: right; width: 420px; padding: 20px; }

.col_full { clear: both; }

.component { margin-bottom: 25px; }

.topic_select { margin: 10px}
	
.disclaimer {
	font-size:1em;
	padding-top:2px;
	border: solid 1px #EBEBEB;
	background-color: #F7F7F7;
	width: 85%;
	margin-left: auto;
	margin-right:auto;
}
.overview 
{
	margin: 10px;
}
.overview ul {
	margin-bottom:15px;
	margin-left: 20px;
	line-height: 1em;
	}
	
.overview li { margin-top:5px;}

.overview h2 { line-height:0.95em; margin-bottom:15px; }
	
/* Typography
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

h1, h2, h3 {color: #003366; margin-top: 0.5em;}

h1 {font-size: 1.5em;margin-bottom: .25em;}

h2 {font-size: 1.2em;}

h3 {font-size: 1.1em; margin-bottom: .25em;}

p {
	font-size:.95em;
	color:#333333;
	margin-bottom: 1.2em;
}

.component p, 
.component h2 
{
	padding-left: 0px; 
	padding-right: 25px; 
}

.component ul {
	padding-left: 25px; 
	padding-right: 25px; 
	}

#relatedLinks ul {
	font-size:0.95em;
	color:#333333;
	line-height: 1.8em;
}

.component h2 span {
	font: normal 0.65em/1.8em Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
	padding:0px;
}

.border {
	padding: 5px;
	border: 1px solid #999999;
}
