body {
	background:#666 url('/images/bg_page.jpg') no-repeat top fixed;
	margin:0;
	padding:0;
	font:normal 11px Arial, Helvetica, sans-serif
}

img{
	border:0
}

p{
	margin:0 0 10px 0;
	text-align:justify
}

ul{
	margin:0 3px 10px 18px;
	padding:0
}

li {
	list-style: none;
}

address{
	font-style:normal
}
.underline{
	text-decoration:underline
}

/*  -------------------------------- Table Begin------------------------------ */
	th{
		font:bold 11px verdana, tahoma, arial, "trebuchet ms", sans-serif;
		color:#000
	}
	
	td{
		font:normal 11px verdana, tahoma, arial, "trebuchet ms", sans-serif;
		vertical-align:top
	}
/*  -------------------------------- Table End ------------------------------ */



/*  -------------------------------- Headings Begin ------------------------------ */
h1{
	font-size:22px;
	margin:30px 0 0 25px;
	background:url('/images/h1Bg.jpg') no-repeat 0px 20px;
	padding:0 0 20px 0
}

h4{
	font-size:12px;
	margin:14px 0 0 0
}

h3
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
}

h5{
	font-size:12px;
	color:#d00;
	margin:8px 0 0 0
}
/*  -------------------------------- Headings End ------------------------------ */



/*  -------------------------------- Links Begin------------------------------ */
a:link{
	color:#00d;
}

a:visited{
	color:#909
}

a:hover {
	text-decoration:none
}
/*  -------------------------------- Links End ------------------------------ */

#header{
	margin:15px 21px 0px;
	_position:relative;
	_left:21px;
	_top:2px
}

/*  -------------------------------- ASPNET MENU BEGIN ------------------------------ */

/*
#Menu1 {
	position: relative;
	left: 4px;
}

#UCHeader1_Menu1_div{

}
*/

#topnav{
	position:absolute;
	top:140px;
	left:42px;
	background:#4a4947;
	width:97px;
	height:23px;
	display:none;
	_display:block
}

.toplevel {
	cursor: hand;
	cursor: pointer;
	position: relative;
	_top:0;
	_z-index: 999;
}

.netmenusubs {
	background-color: #DACBC8;
	border: 1px solid #000;	
	border-top: 0;
	padding: 5px;
	color: #000;
}

.netmenusubshover {
	background-color: #000;
	border: 1px solid #000;	
	border-top: 0;
	padding: 5px;
	color: #FFF;	
	cursor: hand;
	cursor: pointer;
}
/*  -------------------------------- ASPNET MENU END ------------------------------ */


#main{
	position:relative;
	width:767px;
	margin:auto
}

#logo{
	padding:0
}

.leftNavwrap {
	background:#1d0403 url(/images/leftBg.gif) no-repeat 0 100px;
	float: left;
	margin: 0 0 0 21px;
	padding: 0;
	width:97px;	
	_width: 93px;
	height: 377px;
	text-align: center
}
	
.leftNav {
	font-size:10px;
	margin: 0;
	list-style:none;
	text-align: center;
	height: 235px
}

.leftNav li{
	margin:0;
	padding:0;
	list-style: none;
	_height:1% /* Fixes li height issue in IE */
}

.leftNav a{
	color:#fff;
	text-decoration:none;
	display:block;
	width:97px;
	_width:95px;
	padding:2px 2px 2px 0px;
	cursor:hand
}

.leftNav a:hover{
	background:#521E1E;
	cursor:hand
}

.leftNav a:visited{
	color:#fff
}

#content{
	position:relative;
	float:left;
	width:627px;
	_width: 628px;
	padding: 0;
	height:377px;
	_height: 376px;
	overflow:auto;
	background:#fff url(/images/bg_content.jpg)
}

#content li{
	list-style:square;
	margin:8px 0 0 0
}

#content li li{
	list-style:none;
	margin:4px 0 0 0
}

#leftSide{
	float:left;
	margin-top:5px;
	margin-left:25px;
	_margin-left:13px;
	width:270px
}

#rightSide{
	float:left;
	margin-top:25px;
	margin-left:30px;
	_margin-left:30px;
	padding:50px 0 0 0;
	width:270px
}

#rightSideImg{
	position:absolute;
	top:11px;
	left:460px
}



/*  -------------------------------- FOOTER BEGINS ------------------------------ */
#footer{
	float:left;
	font-weight:bold;
	margin:6px 21px 0;
	padding:5px 2px;
	width:720px;
	border-top:2px solid #666
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	margin:0
}

#footer a {
	font-size:11px;
	color:#F00;
	text-decoration:none
}

#footer a:hover{
	text-decoration:underline
}

#footer #left{
	float:left;
	width: 180px;
}

#footer #center{
	float:left;
	margin-left: 25px;
	margin-right: 55px;
	text-align: center;
	width: 230px;	
}

#footer #right{
	float:left;
	width: 230px;	
}
/*  -------------------------------- FOOTER ENDS ------------------------------ */


.checkboxForm li, .QandA li{
	margin:9px 0;
	list-style:none;
	position:relative;
}

.checkboxForm input{
	position:absolute;
	top:-2px;
	left:-23px
}

.formitem
{
	width:140px;
	font-size: 11px;
}

#requestinfoform
{
	text-align:right;
}
#requestinfoform td
{
	vertical-align:middle;	
}
.checkboxForm li li{
	margin:4px 0;
	list-style:square;
	list-style-image: none;	
}

.QandA span{
	position:absolute;
	top:0;
	left:-23px;
	font-weight:bold
}

.QandA li{
	margin:0;
	list-style: none;
}

.QandA li.question{
	margin:14px 0 3px 0;
	list-style-image: none;
}

.question{
	font-weight:bold;
	color:#d00;
	margin:0;
	list-style-image: none;	
}