@charset "utf-8";

body {
background-color: #7d8dc0;
}

p {
      margin-left: 15px;
	  margin-right: 5px;
}	  

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	line-height: 17px;
	font-size: 12px;
	color: #000033;
}


a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
color: #333333;
text-decoration: underline;

}

a:visited {
	text-decoration: none;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}

#pageframe
	{

width: 816px;
position: relative;
margin-left: auto;
margin-right: auto;
background-color:#A8B1D2;
}

#header {
	position: relative;
	display: block;
	background-color:#FFFFFF;
	height: 50px;
	padding: 0px;
	
}

#nav {
position: relative;
background-image: url(images/navbg.jpg);
background-repeat: repeat-x;
width: 816px;
height: 43px;
}

#leftcol {
position: absolute;
width: 225px;
background-image:url(images/leftcolbg.jpg);
background-color: #c8c8c9;
}

#maincontent{
	position:relative;
	width: 585px;
	left: 225px;
	padding: .25em;
	background-color:white;
	z-index:3;
	}
	



	
#announce {
	background-color: #FFFFFF;
	position:absolute;
	top: 116px;
	right: 16px;
	width: 148px;
	height: 231px;
	z-index: 50;

}

#footerbanner{
position: relative;
background-color:#c8c8c9;
width: 816px;
height: 40px;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
	
}
