@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0:
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
a {
	text-decoration:none;
}
a img {
	border:0px;
}
#wrapper {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
body {
	color: #033;
	font-size:.8em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height:1em;
	padding: 10px;
	margin: 0px auto;
	background-color:#033;
	position: relative;
}
p { 
	margin-left:6px;
	margin-right:6px;
}
h1 {
	color: #600;
	font-size: x-large;
	font-style: italic;
	font-variant: small-caps;
	text-align: left;
	font-weight: bold;
	padding-top:25px;
	margin-left:6px;
	margin-right:6px;
}
h2 {
	color: #600;
	font-size: large;
	font-weight: bolder;
	font-style: italic;
	margin-left:6px;
	margin-right:6px;
}
h3 {
	color: #888851;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:-.7em;
}
h4 {
	color: black;
	font-size: xx-large;
	font-style: italic;
	text-align: center;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:6px;
}
h5 {
	color: olive;
	font-size: 14pt;
	font-style: italic;
	line-height: 12pt;
	margin-left:6px;
	margin-right:6px;
}
h6 {
	color: #888851;
	margin-left:6px;
	margin-right:6px;
}
img {
	margin-left:6px;
	margin-right:10px;
}
ol {
	color: #ce9c00;
	font-size: 0.8em;
	margin-left:6px;
	margin-right:6px;
}
ul {
	color: #ce9c00;
	font-size: 0.8em;
	list-style-position: inside;
	margin-left:6px;
	margin-right:6px;
}
a {
	color: #cd853f;
	text-decoration: underline;
}
a:visited {
	color: #cd853f;
}
a:hover {
	color: #cd853f;
}
a:active {
	color: #cd853f;
}
table {
	background:url(images/bg.gif) repeat;
	border-collapse:collapse;
	font-size:.6em;
	text-align:center;
}
td, th {
	border:1px solid #033;
}
#extraDiv2 {
	background-image: url(images/bottom/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:-10px;
	height: 150px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

#header {
	width:100%;
	margin-left:-3px;
	height:170px;
}
#title {
	background: transparent url(images/title.gif) no-repeat top left;
	height:71px;
}
#content {
	width:100%;
	background:url(images/bg.gif) repeat;
	background-position: center;
	margin-top:-30px;
	padding-bottom:175px;
}
#copyright {
	color:#036;
	font-size:smaller;
	text-align: center; 
	margin-left:5px;
	margin-right:5px;
	padding-top:2px;
	padding-bottom:5px;
	clear:both;
}
#floatleft {
	float:left;
	width:400px;
}
#floatright {
	float:right;
	width:400px;
	margin-right:6px;
}
.bold2 { 
	font-weight: bold;
}
.italiciazed {
	font-style: italic;
}
.cellcolor {
	background-color: #deb887;
}
.rev_type {
	color: #f5f5dc;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
.g_nav_cellcolor {
	color: #ffffce; 
	background-color: #cacaa0;
}
