html { height:100%; }
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font: normal 10pt Tahoma,Arial,Helvetica,sans-serif;
	color:white;
	background:#cddbfe url(/images/bg_overall.gif) repeat-y 50% 0;

}
#wrapper { position: relative; min-height: 100%; }
* html #wrapper { height: 100%; }
#wrapper-inner { width:860px; margin:0px auto; background:transparent url(/images/bg_header.gif) no-repeat 50% 0; }
#wrapper-inner2 { width:860px; margin:0px auto; background:transparent url(/images/bg_wrapper.png) no-repeat 50% 80px; min-height:580px; }

#header { width:860px; height:95px; margin:0; padding:0; overflow:hidden; }
#header * { overflow:hidden; }
#header #logo { position:relative; top:0; left:300px; width:600px; height:90px; }

#menu { width:620px; margin:10px 0 10px 240px; height:20px; }
#menu ul { margin:0; padding:0; list-style-type:none; }
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	border-right: 1px solid white;
}
#menu li a { display: block; line-height:20px; padding: 0px 15px 0 15px; }
#menu li a:link, #menu li a:visited, #menu li a:hover, #menu li a:active { color:#2e4dfe; text-decoration: underline; }
#menu li a:hover { color: #FFFF99; }
#menu li a:active { background-color: #E1EAF7; }
#menu li.active a:link, #menu li.active a:visited, #menu li.active a:hover, #menu li.active a:active { color: #3399CC; text-decoration: none; }

#main { margin:0; padding:0 0 130px 0; background:transparent; }

#leftcol { float:left; width:200px; }
#leftcol div.lcInner { margin:5px 0; border:1px solid #CACAC8; width:262px; padding:3px; }
#leftcol h2 { margin:0 0 10px 0; padding:5px 15px; background:transparent url(/images/leftcolheading.png) no-repeat top left; }

#content { width:530px; margin:0 0 0 240px; padding:0 10px; line-height:1.5em; }

#path { color:#fff; margin:0; padding:10px 0; font-size:9pt; width:600px; line-height:1.2em; overflow:hidden; }
#path * { vertical-align: bottom; }

#footer {
	color:silver;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	width:860px;
	margin:0;
	height:70px;
	padding:0;
	font-size: 8pt;
	line-height: 1.5em;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color:silver; }
#footer #copyright { position:relative; top:10px; left:250px; width:400px; height:20px; }
#footer #address { position:relative; top:50px; left:155px; width:200px; height:40px; }
#footer #createBy { position:relative; top:-45px; left:65px; width:200px; height:40px; }
#footer #counters { position:relative; top:-55px; left:700px; width:200px; height:40px; text-align: right; }

a:link { color:#fff; text-decoration:underline; }
a:visited { color:#f0f0f0; text-decoration:underline; }
a:hover { color:#fff; text-decoration:none; }
a:active { color:#fff; text-decoration:none; }

h1, h2, h3, h4, h5 { font-family:Arial,Sans-serif; font-weight: normal; line-height:1em; color:#d8fbfe; }
h1 { font-size:18pt; }
h2 { font-size:16pt; line-height:1em; margin:.6em 0 .3em 0; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
h5 { font-size:10pt; }

form.frm { margin:0; }
form.frm label { display:block; width:120px; float:left; margin:0 10px 0 0; }
form.frm br { display:block; margin-bottom:5px; }
form.frm input, form.frm textarea { width:300px; }
form.frm input[type=submit] { margin-left:130px; }

.noscreen { display:none; }
.errmsg { color:red; }
