/* CSS Document */


body {
	max-width:100%;
	margin:0px;	
	font-family: Garamond, "Adobe Garamond Pro", Georgia;
	font-size:16px;
	color:#2F0388;
	overflow:hidden;
	}
#wrapper{
	margin:0;
/*	width:80%;
	height:80%;
	overflow:hidden;
*/	
	}

#homecontent {
	background-color:#2F0388;
	
	}
body.home{background-color:#2F0388;
	
	}

html { 
	scrollbar-arrow-color:#2F0388;
	scrollbar-track-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#2F0388; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-shadow-color:#2F0388;
} 

#centerContent {
	position:absolute;
	left:0px;
	margin-left:250px;
	margin-top:80px;
	width:95%;
	height:auto;
	overflow:hidden;
	top: 0px;
	}

#submenu {
	position:absolute;
	left:0px;
	margin-left:250px;
	margin-top:40px;
	width:70%;
	height:30px;

	top: 0px;
	text-align:left;}
	
#contenttext{
	margin:0;
	width:70%;
	height:auto;
	}

#contentimages {
	width:80%;
	height:380px;
	overflow:auto;
}

h1 {
	font-family: Garamond, "Adobe Garamond Pro", Georgia;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	}
	
p {
	font-family: Garamond, "Adobe Garamond Pro", Georgia;
	font-size:16px;
	text-align:left;
	}
