/* CSS Document */

/* COLORS:
	gold: #f2d664
	lilac (nav): #a7adc6
	light green (boxes): #ecf0c9
	light blue (bg): #d8deea
	dark blue: #006699
	dusty blue: #839faa
*/

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#d8deea;
	padding:0px;
	margin:0px;
	background-image:url(images/bg_gradient.gif);
	background-repeat:repeat-x;
	}

h1{
	font-size:16px;
	font-weight:bold;
	color:#006699;
	letter-spacing:1px;
	}

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

p, ul{
	font-size:11px;
	color:#000000;
	line-height:18px;
	}

p a{
	font-weight:bold;
	text-decoration:underline;
	color:#006699;
	}

p a:hover{
	color:#839faa;
	}

#outer{
	width:882px;
	margin:20px auto;
	padding:0px;
	}
	
#mainWrap1{
	width:882px;
	margin:0px;
	padding:0px;
	background-image:url(images/shadow_overflow.gif);
	background-repeat:repeat-y;
	}

#mainWrap2{
	width:882px;
	margin:0px;
	padding:0px;
	background-image:url(images/shadow_left.gif);
	background-repeat:no-repeat;
	background-position: top left;
	}

#mainWrap3{
	width:882px;
	min-height:745px;
	margin:0px;
	padding:0px;
	background-image:url(images/shadow_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}

#banner{
	margin:0px 40px 0px 40px;
	}

#leftCol{
	width:232px;
	margin:10px 0px 10px 32px;
	float:left;
	}

#navWrap1{
	width:232px;
	background-image:url(images/nav_sides.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	}

#navWrap2{
	width:232px;
	background-image:url(images/nav_top.gif);
	background-repeat:no-repeat;
	background-position: top;
	margin:0px;
	padding:0px;
	}

#navWrap3{
	width:216px;
	background-image:url(images/nav_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px;
	padding:8px;
	}

#rightCol{
	width:586px;
	margin:11px 28px 10px 4px;
	padding:0px;
	float:left;
	}
	
#boxWrap1{
	width:586px;
	margin:0px 0px 5px 0px;
	padding:0px;
	background-image:url(images/box_sides.gif);
	background-repeat:repeat-y;
	}

#boxWrap2{
	width:586px;
	margin:0px;
	padding:0px;
	background-image:url(images/box_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	}

#boxWrap3{
	width:566px;
	margin:0px;
	padding:10px;
	background-image:url(images/box_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#boxGradient{
	width:526px;
	margin:0px;
	padding:10px 20px 20px 20px;
	background-image:url(images/box_gradient.gif);
	background-repeat:repeat-x;
	background-color:#ecf0c9;
	}

#boxGradient hr{
	height:0px;
	border:0px;
	margin:0px;
	clear:both;
	}

.subPage{
	min-height:500px;
	}

.sideImgLeft{
	width:auto;
	float:left;
	margin:15px 20px 0px 0px;
	padding:0px;
	}

.sideImgRight{
	width:auto;
	float:right;
	margin:15px 0px 0px 20px;
	padding:0px;
	}

.sideImgLeft img, .sideImgRight img{
	margin:0px;
	}

.sideImgLeft p, .sideImgRight p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	}

.logos img{
	float:left;
	margin:0px 15px 0px 0px;
	}

#footer{
	width:882px;
	background-image:url(images/shadow_overflow.gif);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	}

#footer p{
	text-align:center;
	}

#cioLogo{
	width:171px;
	height:70px;
	margin:0px auto;
	}
	
	
	
