/* CSS Document */

body{
	background-color: #ecb91e;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*----------------------------------*/
/*-------- template items ----------*/
/*----------------------------------*/


#header{
	width: 100%;
	height: 129px;
	background: url(../images/index_01.gif) top left repeat-x;
}


#mid{
	width: 100%;
	background-color:#FFFFFF;
	text-align:center;
}



#footer{
	width: 100%;
	background: url(../images/index_07.gif) bottom left repeat-x;
	background-color: #ecb91e;
	height: 110px;
}




a { color: #fff;}
a:visited { color: #FDE706;}
a:hover { color: #FDE706;}
a:active { text-decoration: underline;}



#content {
	padding: 0px;
	margin: 0px 20px 0px 180px;
	font-size: 12px;
	color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
#content .dottline {
	background-image: url(../images/dottline.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 16px;
	margin-right: 30px;
}
#content .intro{
	font-size: 13px;
	color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
	line-height: 17px;
}

#content p{
	font-size: 12px;
	color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
}

#content h2{
	font-size: 12px;
	color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
	font-weight:bold;
}

#content h1{
	font-size: 13px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(../images/h1arrow.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 17px;
	margin:15px 0px 0px 0px;
	text-transform:uppercase;
}
#content ul{
	margin: 0px 15px 0px 30px;
	padding: 0px;
}


#content li{
	font-size: 12px;

	color: #FFED33;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	list-style-image: url(../images/bullet.gif);
}
	



/* --------------left nav------------- */

#left {
	width: 150px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align:left;
}



#left ul{
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#left li{
	list-style: none;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}


#left a:link, #left a:visited{
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}


#left a:hover{
	background-image: url(/images/nav_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}


.here{
	text-decoration: underline;
	background-image: url(/images/nav_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
}



#hl{
	width: 760px;
	margin: 0px auto 0px auto;
	text-align:left;
}

#hl p{
	font-size: 11px;
	color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#hl a:link, #hl a:visited{
	font-size: 11px;
	color: #020202;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}


#hl a:hover{
	text-decoration:underline;
}
#content .qtop {
	background-image: url(../images/qtop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 23px;
}
#content .qbott {
	background-image: url(../images/qbot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
}
#content .qcenter {
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 15px 10px 0px;
	line-height: 16px;

}

.form {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #929292;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
