/* vtlayout.css*/
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#721B0E;
	background-color:#FFFFBB;
	text-align:center;
	behavior:url(css/csshover.htc);
}

#wrapper{
	background-color: #721B0E;
	width: 760px;
	margin: 10px auto;
	text-align: left;
}

#header{
	height:95px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#leftcol{
	margin-left: 5px;
	margin-top: 20px;
	float:left;
	width: 125px;
	height: auto;
}

#leftcol #nav{
}
#leftcol #nav ul {
	margin: 0px;
	padding: 0;
	
	list-style-type:none;
}
#leftcol #nav li{
	float: left;
	position: relative;
	list-style-type: none;
	background-color: #721B0E;
	width: 125px;
}
#leftcol #nav li:first-child {
}

#leftcol #nav a{
	
	color:#FFFFBB;
	background-color:#721B0E;
	text-decoration:none;
	padding:4px 0 6px 4px;
	display:block;
}
	
#leftcol #nav li a:hover, #leftcol #nav li a:focus{
	background-color:#D06F64;
	color: #FFFF6C;
	font-style: oblique;
}
#leftcol #nav ul li ul {
	width: 10em;
	position: absolute;
	margin-left: 125px;
	top: 0px;
	left: -1px;
}
#leftcol #nav ul li ul li {
	width: 125px;
	padding 0 0 1px;
}
#leftcol #nav ul li ul li:first-child {
}
#leftcol #nav ul li ul {
	display:none}
#leftcol #nav ul li:hover ul {
	display:block;
}
#leftcol #nav ul li ul li ul {
	top:0px;
	left:-1px;
	position:absolute;
	visibility:hidden;
	margin-left:-1 px;
	}
#leftcol #nav ul li ul li:hover ul {
	visibility:visible;
}
.button{width:125px; height:25px; top:0px; left: 0px; border: 1px #721B0E solid;}

.button ul {
	margin: 0px;
	padding: 0;
	list-style-type:none;
}
.button li{
	float: left;
	position: relative;
	list-style-type: none;
	background-color: #721B0E;
	width: 125px;
	height: 25px;
}
.button li:first-child {
}

a.roll{width:125px; 
			height:25px; 
			padding-top:4px;
			display:block; 
			font: bold 10pt verdana, sans-serif;
			text-align:center;
			background:  url(images/button.gif) 0px 0px no-repeat #000;
			}
	
.button li button a.roll:link 
			{
	background-position: 0px 0px;
	color: #F7F12B;
	text-decoration:none;
	height: 25px;
}
.button li button a.roll:visited 
			{
	background-position: 0px -25px;
	color: #F7F12B;
	text-decoration:none;
	height: 25px;
}
.button li button a.roll:hover 
			{
	background-position: 0px -50px;
	color:#F7F12B;
	text-decoration:none;
	font-style: oblique;
	height: 25px;
}
.button li button a.roll:active {
	background-position: 0px -75px;
	color:#F7F12B;
	text-decoration:none;
	height: 25px;
}		
			
.button ul li ul {
	width: 10em;
	position: absolute;
	margin-left: 125px;
	top: 0px;
	left: -1px;
}
.button ul li ul li {
	width: 125px;
	padding 0 0 1px;
}
.button ul li ul li:first-child {
}
.button ul li ul {
	display:none}
.button ul li:hover ul {
	display:block;
}
.button ul li ul li ul {
	top:0px;
	left:-1px;
	position:absolute;
	visibility:hidden;
	margin-left:-1 px;
	}
.button ul li ul li:hover ul {
	visibility:visible;
}
#content{
margin-left: 165px;
}

#content p{
	margin: 20px;
	color: #FFFFBB;
}

#content h1{

color: #FFFF95;
padding: 0;
margin:20px;
}

#content h2{

color: #FFFF95;
padding: 0;
margin: 20px;
}

#content h3{

color: #FFFF95;
padding: 0;
margin: 20px;
}
		
.leftimage{
float:left;
margin: 20px 10px 20px 10px;
border: 2px solid #FFFF95;
}

.rightimage{
float:right;
margin: -10px 10px 20px 10px;
border: 2px solid #FFFF95;
width: 225px;
}

.clearit{
clear: both;
background-color: #00FFFF;
}

#footer{
	clear: both;
	background-color: #721B0E;
	color: #FFFFFF;
	background-image: url(../images/banner.png);
}

#footer p{
font-size: 70%;
padding: 3px;
}
#footer a {
text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	font-style: oblique;
	color: #CCCCCC;
}
.container{
	width: 98%;
	float: right;
	padding: 0 10px 10px 0;
}
.container a {
	text-decoration: none;
	color: #CCCCCC;
}
.container a:hover {
	text-decoration: none;
	font-style: oblique;
	color: #619DA3;
}
@import("ie51_menu_hack.css"); 
