/***********General Styles **********/

.small{
	font-size:10px;
}

.nobold{
	font-weight:normal;
}

p, ul, li, dl, dd, dt, td, .normal, blockquote{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

p, td {
	line-height: 125%;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}

dl{
	margin:3px;
	text-align:center;
	margin-bottom:4px;
}

dt{
	font-weight:bold;
	line-height:120%;
	color:#000;
	margin:0px;
	margin-bottom:2px;
	list-style-type:none;
	text-align:left;
}

dd{
	color:#000;
	line-height:120%;
	margin-left:0px;
	padding:0px;
	list-style-type:none;
	text-align:left;
	margin-bottom:10px;
}

img.noborder {
	border-style: none;
}

a:link{
	color: #623F19;
	line-height:110%;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-bottom: 1px dashed #623F19;
	text-decoration:none;
}

html>body a:link{
	border-bottom: 1px dashed #623F19;
	text-decoration: none;
}

a:visited{
	color: #623F19;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-bottom:1px dashed #623F19;
	text-decoration:none;
}

html>body a:visited{
	border-bottom:1px dashed #623F19;
}

a:hover{
	color: #B68C59;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-bottom: 1px solid #B68C59;
	text-decoration:none;
}

html>body a:hover{
	border-bottom: 1px solid #B68C59;
	text-decoration:none;
}

a.nounderline, a:visted.nounderline, a:hover.nounderline {
	border-bottom:0px;
}

li,ol,ul{
	list-style-type: disc;
	margin-left: 10px;
}

.button{
	border:2px solid #A09E8E;
	background-color:#623F19;
	padding:1px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

/*********** general layout **************/

body{
	background: #eeeedd;
	color: #333333;
	margin: 0px;
	text-align:center;
	padding: 0px;
	border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
}
	
#wrapper{
	color: #333333;
	margin:auto;
	padding: 0px;
	margin-bottom:0px;
	width: 780px;
}

html>#wrapper{
	width: 780px;
} 

/*************** Content Section ******************/

#main{
	border: 0px;
	margin: 0px;
	margin-bottom:0px;
	padding: 0px;
	background: transparent;
	clear: both;
	text-align:left;
}

#content{
	padding: 0px;
	margin:0 0 0 0;
	background:transparent;
	text-align: left;
}

/************* Left Nav Bar ******************/

#vertnavcell{background-color:#668899}

#vertnav{
	padding:0;
	margin:0;	margin-top: +4px;
	background-color:#668899;}
#vertnav h1{
	font-family: arial, verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	margin:0;
	border-bottom:1px dotted #ffffff;
	padding: 2px 4px 0px;
	width:97%;	
}
#vertnav ul{
	width:221px;
	font-family: arial, verdana;
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
	padding: 0px;
	list-style-type:none;
	margin: 0px 0px 2px;
}

#vertnav ul li{
	border-bottom:1px dotted #ffffff;
	margin:0;
	padding: 2px 0px 4px 0px;
	font-size: 10px;
	width:97%;}

#vertnav ul li.last{
	border-bottom:0;
}

#vertnav a{
	background: url(images/navbox_off.gif) no-repeat 0px 2px;
	padding:0 0 0 8px;
	margin:0;
	text-decoration:none;
	border-bottom:0;
	color:#ffffff;
	display:block;
}

#vertnav a:hover{
	background: url(images/navbox_on.gif) no-repeat 0px 2px;
	color:#ffffff;
}

/************* left box ******************/

#leftbox{
	padding: 4px;	border: 1px solid #668899;
	background-color: #eeeedd;margin: 0px;}

/************** Content Section ************/

#contentSection h3{
	background:url(images/square_bullet.gif) no-repeat 0px 2px;
	padding-left:15px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:10px;
}
	
 
/************** Footer *****************/ 
#footer {
	color: #000;
	font-size:10px;
	font-family:verdana, arial, sans-serif;
	margin-top:40px;
	text-align: center;
	clear: both;
}

#footer p{
	font-size:10px;
	font-family:verdana, arial, sans-serif;
}

/*************** Headings *************/

h1{
	font-family:verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #623F19;
	padding-top: 6px;}

h2{
	font-family:verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #623F19;
}

h3{
	font-family:verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #623F19;
}

h4{
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #623F19;
	margin-bottom: -2px;
}

h5{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #623F19;
}
