/* CSS Document */
body{
	margin:0; padding:0;
	font-family:Gills Sans, Gill Sans MT, sans-serif;
	font-size:85%;
	background-color:#f0f0f0;	
	/*background-image:url(images/bgmain3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;*/


}

#container{margin:0; padding:0;
	width:704px;
}

#header{
	background-image:url(images/bgheader.jpg);
	background-repeat: no-repeat;
	height: 96px;
}

#menu{margin:0; padding:0 0 0 174px;}

#mainContent{
	margin:0; padding:0;
	/*height:589px;*/
}

#sideBar{margin:0; padding:0 0 0 10px;
	width: 205px;
	color: #Afafaf;
}

#sideBar a{padding:0 0 0 10px; text-decoration:none;}

#sideBar a:hover{
	text-decoration:underline;
}

#text{margin:0; padding:30px 5px 0 0px;
	width: 475px;
	color:black;
	float:right;
}

#text h1{color: #7894c3; text-align:right; font-size: 150%;}

#leftSide{
	margin:0; padding:0;
	background-color:#F7F3CB;
	float:left;
	width: 355px;
	height: 206px;
	line-height:1em;
}

#rightSide{
	margin:0; padding:0 10px 0 0;
	background-color:#D4D9E0;
	float:right;
	width: 337px;
	height: 206px;
	line-height:1em;
}
#col1{
	margin:0; padding:0 10px 0 10px;
	float:left; 
	width: 165px;
}

#riseAbove{
	margin:0; padding:0;
	background-color: #6B859E;
	height:19px;
}

#bottom{
	margin:0; padding:0;
	background-image:url(images/index_images/bgbottomindex.jpg);
	background-repeat: no-repeat;
	height: 202px;
}

#resourceCol{
	margin:0; padding:0 10px 0 10px;
	width: 225px;
	float:left;
}


h1{ margin:0; padding: 10px 0 0 0; font-size:14px;}
h1 a{color:black; text-decoration:none;}
h1 a:hover{text-decoration:underline;}

.noTopSpace{margin:0; padding:4px 0 2px 0;}
.noBottomSpace{margin:0; padding: 4px 0 0 0; font-size:14px;}
.rightSpace{margin:0; padding: 0 5px 0 0;}