/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body{
	font-size: .72em;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	line-height:	1.45;
	background-color:	#ebf8ff; /*barely visible blue*/
	}
h1, h2, h3, h4, h5, h6{
	color: #090794;/* dark clear AOC blue, headlines and borders */
	clear: both;
	}

h1{
	font-size: 200%;
	text-align:	center;
	margin-bottom: 0em;
	}
h2{
	font-size:	175%;
	margin:	0;
	text-align:	center;
	}
h3{
	font-size:	155%;
	margin:	0;
	}
h4{
	font-size:	130%;
	margin:	0;
	}
h5{
	font-size:	120%;
	}
h6{
	font-size:	110%;
	}

	
	/* ------ Section 2 - Global Page Structure ------- */
	
#PageWrapper {
width: 900px;
}
	
#centerwrapper {
float: left;
width: 900px;
}

#centercolumn {
margin: 0 190px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#leftcolumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -900px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#rightcolumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;       /* STEP 5: set to -(ExtraColumnWidth) */
margin-top:	10px;
}

#footer {
clear: both;	
width: 100%;
padding: 8px 0;
border-top: 1px solid #090794;
}

.Liner {
padding: 10px;
}

	/* ------ End Section 2 - Global Page Structure ------- */
	
    /* ------ Section 3 - HEADER ------- */
	
div#header{
	background-color:	#69adf1; /* medium cyanish blue*/
	}

.mastheadnav{
	background-color:	#69adf1; /* medium cyanish blue*/
	font-size:			13px;
	font-weight:		bold;
	padding:			2px 20px 4px 20px;
	}
		
		/* -- Navigation Link styles -- */

.mastheadnav a:visited{			
		color:	#b0c4de;
	}
.mastheadnav a:link{				
		color:	#ffffff;
	}
.mastheadnav a:hover{			
		color:	#090794; /* dark clear AOC blue, headlines and borders */
	}
	
	.navul a:visited{
	color: #812990; /*bright purple r129, g41, b144; 60c 99m 1y */
	}
.navul a:link{
	color:	#090794; /* dark clear AOC blue, headlines and borders */
	}
.navul a:hover{
	color: #0893a1; /* teal r8, g147, b161 */
	}
	
.morepages a:visited{
	text-decoration: none;
	color: #812990; /*bright purple r129, g41, b144; 60c 99m 1y */
	}
.morepages a:link{
	color:	#090794; /* dark clear AOC blue, headlines and borders */
	}
.morepages a:active{
}

.morepages a:hover{
	color: #69C; /* medium grayish blue: nav hover color*/
	}
	
	/* ------ End Section 3 - Header ------- */	

	/* ------ Section 4 - Columnar Navigation ------- */	
#navcolumn{
	margin-left:	10px;
	}
	
#navcolumn h5, h6{
	margin-bottom:	0px;
	margin-top:	15px;
	text-align: left;
	}
	
#navcolumn ul{
margin: 0 0 0 0;
padding: 0;
list-style-type: none;
}

#navcolumn ul a
{
display: block;
padding: 4px 5px 4px 10px;
margin: 3px 0 0 0;
width: 160px;
color: #090794; /* dark clear AOC blue, headlines and borders */
background-color: #a3b9f2;
text-decoration: none;
}

#navcolumn ul a:visited
{
color: #555;
background-color: #9ea3d9;
text-decoration: none;
}


#navcolumn ul a:hover{
color: #fff;
background-color: #69C; 
text-decoration: none;
}

#navcolumn ul ul li { 
margin: -3px 0 0 0; 
}

#navcolumn ul ul a
{
display: block;
padding: 3px 5px 3px 10px;
width: 160px;
color: #090794; /* dark clear AOC blue, headlines and borders */
background-color: #c6d9f2;
text-decoration: none;
}

#navcolumn ul ul a:visited
{

background-color: #bab9f2;
text-decoration: none;
}

#navcolumn ul ul a:hover
{
color: #fff;
background-color: #69C;
text-decoration: none;
}

	
	/* -- Section 5 - Horizontal Footer NavBar -- */
	
#footer{
text-align:	center;
}

.footernav ul {
list-style-type: none;
padding: 0;
}

.footernav ul li {
display: inline;
text-align: center;
}

.footernav a:link {
color: #090794;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.footernav a:visited {
color: #b0c4de;
text-decoration: none;
}

.footernav a:hover {
color: #005869;
text-decoration: underline;
}

/* ------ Section 6 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink img{
border: 1px solid gray;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #090794; /* dark clear AOC blue, headlines and borders */
}

/* ------ Section 7 - Boxes ------ */
.toc{
background-color: #ffffff;
border: 2px solid #006da1; /* dark bluish teal kuler 0,109,161 */
padding: 0px 5px 0px 5px;
width: 160px;
margin-left: 12px;
font-size:	95%;
}
.toc ul{
list-style: none;
margin-left: 0px; padding-left: 7px;
}
.toc ol{
margin-left: 0px; padding-left: 17px;
}
.toc h6, h4{
text-align: center;
}
.toc h6{
font-weight: normal;
margin-top: -4px;
margin-bottom:	-8px;
}
.toc h4{
margin-top: 5px;
margin-bottom: 12px;
background-color:	#090794; /* dark clear AOC blue, headlines and borders */
padding: 8px 10px;
color:	#ffffff;
}

