html,body{
	border: 0;
	margin: 0;
	font: 12px Tahoma;
	color: #353535;
	background: #f9f9f9;
}
td{
	vertical-align: top;
}
img{
	border: 0;
}
h1{
	color: #1b58b3;
	font: 16px Tahoma;
	font-weight: bold;
	text-align:center;
}
h2{
	color: #993300;
	font: 14px Tahoma;
	font-weight: bold;
}
a, a:visited{
	color: #1B58B3;
	text-decoration: none;
}
select, select input{
	font-size: 10px;
}
.inlineImg{
	border: 4px solid #CCCCCC;
}
.box{
	border: 1px solid #CCCCCC;
}
.textbox{
	padding: 18px;
	border: 4px solid #dedede;
}
#wrapper{
	background: url(images/wrapper_bkg.gif) repeat-y;
	width: 806px;
	margin-left: auto;
	margin-right: auto;
}
#body{
	background: #ffffff;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	background: url(images/hdr_bkg.gif) 0 50px repeat-x;
	height: 298px;
}
#header .topBar{
	height: 13px;
	width: 100%;
	background: #FFFFFF url(images/hdr_topbar.gif) top repeat-x;
}
#header .navBar{
	background: #FFFFFF url(images/nav_bkg.gif) top repeat-x;
	height: 37px;
	width: 100%;
	text-align: center;
}
#header #hdrLeft{
	width: 507px;
	float: left;
}
#header #hdrRight{
	width: 240px;
	float: right;
	text-align: left;
}
#header #hdrRight h1{
	padding-top: 48px;
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}
#header #hdrRight .inp{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#content{
	padding: 25px;
	padding-top: 0;
}
.contentLeftCol{
	width: 210px;
	background: url(images/leftcol_bkg.jpg) repeat-y;
	color: #1B58B3;
}
.contentLeftCol .addPadding{
	padding: 12px;
}
.leftCol ul, ul{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.leftCol li, li{
	list-style: none;
	background: url(images/li.jpg) 0 5px no-repeat;
	padding-left: 19px;
	margin-bottom: 3px;
}
.leftCol li a, .leftCol a{
	text-decoration: none;
	color: #1B58B3;
}
.leftCol li a:hover, .leftCol a:hover{
	color: #000000;
}
.leftCol hr{
	border:0;
	margin:0;
	/*background: url(images/leftcol_hr.gif) no-repeat;*/
	border-bottom: 1px solid #9A6B00;
	border-top: 1px solid #FFF185;
	margin-bottom: 10px;
}
.contentArea{
	background: #FFFFFF url(images/main_bkg.gif) repeat-y;
	padding: 25px;
}
#footer{
	background: url(images/footer_bkg.gif) repeat-x;
	text-align: center;
	height: 63px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer div{
	padding-top: 39px;
}
hr{
	border: 0;
	height: 1px;
	border: 1px dashed #CCCCCC;
}
form{
	border: 0;
	margin: 0;
	padding: 0;
}
