/* Global Styles */

html, h1, h2, p {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	background: url(images/background.jpg) repeat-x;
	background-color: #C2D2E1;
	padding: 0;
	border: 0;
}

a:link, a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
    color: #000066;
	height: 0.5px;
}

/* ID Styles */

#wrapper {
	width: 800px;
	background: url(images/innerwrapper_bg.jpg);
	margin:10px auto;
	border: 1px solid #333333;
	text-align:left;
}

#header {
	border-bottom: 1px solid #000000;
}

#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	width:800px;
	height:28px;
    /*top: 162px;*/
	padding-top: 9px;
	border-bottom: 1px solid #000000;
	text-align: center;
	background: url(images/navbar_bg.jpg);
}

#navbar a:link, #navbar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#rightcolumn {
    font-family: "Arial";
	font-size: 13px;
	margin-left: 245px;
	width: 550px;
	background-color: #FFFFFF;
}

#rightcolumn p {
	margin: 25px;
	margin-top: 10px;
}

#rightcolumn h1 {
	padding-left:80px;
    padding-top: 18px;
    height: 50px;
	background: url(images/h1_bg.jpg) 0 0 no-repeat;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
    font-weight: bold;
}

#rightcolumn h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

#content {
	width: 500px;
	margin-left: 0px;
}

#content p {
	text-indent: .4in;
}

#footer {
	border-top: 1px solid #000000;
	background-color: #1FB25A;
	clear: both;
}

#footer p {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 3px;
}

#footer a:link, #footer a:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}

/* Left-Side Navigation Styles */

#navigation {
  	width: 216px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #000000;
}

#navigation li a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #333333;
	border-right: 1px solid #711515;
	background-color: #0066CC;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #711515;
}

/* Class Styles */

.form_input {
	background-color: #FFFF99;
}

.arrowlistmenu{
width: 215px; /*width of menu*/
text-align:left;
margin-top: 0px;
float: left;
/*background-color: #E8D743;*/
border-right: 1px solid #000000;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #FFFFFF;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
margin-top: 0px;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration: underline;
}