/* simple box has 100% text size; calloutbox has 90% text size --*/
.simplebox{
	width:	90%;
	clear: both;
	margin:	0 5 0 5;
	background-color:	#ffffff;
	border:	2px solid #006da1; /* dark bluish teal kuler 0,109,161 */
	padding: 15px 15px 10px 15px;
	}

.calloutbox{
	width:	90%;
	font-size:	90%;
	text-align: left;
	clear: both;
	margin:	auto;
	background-color:	#ffffff;
	border:	2px solid #006da1; /* dark bluish teal kuler 0,109,161 */
	padding:		0px 15px 10px 15px;
	margin:			0px;
	}

	
/*TABLES*/

.basictable{
	background-color:	#ffffff;
	border:	1px solid #090794; /* dark clear AOC blue, headlines and borders */
	border-collapse:	collapse;
}
.basictable td, th{
	padding:	.5em;
	text-align:	left;
	border-top:	0em;
	border-right: 0em;
	border-bottom:	0em;
	border-left: .1em;
	border-collapse:	collapse;
	border-style:	solid;
	border-color:	#090794; /* dark clear AOC blue, headlines and borders */
}

.flowcharttable{
	background-color:	#ffffff;
	border:	1px solid #090794; /* dark clear AOC blue, headlines and borders */
	border-collapse:	collapse;
}

.flowchart td, th{
	border:	1px dotted #090794; /* dark clear AOC blue, headlines and borders */
	padding:	3px;
	text-align:	center;
	border-collapse:	collapse;

}

.cellcolor{
background-color:	#e1eef9; /*table cell bkgd pale blue r225, g238, b249; 10c 2m */
}

.heading-color{
background-color: #090794; /* dark clear AOC blue, headlines and borders */
color:	#ffffff;
border: 1px dotted #ffffff;
padding:	3px;
text-align:	center;
}
.row-heading-color{
background-color:	#006da1; /* dark bluish teal kuler 0,109,161 */
color:	#ffffff;
text-align:	center;
}
.nocellborder{
border-style: none;
}

.dottedborderleft{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left: 1px;
border-left-style: dotted;
padding:	3px;
text-align:	center;
border-collapse:	collapse;
border-left-color:	#999999; /* dark clear AOC blue, headlines and borders */}
.solidborderleft{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left: 1px;
border-left-style: solid;
padding-left:	3px;
border-left-color:	#666666; /* dark clear AOC blue, headlines and borders */}


/* ------ Section 7 - Frequently Used Styles ------ */

.compareul{
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 175px;
}

.compareul-1{
margin:	0;
}

.compareul-2{
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 20px;
}

.compareul-3{
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 40px;


}
	
.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.description {
font-size:	90%;
font-style:	italic;
}


.dropcaps{
	font-size:	112%;
	color:		#090794; /* dark clear AOC blue, headlines and borders */
	}
.alert{
	color:	#006da1; /* dark bluish teal kuler 0,109,161 */
	font-style: italic;
	font-size:	108%;
	}
.alertcenter{
	color:	#0893a1; /* teal r8, g147, b161 */
	font-style: italic;
	font-size:	108%;
	text-align:	center;
	}
.alertshout{
	color:	#006da1; /* dark bluish teal kuler 0,109,161 */
	font-weight:	bold;
	font-size:	110%;
	}
	
.imgborder{
border:	1px solid gray;
}

.centerblock{
    display: block;
    margin-left: auto;
    margin-right: auto }


/* -- floats -- */
/* image width must be declared here or in the html tag --*/

.itemright {
float: right;
margin: 2px 25px 12px 18px;
text-align: center;
}

.lower{
margin: 20px 25px 12px 18px;
}

.nomargintop{
	margin-top: 0;
}

.nomarginbottom{
margin-bottom: 0;
}

.itemcenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.itemleft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.alignleft{
	text-align:	left;
	}
.aligncenter{
text-align: center;

}
.marginbottom10{
	margin-bottom: 10px;
	}
	
.paddingleft20{
	margin-right: 20px;
}

.center{
text-align:	center;
}
.center h3, h4, h5 ,h6{
text-align: center;
margin:	0;
}
.listintro{
list-style: none;
margin-left:	-2.5em;
margin-bottom:	.3em;
padding-left: -2.5em;
}
.none{
color: #ebf8ff;
}
.horiz-rule {
clear: both;	
width:70%;
padding: 8px 0;
border-top: 1px solid #090794;
}
.graytext{
color:	#333333;
}
/* -- colors -- */
/* #0893a1; teal r8, g147, b161; 82c 25m 34y 1k */
/* #006da1; dark bluish teal r0,g109,b161; 91c 54m 16y 1k */
/* #e1eef9; /*table cell bkgd pale blue r225, g238, b249; 10c 2m */
/* #ebf8ff; /* body bkgd barely visible blue */
/* #090794; /* dark clear AOC blue, headlines and borders r9, g7, b148; 100c 98m 6y 6k */
/* #69adf1; /* medium cyanish blue r105, g173, b241; 54c 22m*/
/* #812990; /*bright purple "visited" r129, g41, b144; 60c 99m 1y */
/*#69C; /* medium grayis blue: nav hover color*/
