body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: black;
	margin:0px;
	text-align:left;
	background-color: #CC0000;
	background-image:url(images/background_option_2.gif)	
}
p, div, table, tr, td, form, input {
	font-size:12px;
	line-height: 18px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
}

a {
	color: #000;
	text-decoration:underline;
}

a:visited {
	color: #000000;
	text-decoration:underline;
}

a:hover {
	color: #CC0000;	
	text-decoration:underline;
}

.topnav a {
	color: #000000;
	text-decoration:none;
}

.topnav a:visited {
	color: #000000;
	text-decoration:none;
}

.topnav a:hover {
	color: #69563C;	
	text-decoration:none;
}


h1 {
	font-size:18px;
	color:#000000;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}
h2 {
	font-size:14px;
	color:#CC0000;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

h3 {
	font-size:14px;
	color:#F00;
	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;
}

hr {
	border: none;
	background-color:#000000;
	color:#000000;
	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: 223px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 12px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-top: 1px; /*bottom spacing between header and rest of content*/
margin-bottom: 3px; /*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;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
	text-align: left;
}

.arrowlistmenu ul li a{
	color: #A70303; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	text-align: left;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('images/square-orange-left.gif') no-repeat top left;
display: block;
float: center;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('images/square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.UnderlineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}
