@import url("menu.css");

/* General */

body {
	margin: 0;
	background: url(../images/page_bg.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	line-height: 1.5em;
}
a {		
	color: blue; 
	text-decoration: underline;
}
a:hover {
	color: red;
}
h1, h2, h3, h4 {
	color: #284173;
	margin: 1em 0;
	padding: 0;
}
h2 {
	font: 182% "Times New Roman", Times, serif;
	letter-spacing: .2em;
}
ul,ol,li {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 1em;
}
ul,ol {
	margin:1em;
}
ol, ul {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;
}
ul li{
	list-style: disc outside;
}
div#search {
	margin: 15px;
}
div#search label {
	display: block;
	font-weight: bold;
}
div#search #tbSiteSearch {
	width: 90px;
}
div#search #btnSiteSearch {
	
}
div#adobe {
	border: 1px solid white;
	margin: 15px;
	padding: 10px;
	color: white;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}
div#main {
	position: absolute;
	top: 119px;
	left: 182px;
	width: 568px;
	padding: 15px;
}
div#list ul { 
	list-style: none;
}

/* Header */
div#HdrTop {
	top: 0px;
	left: 0px;
	height: 52px;
	background: #FFFFFF url(../images/hdr_bg_top.gif) repeat-x;
}
div#HdrBtm {
	top: 0px;
	left: 0px;
	height: 67px;
	background: #CCCCCC url(../images/hdr_bg_btm.gif) repeat-x;
}

/* Menu */
div#menu {
	position: absolute;
	top: 119px;
	left: 0px;
	width: 182px;
}
div#menu ul {
	list-style-type: none;
	margin: 0px 8px 0px 15px;
	padding: 0px;
}
div#menu ul li {
	padding: 0px 6px 0px 0px;
}

/* Text */
.txtRequired {
	font-size: 8pt;
	white-space: nowrap;
	vertical-align: text-top;
}

.txtRequired img {
	padding: 0px 4px;
	vertical-align: middle;
}

.hdrGreen, .hdrRed
{
	font-size: 11pt;
	text-align: center;
}

.hdrGreen {
	color: #006600;
}

.hdrRed, .txtRequired, .txtRed  {
	color: #FF0000;
}
.header { 
	font-size: 14px; 
	font-weight: bold;
}
.subhead {  		
	font-size: 13px; 
	font-weight: bold;
}
.txt11 {
	font-size: 11px;
}
.txtRed {
	font-size: 11px;
	font-weight: bold;
}
a.pdf {
	background: url(../images/pdf.gif) no-repeat;
	padding-left: 20px;
	height: 16px;
}

