#top_nav{
	position:absolute;
	right:0px;
	top:65px;
	text-align:center;
	width: 250px;
	background-color:#dddddd;
	border: 1px solid #5B4848;
	padding:2px;
}

#center_content{
	margin:15px 15px 15px 15px;
}

#header_bg
{
	background-color:#4D589A;
	border-bottom: 1px dashed #ffffff;
	height: 75px;
}

#footer{
	clear: both;
	text-align:right;
	font-size:10px; 
	margin:10px 5px 10px 5px;
}

#search{
	width:388px;
	background-color:#dddddd;
	border: 1px solid #000000;
	margin:10px;
	padding:5px;
	float:left;
}

a{
    color: #325A95;
    text-decoration: underline
}

a:active{
    color: #325A95;
	background-color: #f1eece;
    text-decoration: underline
}

a:hover{
    color: #325A95;
	background-color: #f1eece;
    text-decoration: underline
}

body{
	margin:0px; 
	border:0px;
	background-color:#CFCFCF;
}

h1{
	position:absolute;
	left:5px;
	top:50px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}
h2{
	color:#000000;
	font-size:14px;
}

p, div, span, li, td{
	font-size:12px; 
	font-family:Ariel, Verdana, Helvetica, Geneva, sans-serif;
	color:#000000;
}

p{
	text-align:justify;
}
.header{
	font-size:15px;
	color:#325A95;
	font-weight:bold;
}
img{
	border: 0px;
}
.subheader{
	font-size:13px;
	color:#325A95;
	font-weight:bold;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}
	
hr.purple{
	line-height:1px;
	width:50px;
	color:#325A95;
}

ul{
	margin-left: 5px;
	margin-top:5px;
	padding: 0px;
	list-style-type:none;
}

.watermark{
	background-image: url(imagelib/logo_watermark.jpg);
	background-repeat: no-repeat;
	background-position: 95% 35%;
}