body {
	background-color: #552211;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
img{
	border:0;
	z-index:1;
}

img .border_black{
	border: 3px solid black;
}
/**_______ start header--global ______**/
#header {
}

#colorBar{
	text-align:left;
	background-color:#3d0804;
	height:55px;
	width:100%;
	position:absolute;
	top:141px;
	left:0;
	z-index:-1;	
	clear:both;
}

#navigation {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	background-color:#222222;

}

#navigation ul{
	margin:0 0 0 5px;
	padding:3px 0 3px 0;
}
#navigation li{
	margin:0;
	padding:0;
	display:inline;
	font:12px/18px verdana, helvetica, arial, sans-serif;
}
#navigation a{
	color:#ffffff;
	text-decoration:none;
	height:30px;
	width: 88px;
	padding:4px 30px 9px 30px;
}
#navigation .last{
	border-right:none;
}

#navigation a:hover{
	color:#9d917f;
}



/**______ end header ______**/

#main{
	text-align:center;
}

h1 {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:17px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:15px;
	margin:10px 0 8px;
}

h2 {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:15px;
	margin:10px 0 8px;
}

#container {
	padding: 0px;
	margin: 0 auto;
	width: 800px;
	text-align:left;
}

#col1 {
 width: 180px;
 float: left;
 text-align:center;
 border-left: 2px solid #6b5142;
border-right: 2px solid #6b5142;
margin:5px;
}
#col2 {
 width: 400px;
 float: left;

}
#col3 {
 width: 180px;
 float: left;
 text-align:center;
 border-left: 2px solid #6b5142;
border-right: 2px solid #6b5142;
margin:5px;
}

a, a:hover {
	color:#ffffff;
	text-decoration:none;
}
a.dash:hover{
	border-bottom: 1px dashed #fff;
}
/**_______ start footer--global ______**/
#footer{
	width:100%;
	clear:both;
	padding-top:15px;
	background-color:#3d0804;
}
#footer ul{
	border-top:3px solid #6b5142;
	margin:0 30px 0 30px;
	padding:3px 0 10px 0;
}
#footer li{
	margin:0;
	padding:0;
	display:inline;
	font:10px/16px verdana, helvetica, arial, sans-serif;
}
#footer a, #footer span{
	color:#ffffff;
	text-decoration:none;
	padding:0 7px 0 3px;
	border-right:1px solid #ffffff;
}
#footer .last{
	border-right:none;
}
#footer a:hover{
	color:#ffffff;
	text-decoration:none;
border-bottom: 1px dashed #fff;
}

.emph{
	font-weight:bold;
	font-size:11px;

}

.rgt{
	table-border
}


#ver-zebra
{
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#ver-zebra th
{
	text-align:center;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 5px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}
#ver-zebra td
{
	padding: 3px 5px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #6b5142;
	color: #ffffff;
}

.vzebra-odd
{
	background: #552211;
}
.vzebra-even
{
	background: #6b5142;
}

/**______ end footer ______**/


