body {
	font: 85%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background-color: #cee6f3;
    background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 0px 30px;
}

a {
	color: #2583BB;
	text-decoration: none;
}
a:visited {
	color: #185387;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	font: bold 180%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000;
	margin: 0px 0px 2px;
	padding-bottom: 5px;
}
h2 {
	color: #004A75;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	font: bold 170%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 5px;
}
h2 a, h2 a:visited {
	color: #004A75;
	text-decoration: none;
}
h2 a:hover {
	color: #55B0CD;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #174370;
	margin: 10px 0px 10px 10px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #174370;
	margin: 10px 0px 5px;
}

li
{
	list-style-image:url(img/blue_bullet.jpg);
}

#footer
{
	background:url(img/bg_line.jpg) #000000; 
	text-align:center; 
	font : bold 8pt verdana, sans-serif; 
	color:#FFFFFF;
}

#menu a
{
	color:White;
}

#menu a:hover
{
	color:#000;
}



.content
{
	font : 9pt verdana, sans-serif;
	/*
	background:url(images/bg_content.jpg) #FFFFFF;
	background-position: center;
 	background-repeat: no-repeat;
	*/
}

.content h3
{
		font : bold 9pt verdana, sans-serif;
		text-transform:uppercase;
		color:#D84420;
}