/* CSS Document */

body {
background: #cdcd9a url(../images/body-bg.jpg) repeat-y top center;
margin: 0px;
padding: 0px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #336600;
margin: 7px 0px 0px 0px;
padding: 0px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #990000;
margin: 7px 0px 0px 0px;
padding: 0px;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #336600;
margin: 7px 0px 0px 0px;
padding: 0px;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336600;
margin: 7px 0px 0px 0px;
padding: 0px;
}

h6 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336600;
margin: 7px 0px 0px 0px;
padding: 0px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
line-height: 18px;
margin: 7px 0px 0px 0px;
padding: 0px;
}

li {
font: normal 12px/19px arial, sans-serif;
text-align: left;
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.breadcrumb {
font: normal 11px/16px verdana, sans-serif;
color: #333;
}


.Wrap {
width: 800px;
margin: 0px auto;
}


/* -------- HEADER -------- */
.Header {
background: url(../images/header2.jpg) no-repeat top left;
width: 800px;
height: 200px;
margin: 0px;
padding: 0px;
}

.headerlinks {
width: 200px;
float: right;
margin: 40px 20px 0px 0px;
}

.headerlinks a {
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
line-height: 40px;
text-decoration: none;
text-transform: uppercase;
color: #FFFFFF;
}

.headerlinks a:hover {
text-decoration: none;
}

/*--- Modified Suckerfish CSS Dropdown!----*/

.ToolBar {
background: url(../images/nav-repeat.gif) repeat-x top left;
width: 800px;
height: 30px;
}

ul#nav {/*top list*/
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	height: 30px;
}


ul#nav li { /* top list items */
	float: left;
	width: 200px;
	position: relative;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

ul#nav li a {
	color: #cccc99;
	background: url(../images/navlink.gif) repeat-x top left;
	height: 30px;
	width: 200px;
	display: block;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #FFFFFF;
	height: 30px;
	width: 200px;
	display: block;
	text-decoration: none;
}

ul#nav li ul { /* second-level lists */
	background: #ffffff url(../images/dropdown-repeat.gif) repeat-x top left;
	border: 1px solid #cccc99;
	float: left;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0;
}

ul#nav li ul li {/*second-level list items*/
	text-align: center;
}

ul#nav li ul li a {
	color: #336600;
	text-decoration: none;
}

ul#nav li ul li a:hover {
	color: #ffffff;
	background: #336600;
	text-decoration: none;
}


ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* ------------------- */

/* -------- MAIN BODY -------- */

.MainBody {
background: #cdcd9a url(../images/bg.gif) repeat-y top center;
}

.MainBody h1 {
background: #ffffcc url(../images/h1.gif) no-repeat top left;
border-top: 3px solid #cccc99;
border-bottom: 3px solid #cccc99;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #cccc99;
margin: 0px;
padding: 5px 0px 5px 20px;

}

/* -------- LEFT COLUMN -------- */
.LeftColumn {
float: left;
width: 540px;
margin: 0px;
padding: 0px 0px 0px 20px;
}

/* -------- RIGHT COLUMN -------- */

.RightColumn {
background: url(../images/right-repeat.gif) repeat-x top left;
float: right;
width: 227px;
margin: 0px;
padding: 0px;
border-right: 3px solid #cccc99;
}

.RightColumn ul {
list-style-type: none;
margin: 10px 0px;
padding: 0px;
}

.RightColumn li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336600;
margin: 0px;
padding: 0px;
}

.RightColumn li a {
text-transform: uppercase;
text-decoration: none;
display: block;
height: 24px;
line-height: 24px;
color: #336600;
margin: 0px;
padding: 0px 10px;
}

.RightColumn li a:hover {
text-decoration: none;
background: #336600;
color: #ffffff;
display: block;
height: 24px;
margin: 0px;
padding: 0px 10px;
}

.RightColumn img {
width: 200px;
border: 1px solid #336600;
margin: 10px 12px
}

.RightColumn img:hover {
width: 200px;
border: 1px solid #c70200;
margin: 10px 12px
}


/* -------- FOOTER -------- */

.Footer {
clear: both;
background: url(../images/footer1.gif) bottom right no-repeat;
height: 60px;
margin: 0px;
padding: 40px 0px 0px 0px;
border: 3px solid #cccc99;
border-width: 0px 0px 3px 0px;
}

.Footer .hr {
width: 760px;
height: 1px;
font-size: 1px;
background: #336600;
margin: 0px 20px;
}

.Footer p {
text-align: center;
}

.Footer a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
color: #336600;
margin: 0px 10px;
}

.Footer a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
text-decoration: underline;
color: #336600;
margin: 0px 10px;
}

/* -------- COPYRIGHT AREA -------- */

.FootNote {
margin: 0px auto;
width: 800px;
}

.FootNote p {
font-size: 10px;
text-align: center;
}