/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
	background-color:#E0E0E0;
}
body{	
	text-align:center;
	min-width:775;/* for mozilla*/
	color: #000000;
	font: 10px "Verdana", "Arial", "Helvetica", sans-serif;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:775px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #FFFFFF;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;

}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:132px;
	border-bottom: 1px solid black; 
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	/*padding-top:135px;/*needed to make room for header*/
	line-height:1.6;
	height:100%;
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	background-image:url(images/menu-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#3366cc;
}
#left p {padding-left:3px;padding-right:2px}

#footer {
	width:100%;
	clear:both;
	height:5px;
	background-image: url(images/footer-bg.jpg);
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	border-top: 1px solid black; 
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:7px;/* for ie5 */
	he\ight:5px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:600px;
	float:right;
	/*padding-top:140px;/*make room for header*/
	margin-left:12px;
	margin-right:12px;
}
#centrecontent p {padding-left:3px}
#clearfooter {width:100%;height:5px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-5px;} /*safari wrapper */




/* Hypertext */
:link, :visited, :link:active, :visited:active {color: #0000FF; cursor: pointer; text-decoration: none; }
:link:hover, :visited:hover {color: inherit; text-decoration: underline; }


/* Block-Level Elements */
h1 {display: block; color: #154470; font-size: 2em; font-weight: bold; margin: .67em 0; }
h2 {display: block; color: #154470; font-size: 1.5em; font-weight: bold; margin: .83em 0; }
h3 {display: block; color: #154470; font-size: 1.17em; font-weight: bold; margin: 1em 0; }
h4 {display: block; color: #154470; font-weight: bold; margin: 1.33em 0; }
h5 {display: block; color: #154470; font-size: .83em; font-weight: bold; margin: 1.67em 0; }
h6 {display: block; color: #154470; font-size: .67em; font-weight: bold; margin: 2.33em 0; }
p {display: block; margin: 1em 0; text-align: justify; }

li {display: list-item; margin 1em 0; }

ol {display: block; margin: 1em 0; padding-left: 2em; }
ol li {list-style-type: decimal; }

ul {display: block; margin: 1em 0; padding-left: 2em; }
ul li {margin-left: 1em; list-style-type: disc; }
ul ul li {margin-left: 2em; list-style-type: circle; }
ul ul ul li {margin-left: 3em; list-style-type: square; }

li ul, li ol {margin-bottom: 0 ; margin-top: 0; }

.leftmenu a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold
}
.leftmenu a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold
}
.leftmenu a:hover {
	text-decoration:none;
	color:#333333;
	font-weight:bold
}
.leftmenu a:visited:hover {
	text-decoration:none;
	color:#333333;
	font-weight:bold
}
.formtext {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.text-red-small{
	color:red;
	text-decoration:none;
	font-weight:bold;
	font-size:8px;
}