*{
	margin: 0; padding: 0; font-size: 1em;
}

img{
	border: 0;
}

body{ 
	font-family: Times, Georgia, serif;
	background-color: #0f9;
	margin: 35px auto 35px auto;
	text-align: center;
}

h1{
	margin: 0 0 15px 0;
	font-family: Optima, Century Gothic, Helvetica, Arial, san-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: normal;
	text-align: left;
}

#announcement{
	text-align: right;
	position: relative;
	left: -35px;
	top: -16px;
	font-size: 95%;
}

#announcement a:visited{
	color: blue;
}

#wrap{
	width: 900px;
	margin: 0 auto;
}

#logo{
	margin: 0 75% 0 0;
	float: left;
}

#logo img{
	margin-bottom: -72px;
	position: relative;
	z-index: 100;
}

#mainmenu{
	position: relative;
	left: -34px;
	float: right;
	width: 625px;
	height: 17px;
	overflow: hidden;
}

#mainmenu a:hover{
	position: relative;
	top: -17px;
}

#mainmenu a:active{
	position: relative;
	top: -17px;
}

#content{
	margin: 0 4%;
	width: 828px; 
	clear: both;
}

#left{
	padding: 20px 0 0 20px;
	background-repeat: no-repeat;
	width: 559px; 
	height: 428px; 
	float: left;
	position: relative;
	z-index: 90;
}

#left a{
	color: blue;
	text-decoration: underline;
}

#left a:visted{
	color: black;
}
	
#left a:hover{
	color: #000000;
}

#left p{
	width: 35em;
	font-size: .95em;
	color: black;
	font-style: italic;
	line-height: 18pt;
	letter-spacing: .1em; 
	text-align: justify; 
	text-indent: 24pt;	
}

#right{  
	padding: 20px 0 0 20px;
	width: 229px;
	height: 428px; 
	float: right;
	background-repeat: no-repeat;
	text-align: left;
}

#submenu{
	width: 129px;
	overflow: hidden;
	text-align: left;
}

#submenu ul{ 
	list-style-type: none;
}

#submenu li{ 
	list-style-type: none;
	text-align: left;
}

#submenu a:hover{
	position: relative;
	left: -129px;
}

#submenu a:active{
	position: relative;
	left: -129px;
}

#sideshadow{ 
	background-image: url("../Images/Home/sideshadow.png"); 
	background-repeat: repeat-y;
	position: relative;
	top: -16px;
	left: 5px; 
	width: 5px; 
	height: 448px; 
	float: right; 
}

#footer{ 
	background-image: url("../Images/Home/footer.gif"); 
	background-repeat: no-repeat; 
	margin: 0 4%; 
	padding: 6px 0 0; 
	width: 828px; 
	height: auto; 
	clear: both 
}

#footer p{ 
	color: black; 
	font-size: .8em;
	text-align: right;

}

footer a:link{ 
	color: blue; 
}
