/* Global Styles */

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

body {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0;
	border: 0;
	margin: 0px;
}

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;
}

a[href$=".pdf"] {
    background: url(images/icon_pdf.jpg) no-repeat right top;
    padding-right: 12px;
}

/* ID Styles */

#wrapper {
	width: 1000px;
	margin:0px;
	/*border: 1px solid #333333*/
	text-align:left;
}

#header {
    background: url(images/top_background.jpg);
	height: 161px;
}

#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	width:1000px;
	height:305px;
	left: 6px;
	top: 162px;
	padding-top: 9px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

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

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

#rightcolumn {
    font-family: "Trebuchet MS";
	font-size: 14px;
	margin-left: 0px;
	width: 1000px;
}

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

#rightcolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	text-align: left;
	margin-left: 0px;
	background-color: #000099;
}

#rightcolumn h2 {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	margin-left: 23px;
	color: #000066;
	text-align: left;
}

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

#footer_top {
	background: url(images/footer_bg.gif);
	clear: both;
	height: 50px;
}

#footer {
	clear: both;
	background-color: #F0F0F0;
}


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

#leftcolumn {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 1px;
	margin-top: 0px;
	width: 190px;
    height: 100%;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px dashed #000000;

}

#leftcolumn p {

	margin-left: 6px;

}

#leftcolumn hr {

	color: #FFFFFF;

}

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

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

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

/* Left-Side Navigation Styles */

#navigation {
  	width: 0px;
}

#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 */

.tagline {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #000066;
}

.form_input {
	background-color: #FFFF99;
}