


html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 {
	top: 36px;
	left: 13px;
	font-size:26px;
	color:#3f3c2d;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #544e38;
	text-align:left;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #544e38;
	text-align:left
	}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {

	background-color:#2163a6;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}
body {
	margin:50px 0px; padding:0px;
	text-align:center;
	}


#header
{
	position: relative;
	left: 35px;
	width: 950px; 
}

#wrapper {

	text-align: left;
	margin: auto;
	width: 1020px;
	background-color:;
	position: relative;
	padding-top: 0px;

	
}
#window {
	background: url(images/window_bg.png) repeat-y;
	width: 100%;
}
#window-top {
	background: top left url(images/window_top.png) no-repeat;
	position: relative;
	
}
#window-bot {
	background: bottom left url(images/window_bot.png) no-repeat;
	position: relative;
	width: 1020px;
	padding-bottom: 17px;
	top: 12px;
	padding-top: 12px;
}
#window-top-2 {
	position: absolute;
	top: 12px;
	width: 1020px;
	height: 12px;
	background: top left url(images/window_top_2.png) no-repeat;
}





#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
padding-top:5px;
padding-left:25px;
}

#leftnav h2
{
	color: #2A78C3;
	font-family: "papyrus";
	font-size:1.75em;
	text-align:center;
}

#rightnav
{
float: right;
width: 160px;
padding-top:5px;
padding-right:25px;
}

#content
{
margin-left: 200px;
border-left: 0px solid gray;
margin-right: 200px;
border-right: 0px solid gray;
padding: 1em;

}
#content h2
{
	color: #D20025;
	font-family: "papyrus";
	font-size:2.25em;
	
	}



#h2 {
	color: #D20025;
	font-family: "papyrus";
	font-size:2.25em;}

.h2 {
	color: #D20025;
	font-family: "papyrus";
	font-size:2.25em;}






#footer
{
clear: both;
margin: 0;
width:976px;
padding-left:15px;
border-top: 0px solid gray;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }





table {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

p {margin-top: 0px;margin-bottom: 0px;}

.leftcoltext {padding-left: 20px;padding-top: 12px;padding-right: 20px;}


.heading {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff4000;}




.centerpanel {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;}

.paneltext {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;}


.centercoltext {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;}

.panelimage {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;}

.footer {color: #333333;}


.logopad {padding: 10px;}








blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;}


ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;}


ul {
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000	}

a:link {color: #D20500}
a:visited {color: #D20500}
a:link:hover {color: #ff4000;}


a.button {
	background: transparent url('images/b2.png') no-repeat scroll top right;
	color: #444;
	display: block;
	right:-1px;
	font: normal 12px arial, sans-serif;
	height: 27px;
	margin-right: 20px;
	margin-left:20px;
	padding-right: 15px; /* sliding doors padding */
	text-decoration: none;
	text-align:center;
}
a.button span {
	background: transparent url('images/b1.png') no-repeat;
	display: block;
	line-height: 17px;
	padding: 5px 0 5px 18px;
}
a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}
#button a {
	color: #000000;
}
#button a:hover {
	color: #0066FF;

}

#menuposition{
	position:relative;
	left:28px;
