/* CSS Document */
body
{
	margin:0;
}

li 
{
	list-style-image:url(images/bullet.jpg);
	line-height:15px;
}

input 
{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

.header
{
	font-family:"Trebuchet MS";
	font-size:25px;
	font-weight:normal;
	color:#006699;
}

.menu
{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color: #000066;
}

.content_top
{
	background-image:url(images/blue_background_top.jpg);
}
.content_bottom
{
	background-image:url(images/blue_background_bottom.jpg);
}

.menu
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#000066;
	display:block;
	border-bottom:1px solid #EEEEEE;
}

.menu a:link
{
	text-decoration:none;
	display:block;
	color:#000066;
}

.menu a:active
{
	text-decoration:none;
	display:block;
	color:#000066;
}

.menu a:visited
{
	text-decoration:none;
	display:block;
	color:#000066;
}

.menu a:hover
{
	text-decoration:none;
	display:block;
	color:#000066;
	background-color:#D1E7ED;
}


.news
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#000066;
	border-bottom:1px solid #EEEEEE;
}

.news a:link
{
	text-decoration:none;
	color:#3E8600;
	font-weight:bold;
}

.news a:active
{
	text-decoration:none;
	color:#3E8600;
}

.news a:visited
{
	text-decoration:none;
	color:#3E8600;
}

.news a:hover
{
	text-decoration:none;
	color:#000000;;
}


.blue_box
{
	border-left:1px dashed #006699;
	border-right:1px dashed #006699;
	border-top:1px dashed #006699;
	border-bottom:1px dashed #006699;
}

.green_box
{
	border-left:1px dashed #3E8600;
	border-right:1px dashed #3E8600;
	border-top:1px dashed #3E8600;
	border-bottom:1px dashed #3E8600;
	
}

.menu_top
{
	background-image:url(images/green_background.jpg);
}
.menu_bottom
{
	background-image:url(images/green_background_bottom.jpg);
}

.footer
{
	background-image:url(images/top_background.jpg);
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

.footer a:link
{
	color:#000000;
}
.footer a:active
{
	color:#000000;
}
.footer a:visited
{
	color:#000000;
}
.footer a:hover
{
	color:#FFFFFF;
}

.content
{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#64A3C4;
}

.content a:link
{
	color:#64A3C4;
	text-decoration:underline;
	font-weight:bold;
}
.content a:active
{
	color:#64A3C4;
	text-decoration:underline;
	font-weight:bold;
}
.content a:visited
{
	color:#64A3C4;
	text-decoration:underline;
	font-weight:bold;
}
.content a:hover
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.menu_header
{
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:normal;
	color:#000033;
	border-bottom:1px solid #EEEEEE;
}

.content_header
{
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:normal;
	color:#64A3C4;
	border-bottom:1px solid #EEEEEE;
}
