.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }
* { margin: 0px; padding: 0px; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: #3a047d; }
a:hover, a:active { color: #bf7061; }
html,body { height: 100%; }
body { background-color: #806161; font-size: 0.7em; color: #000000; line-height: 1.4em; background-image: url(../images/bodybkgd.gif); }
div.hr { padding-top: 2px; margin-bottom: 4px; border-bottom-style: solid; border-bottom-width: 1px; }
div.hr hr { display: none; }
h1 { font-size: 1.2em; font-weight: bold; margin-bottom: 0.7em; }
h2 { font-size: 1.1em; font-weight: normal; margin-bottom: 0.3em; }
hr { display: none; }
img { border: 0px; }
input { vertical-align: middle; }
input.text, input.text-ghosted { padding: 2px; border: 1px solid #808080; }
input.text-ghosted { color: #808080; }
input.text { color: #000000; }
a.button, input.button { text-decoration: none; background-color: #4C687B; color: #FFFFFF; font-weight: bold; border: 0px; padding: 2px 4px; }
ol, ul { margin-left: 1.5em; padding-left: 1.5em; }
p { margin-bottom: 0.8em; }
select { vertical-align: middle; }

#root { width: 816px; margin: 0px auto; background-image: url(../images/rootbkgd.gif); background-color: #e0e0e0; background-repeat: repeat-y; min-height: 100%; height: auto !important; height: 100%; }
	#rootcontent { margin: 0px 76px 0px 77px; background-color: #e0e0e0; height: 100%; }
	#navroot { }
	#navigation { float: left; width: 490px; padding: 40px 0px; background-image: url(../images/navbkgd.gif); background-repeat: no-repeat; background-position: 0px 20px; }
		#navigation ul { list-style-type: none; margin-left: 0px; padding: 0px 0px 0px 10px; }
			#navigation li { display: inline; }
				#navigation a { display: block; float: left; padding: 2px 8px; border-bottom: 1px solid #d4d4d4; text-decoration: none; color: #000000; }
	
	#logo { float: right; width: 150px; text-align: right; padding-right: 14px; }
		#homelinks { text-align: center; margin-left: 13px; }
			#homelinks a { text-decoration: none; font-size: 0.9em; }
			
	#main {}
		#maincontent { padding: 4px 32px; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }
.error { color: #ff0000; text-align: center; }
