/*
@import url("forms.css");
*/

/* undohtml.css */
ul { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,img { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */


/* Tags */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
 	margin:0;
	padding:0;
	background-color:#333366;
	text-align:center;
}
h1{margin:0 0 5px 0; font-size:70%; font-weight:bold;}
h2{font-size:65%; font-weight:bold;}
h3{font-size:60%; font-weight:bold; margin:5px 0;}
hr{top:45px;}
img{}


/* Links */
a:link {text-decoration:none; font-size:x-small; color:#3366FF}
a:visited{text-decoration:none; font-size:x-small; color:#3366FF;}
a:active{text-decoration:none; font-size:x-small; color:#3366FF;}
a:hover{text-decoration:none; font-size:x-small; color:#CCCCFF;}


/* Main Boxes */
#shadow{background-repeat:repeat-y; background-position:center top; background-color:transparent; margin-top:0;}

#main{text-align:left; margin:0 auto; width:760px; position:relative; background-color:#fff;}

#headerdiv{float:left; clear:both; text-align:right; margin:0; padding:0 2px; width:756px; height:70px; background:#fff url(/images/header.png) top left no-repeat;}/**/
	#headerdiv a{color:#000;}
	#headerdiv ul{margin:0 5px 0 0; padding:0; list-style:none;}

#menudiv{float:left; clear:both; margin:0; padding:0 2px; height:20px; width:756px; background-color:#fff;}

#contentdiv {float:left; clear:both; width:760px; height:100%; background-color:#fff; padding:0;}
	#contentcenterdiv {float:left; clear:right; top:0; bottom:4px; width:760px; padding:0;}

#footerdiv{float:left; clear:both; height:20px; width:756px; margin:0; padding:0 2px; font-size:x-small; font-weight:bold; background-color:#fff;}
	#footerdiv a{}

#clearleft {float:left; clear:left;}

#searchtermbox{float:left; margin-bottom:10px; padding:0 2px;}

/* Sub Boxes */
.contentcenter{padding:0; margin:10px 10px 10px 5px; height:100%; background-color:#fff;}

.textHeader{clear:both; padding:0 2px; margin:0; height:14px; font-weight:bold; color:#fff;}
.textContentBody{float:left; padding:4px; margin:0 0 10px 0; width:760px; background-color:#fff;}

