/* Undo html */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }

/* Set base font size adjustment for IE5 */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

html>body { /* be nice to Opera */
	font-size: medium;
}

/* Site Style */

#container {
	background: none;
	width: 100%;
	margin: 0 auto;
}

#header {
	background-image: url(../_images/site_header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	width: 760px;
	display: none;
}

#body {
	background: none;
	float: left;
	width: 760px;
}

/* left navigation */
#left {
	float: left;
	width: 164px;
	display: none;
}
#left h1 {
	font-size: 90%;
	color: #008080;
	padding: 0 20px 5px 20px;
}
#left p {
	font-size: 90%;
	padding: 0 20px 5px 20px;
}
#left ul{
	font-size: 90%;
	padding: 0 0 10px 11px;
	width: 153px;
	float: left;
	background: url(../_images/site_left_menu_arrow.gif) 20px bottom no-repeat;
}
#left ul li {
	width: 100%;
	float: left;
}
#left ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #D4E4A4;
	border-bottom: 3px solid #ECF4D4;
	padding: 1px 1px 1px 10px;
}
#left ul li a:hover {
	background-color: #94C3A3;
	color: #4C2474;
}
#left input {
	font-size: 90%;
	border: 1px solid #4C2474;
}

/* Main Body */
#content {
	float: left;
	width: 100%;
}
#content h1 {
	font-size: 120%;
	color: #003399;
	padding: 0 20px 15px 20px;
}
#content h2 {
	font-size: 100%;
	color: #008080;
	padding: 0 20px 15px 20px;
}
#content p {
	font-size: 90%;
	padding: 0 20px 15px 20px;
}
#content a {
	color: #003399;
	text-decoration: underline;
}
#content a:hover {
	color: #0000ff;
}
#content ul {
	font-size: 90%;
	padding: 0 20px 15px 40px;
	list-style-type: disc;
}
#content ol {
	font-size: 90%;
	padding: 0 20px 15px 45px;
	list-style-type: decimal;
}
#content li {}
#content blockquote {
	font-size: 90%;
	padding: 0 10px;
}
#content object {
	margin-left:20px;
}
#content p.print {
	display: none;
}

/* Right Content */
#right {
	float: left;
	width: 189px;
	display: none;
}
#right h1 {
	font-size: 110%;
	color: #bb3444;
	padding: 0 10px 15px 10px;
}
#right h2 {
	font-size: 100%;
	color: #008080;
	padding: 0 10px 15px 10px;
}
#right p {
	font-size: 90%;
	padding: 0 10px 15px 10px;
}
#right a {
	color: #003399;
	text-decoration: underline;
}
#right a:hover {
	color: #0000ff;
}
#right ul {
	font-size: 90%;
	padding: 0 10px 15px 30px;
	list-style-type: disc;
}
#right ol {
	font-size: 90%;
	padding: 0 10px 15px 35px;
	list-style-type: decimal;
}
#right blockquote {
	font-size: 90%;
	padding: 0 10px;
}
.required {
	color: #f00;
}
#footer {
	background-image: url(../_images/site_footer.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 182px;
	width: 760px; 
	display: none;
}
#footer p {
	font-size: 90%;
	font-style:italic;
	padding: 140px 0 0 184px;
}