/* Undo HTML */
:link,:visited {
	text-decoration: none; 
}
/*2d47a6
1d2e96*/
ul,ol {
	list-style: none;
}
 
h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img{
	border: none;
}
 
address {
	font-style: normal;
}
/* End Undo HTML */

html, body {
	font-family:Verdana;
	font-size:0.8em;
}

#wrapper {
	width:850px;
	margin:auto;
	border:1px solid #1c3485;
}
#header {
	padding:0px;
	margin-bottom:17px;
	
}
#header img {
	border-bottom:3px solid #1c3485;
}
#middle {
}
#menu {
	float:left;
	width:150px;
	margin:0px 4px 10px 0px; 
	background-color:#1c3485;
	color:white;
}
#menu div.top {
    width:150px;
    height:9px;
    background:url('../images/menu-top.jpg') top right no-repeat;
}
#menu div.bottom {
    width:150px;
    height:9px;
    background:url('../images/menu-bottom.jpg') bottom right no-repeat;
}
#menu div.container {
    height:263px;
}
#menu ul {
    margin:5px 15px 12px 17px;
}
#menu ul li a {
	display:block;
	padding:0px 0px 5px 10px;
	background:url('../images/menu-rollover.gif') -5px 2px no-repeat;
	font-weight:bold;
	color:white;
}

#menu ul li a:hover {
	background-position:0px -23px;
}
#bodycopy {
	width:450px;
	float:left;
	overflow-y:auto;
	overflow-x:hidden;
	height:280px;
	font-family:tahoma;
}
#bodycopy h1 {
	font-size:1.8em;
}
#bodycopy h2 {
	font-size:1.4em;
}
#bodycopy h3 {
	font-size:1.2em;
}
#bodycopy h4 {
	font-size:1.0em;
}
#bodycopy p {
	margin:0px 0px 8px 0px;
	font-size:1.2em;
	line-height:1.4em;
	
}
#bodycopy ol {
    margin-bottom:8px;
	padding-left:25px;
	list-style: decimal;
}
#bodycopy ul {
    margin-bottom:8px;
	padding-left:20px;
	list-style:square;
}
#incidentals {
	overflow:auto;
	float:left;
}
#incidentals img {
	clear:both;
}
#incidentals img.left {
	float:left;
	margin:0px 10px 8px 0px;
}
#incidentals img.right {
	float:right; clear:left;
	margin:0px 4px 8px 10px;
}
#footer {
	margin-top:22px; padding:11px 0px 14px;
	
	background-color:#1c3485;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
#footer a {
		color:#e9e907;
}
#footer em {
color:#ffff00;
font-style:normal;
}
label {
    display:block;
}
