body {
	background-image: url(img/bg.jpg);
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* font-style: italic; */
	font-size: 12px;
	line-height: 20px;
	background-color: #3399CC;
	background-attachment: fixed;	
	}

a {
	color:#003366;
	text-decoration: none;
	}
a:hover {	
	border-bottom: 2px #003366 solid;
	}
	
img {
	border: 0px;
	}
	
h1 {
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 28px;
	line-height: 29px;
	}

h2 {
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	font-size: 16px;
	line-height: 29px;
	}


h3 {
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom:0px;
	}

	
#content {
	margin-top: 0px;
	margin-left: 60px;
	width: 900px;
	background-color: #FFFFFF;
	padding-left: 10px;
	border-bottom: 1px #003366 solid;
	border-left: 1px #003366 solid;
	border-right: 1px #003366 solid;
	}
	
#content img.logo {
	padding-top: 10px;
	}
	
#navigation {
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px #003366 solid;
	padding-bottom: 5px;
	}
	
#navigation a
{
	text-decoration: none;
	color: #003366;
}

#navigation a:hover
{
	border-bottom: 3px solid #003366;
}

#navigation li
{
	list-style-type: none;
	display: inline;
	padding-right: 8px;

}

#navigation li.active a
{
	border-bottom: 8px solid #3399CC;
}

#footer {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px #003366 solid;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 15px;
	}
	
img.right {
	float: right;
	padding-right: 10px;
	padding-left: 50px;

	}

img.left {
	float: left;
	padding-right: 10px;
	}

div.text {
	padding-top: 3px;
	width: 800px;
	}

div.clear {
	clear:both;
	padding-top: 50px;
	margin-bottom: 20px;
	border-bottom: 1px #003366 dotted;
	}
	
div.text a {
	border-bottom: 2px #003366 solid;
	}
	
div.text a:hover {
	border-bottom: 4px #336699 solid;
	}	
