body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	color: black;
	padding:10px;
	margin:0px;
	text-align:left;
	background-color: #003366;
	background-image: url('images/background.jpg');
	
}
p, div, table, tr, td, form, input { 
	font-size:12px;
	line-height: 16px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

a {
	color: #003366;
	text-decoration:underline;
}

a:visited {
	color: #003366;
	text-decoration:underline;
}

a:hover {
	color: #CC0000;	
	text-decoration:underline;
}

.topnav a {
	color: #FFFFFF;
	text-decoration:none;
}

.topnav a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.topnav a:hover {
	color: #003366;	
	text-decoration:none;
}


h1 {
	font-size:18px;
	line-height: 20px;
	color:#990000;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}
h2 {
	font-size:14px;
	color:#003366;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h3 {
	font-size:12px;
	color:#336699;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h4 {
	font-size:11px;
	line-height: 13px;
	color:black;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

h5 {
	font-size:14px;
	color:#003366;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}


hr {
	border: none;
	background-color:  #336699;
	color:  #336699;
	height: 1px;
	width: 100%;
}

img.floatLeft { 
    float: left; 
    margin: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddmarkermenu{
list-style-type: none;
margin: 0;
margin-bottom: 0px;
padding: 0;
}

.ddmarkermenu li{
padding-bottom: 2px;
}

.ddmarkermenu li a{
color: #FFFFFF;
background: url(images/arrowbullet.png) no-repeat center left;
display: block;
padding: 1px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #6699CC;
font-size: 100%;
}

.ddmarkermenu a:hover{
background-color: #4D80B3;
color: #FFCC00;
}