body {
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #800080;
	background: #fff url(images/bg_50.jpg) repeat-x;
	text-align: left;
}
p {
  color: #000066;
}
a:link, a:visited, a:active {
 text-decoration: underline;
 color: #6A5ACD;
 background-color: transparent;
}
a:hover {
 text-decoration: underline overline;
 color: #191970;
 background-color: #C9c3ED;
}
h1 {
 background-color: #ADD8E6;
 color: #256579;
 font: 18px;
 padding: 2px;
}
h2 {
 font-size: 14px;
 background-color: transparent;
 color: #000099;
}
h3 {
 font-size: 12px;
 background-color: transparent;
 color: dark blue;
 padding-left: 30px;
}

#header {
	width:810px;
	height:120px;
	margin: 10 auto;
	background: url('images/header_010203.gif') no-repeat;
	padding:0px;

}
.nav p {
	position: absolute;
	top: 150px;
	left: 10px;
	font-size: 60%;
	color: #3366CC;
}

#content {
 position: absolute;
 top: 200px;
 left: 200px;
 text-align: left;
 float: right;
 padding: 10px 10px 10px 0px;
}
.top_cont {
position:relative;
width:100%;
height:100px;
margin-top:15px;
background-color: transparent;
}
.middle_cont {
position:relative;
width:100%;
margin-top:20px;
height:475px;
background-color: transparent;
}
.bottom_cont {
position:relative;
width:100%;
margin-top:15px;
height:45px;
background-color: transparent;
}
#content p {
	font-size: 80%;
	line-height: 1.2em;
	padding-left: 0;
}
#content p.list {
	line-height: 0.2em;
	padding-left: 15px;
}
.border {
	font-weight: bold;
  border:2px dashed gray;
  padding-top: 3px;
  padding-left: 5px;
}
.normal {
	width:700px;
}
#content h1 {
	font: normal 180% Verdana, Arial, Helvetica, sans-serif;
	color: teal;
	background-color: transparent;
}
#content h2 {
	font-size: 90%;
	color: #000099;
	background-color: transparent;
	border-bottom: none;
}
#content h2.heading4 {
	font-size: 100%;
	width: 840px;
	text-align: center;
	padding: 2px;
	color: #ffffff;
	background-color: #9999cc;
}
#content h3 {
	position: auto;
	font-size: 80%;
	background-color: transparent;
	padding-left: 30px;
}
.heading {
  width: 300px;
  color: #336699;
  text-decoration: none;
  border-bottom: 1px dashed gray;
}
.heading2 {
	width: 250px;
	color: #cc0033;
	text-transform: uppercase;
}
.heading3 {
	width: 250px;
	color: #009933;
	text-transform: capitalize;
}
.heading4 {
	width: 800px;
	color: #ffffff;
	background-color: #9999cc;
}

.rightimg {
float:right;
margin-left:20px;
margin-right:100px;
margin-bottom: 6px;
}
.leftimg {
float: left;
margin-left: 100px;
margin-bottom: 6px;
padding-right:50px;
}

#content ol {
	font-size: 80%;
	color: #660033;
	list-style-type: decimal;
	padding: 0px;
	border: none;
}
#content ul {
  font-size: 90%;
  color: #3300CC;
	list-style-type:square;
  border-style:solid;
	padding: 0px;
	border: none;
}
#content ul ul {
	font-size: 90%;
	list-style-type: circle;
	margin: 20px;
	padding: 0px;
	border: none;
	background-color: #ccffff;
}
#content ol ul {
	font-size:90%;
	list-style-type: circle;
	margin: 20px;
	padding: 0px;
	border: none;
	background-color: #ccffff;
}
#content dl {
	font-size: 90%;
	margin: 5px;
	padding: 2px;
	background-color: #99ffff;
	border: outset;
}
#content dl dt {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: none;
}
#content dl dd {
	font-size: 90%;
	font-weight:normal;
	margin: 5px;
	padding: 0px;
	border: none;
}
#content dl ul {
	font-size:100%;
}
#navig_horiz {
	font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  position: absolute;
  top: 140px;
  left: 140px;
	width: 600px;
}
#navig_horiz ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
  padding-top: 4px;
}
#navig_horiz li {
	display: inline;
}
#navig_horiz a:link, #navig_horiz a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #660099 ;
	background-color: #CC99FF;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navig_horiz a:hover {
  border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  position: absolute;
  top: 140px;
  left: 20px;
	width: 150px;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	width:120px;
	padding: 0px;
  padding-top: 2px;
}
#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	display: block;
	padding: 3px 10px 2px 10px;
	color: #660099 ;
	background-color: #CC99FF;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navigation a:hover {
  border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#table {
 position: absolute;
 left:50px;
 color:navy;
 font: 80% Arial, Verdana, sans-serif;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%
	border-top: 1px;
/*	float:left;
	clear: both;
	padding: 50px 0px 0px 0px;
	*/
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}
.sidebar {
float:right;
padding:0;margin-top:10px;right:0;
width:27%;
height:455px;
background-color:transparent;
}
#header_text {
font:normal bold 350%/2.05 georgia,'geneva',times,sans-serif;
text-transform: uppercase;
color:#ffffcc;
}
input {
width:200px; height:20px;
margin-left: 40px;
background:#a5a5a5;padding:0;
color:blue;
font:normal normal 10pt verdana,sans-serif;
border:1px solid #000;
}
button {
width:42px; height:20px;
background:#a5a5a5;
color:#fff;
font-weight:bold;
border:1px solid #000;
font:normal bold 75%/1.1 verdana,sans-serif;
vertical-align:middle;
padding:0;
}
