body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #330033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 19px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #330033;
	text-decoration: underline;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	font-weight: normal;
}
.normalbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
	font-weight: bold;
}
h1 {
	font-size: 110%;
	color: #666666;
	margin: 0;
}
h2 {
	font-size: 100%;
	color: #666666;
	margin: 0;
}
ul{
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	list-style-image: url(../images/square_bullet.gif);
	text-align: justify;
}
 #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-bottom: 20px;
}
#vtpic {
	margin: 0;
	width: 770px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#menudiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 19px;
}


#header {
	background-image: url(../images/top_banner.jpg);
	padding-top: 0px;
	background-color: #330033;
	background-repeat: no-repeat;
	height: 162px;
	width: 770px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
  #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: justify;
	padding-top: 20px;
}
#footer {
	background:#000033;
	text-align: right;
	padding-right: 10px;
	padding-top: 0.05em;
	padding-bottom: .1em;
}
#minitabs {
	margin:0;
	padding:2px 15px 2px 0;
}
#div1 {
	width: 740px;
	margin: 0 auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 27px;
}
#leftcol {
	float: left;
	width: 339px;
	margin-top: 20px;
}
#rightcol {
	float: left;
	width: 340px;
	margin: 0;
	margin-top: 20px;
	margin-left: 20px;
}

#div2 {
	width: 740px;
	margin: 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 12px;
}

#minitabs ul{
	margin:0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#minitabs li {
	display:inline;
	list-style-type:none;
	padding-left: 15px;
}
#minitabs a{
	text-decoration:none;
	color:#FFFFFF;
	padding-top: 2px;
}
#minitabs a.active, #minitabs a:hover {
color:#FFFFFF;
text-decoration:underline;
}
.greyline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.img {float:right;
margin:0px 0px 15px 25px;
}
.picture {
	float:right;
	margin:0px 0px 0px 60px;
}

