html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; }
body { font : normal 80%/1.6 "Lucida Grande", Verdana, Arial, sans-serif; color : #333333 !important; background-color : #FFFFFF !important; width: 100%; margin: 0px; padding: 0px;}

body{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #073745;
	width: 800px;
	margin: 0 auto;
}

a{
	color: #000000;
}

strong{
	font-weight: bold;
}

#header{
	margin: 0px;
	padding: 0px;
	height: 256px;
	width: 800px;
	border:0px;
	overflow: hidden !important;
}

#logo{
	margin: 0px;
	padding: 0px;
	height: 256px;
	width: 800px;
	border:0px;
	overflow: hidden !important;
}

#logo img{
	height: 256px;
	width: 800px;
	display: inline;
}

#nav{
	margin: 0px;
	padding: 0px;
	height: 38px;
	background-image: url(../images/sop_nav.png);
	background-position: left;
	background-repeat: repeat-x;
}

#nav ul{
/* 	margin: 0 20px; */
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	height: 18px;
}

#nav ul li{
	margin: 0px auto;
	list-style: none;
	display: block;
	width: 130px;
	position:relative;
	padding: 0;
	float: left;
}

#nav ul li a{
	margin: 0px auto;
	line-height: 18px;
}

#nav ul li ul {
	display: none;
}

#nav ul li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 18px;
	z-index: 500;
}

#nav ul li:hover ul li{
	display: block;
	width: 130px;
	height: 38px;
	background-image: url(../images/sop_nav.png);
	background-position: left;
	background-repeat: repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-top: -1px;
}

#nav ul li ul li a{
	margin: 10px auto;
	line-height: 18px;
	display: block;
}

#nav a{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #F8CE4E;
	font-weight: bold;
	text-decoration: none;
}

#nav a:visited {
	color: #FFCF4A;
}

#nav a:hover {
	color: #000000;
}

#nav a.active {
	color: #B4978E;
}

#content div.sidemap{
	margin: 20px;
}

#content{
/* 	position: relative; */
	clear: both;
	color: #073745;
	margin: 0px;
	padding: 0 0 36px 0;
	background-color: #D3D5C8;
	background-image: url(../images/textback.jpg);
	background-repeat: repeat;
	text-align: justify;
	min-height: 596px;
	overflow: hidden;
	width: 800px;
}

#content h1{
	font-size: 18px;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content h2{
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
}

#content h3{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
}

div.poppy{
	position: absolute;
	left: 14px;
	top: -28px;
	height: 24px;
	width: 24px;
	background-image: url(../images/poppy-24.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 500;
}

#footer{
	position: relative;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #000000;
/* 	height: 16px; */
	line-height: 16px;
	background-color: #EFEFEF;
	text-align: right;
	width: 800px;
}

#footer span{
	padding: 0 4px;
	font-size: 11px;
}

#footer a{
	text-decoration: none;
}

#footer span.copyright{
	float: left;
}

#footer span.copyright + span.copyright{
	border-left: 1px solid #000000;
}

#content #messages{
	margin-left: 20px;
}

/* content specific styles */
#content p{
	margin: 10px 20px;
}

#content .question{
	font-weight: bold;
}

#content .left{
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#content .right{
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: right;
}

div.video{
	margin : 0px auto;
	display : block;
	width : 340px;
}

div.video h2{
	margin : 10px 0px !important;
}

div.video object{
	display : block;
	height : 280px;
	width : 340px;
}