body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: black;
	padding:0px;
	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: #003300;
	text-decoration:underline;
}
a:hover {
	color: #CC3300;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color:#CC0000;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}
h2 {
	font-size:14px;
	color:#336699;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h3 {
	font-size:12px;
	color:black;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h4 {
	font-size:10px;
	color:black;
	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; 
}

/* NAVIGATION */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 250px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0 0 0 10px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}