body {
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	color: black;
	padding:10px;
	margin:0px;
	text-align:left;
	background-image: url(images/background.jpg);
	
}
p, div, table, tr, td, form, input { 
	font-size:12px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

a, a:visited {
	color: #003366;
	text-decoration:underline;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#003366;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}
h2 {
	font-size:14px;
	color:maroon;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h3 {
	font-size:14px;
	color:#CC6600;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h4 {
	font-size:16px;
	color:white;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h5 {
	font-size:11px;
	color:black;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

hr {
	border: none;
	background-color: #003366;
	color: #003366;
	height: 1px;
	width: 100%;
}

img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

/*  Navigation  */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 11px Arial, Verdana, sans-serif;;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid white; /*dark purple border*/
border-width: 0px 0;
background: black url(images/default.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 6px 11px;
text-decoration: none;
border-right: 1px solid white; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 7px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: black url(images/active.jpg) center center repeat-x;
}