
body {
	margin: 0px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bluewhiteblend.gif) repeat-x;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}

h1 {
	margin: 20px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

h2 {
	margin: 0px 0px 0px px;
	font-size: 59pt;
	font-weight: bold;
	font-family: "tahoma";
	color: black;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size: 18pt;
	font-weight: normal;
	font-family: "tahoma";
	color: black;
}


h4 {
	margin: 0;
	font-size: 20pt;
	font-weight: normal;
	font-family: "tahoma";
	color: white;
}

h5 {
	margin: 0;
	font-size: 9pt;
	font-weight: normal;
	font-family: "tahoma";
	color: #caac6c;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 0px dotted #CCCCCC;
	text-decoration: none;
	color: white;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */


#logo {
	width: 980px;
	margin: 0 auto;
	background: url(images/topbanner2.jpg) no-repeat left top;
	height: 129px;
	border: 0px;
}

#header {
	width: 980px;
	height: 129px;
	margin: 0 auto;

}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
}




/* Menu */

#menu {
	float: left;
	background: url(images/menudarkbluebackground.gif) repeat-x;
	width: 980px;
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 6px;
	padding: 5px 6px 2px 6px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "arial";
}

#menu a:hover {
	background: url(images/menumediumbluebackground.gif) repeat-x;
	color: white;
	height: 25px;
}

#menu .current_page_item a {
	background: url(images/menulightbluebackground.gif) repeat-x;
	color: white;
	font-weight: bold;
}

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF  url(images/background-content.gif) repeat-y;
	

	
}

/* Content */

#content {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF  url(images/background-content.gif) repeat-y;
	
}

#mainone {
	float: left;
	width: 475px;
	padding: 0px 5px 0px 8px;
	background:  #FFFFFF  url(images/background-content-left.gif) repeat-y;

}

#mainone a {
font-size: 12px; 
font-family: "arial";
text-decoration: none;
color: #5f2200;
}

#mainone h1 {
	margin: 20px 0px 10px 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}

#mainone h2 {
	margin: 20px 0px 0px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}

#mainone h3 {
	margin: 20px 5px 0px 0px;
	font-size: 19pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}
#mainone h4 {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}
	


/* maintwo */

#maintwo {
	float: right;
	width: 475px;
	padding: 0px 5px 0px 5px;
	background: #FFFFFF  url(images/background-content-right.gif) repeat-y;
	
}

#maintwo a {
font-size: 12px; 
font-family: "arial";
text-decoration: none;
color: #5f2200;
}

#maintwo .link2 {
font-size: 12px; 
text-decoration: none;
color: #172AA3;
}

#maintwo h1 {
	margin: 20px 0px 0px 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}

#maintwo h2 {
	margin: 0px 0px 0px px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}

#maintwo h3 {
	margin: 20px 5px 0px 5px;
	font-size: 9pt;
	font-weight: normal;
	font-family: "arial";
	color: black;
}

#maintwo h4 {
	margin: 0px 0px 0px px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}

#footer {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(images/bottombanner2.gif) no-repeat center top;
	height: 140px;
	border: 0px;
}
#footer h1 {
	margin: 0px 0px 0px px;
	font-size: 10pt;
	font-weight: bold;
	font-family: "arial";
	color: black;
}

