﻿body 
{
	font-family: Arial, Verdana, Sans-Serifs;
	font-size: 0.9em;
}
html, .nopad, body
{
	padding: 0;
	margin: 0;
}
label { font-weight: bold; }
hr 
{
	height: 1px;
	margin-left: 25px;
	margin-right: 25px;
	color: #98012e;
	background-color: #98012e;
}
input.text, textarea { width: 200px; }
h1 { font-size: 1.5em; margin-bottom: 2px; }
p { margin-top: 5px; margin-bottom: 10px; }
h2, h3, #menu a { font-size: 1.0em; margin-bottom: 0px; }
h1, h2, h3, .brown, body, a, a:visited {color: #543019;}
a { text-decoration: none; }
a:hover {
	color: #B3D88C;
	text-decoration: underline;
}
.green {color: #B3D88C;}
.padbottom { margin-bottom: 20px; }
.bold { font-weight: bold; }
.leftlist { text-align: center;	}
.leftlist a {
	font-weight: bold;	
	text-decoration: none;
}
.imagename { font-size: 0.8em; font-style: italic; }
/* Used for applying shadow to images */
.leftshadow {
	padding-left: 11px;	
	background-image: url(../images/common/shadowleft.gif);
	background-repeat: no-repeat;
}
.rightshadow {
	padding-right: 11px;	
	background-image: url(../images/common/shadowright.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bottomshadow {
	float: left;
	margin-right: 5px;
	background-image: url(../images/common/shadowmid.gif);
	background-repeat: repeat-x;	
	_width: 50px;
	overflow: visible;
}
.container>.bottomshadow {
	width: auto;
}
.bottomshadow img {	padding-top: 6px; }
.leftshadow, .rightshadow, .bottomshadow {
	height: 158px;
}
/* End of shadowing elements */

/* VC Logo corner tags */
.topleft, .sixtysix {
	padding-top: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.bottomright, .ninetynine {
	padding: 0px 20px 20px 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.topleft {
	background-image: url(../images/common/angletl.gif);
}
.bottomright {
	background-image: url(../images/common/anglebr.gif);
}
.sixtysix {
	background-image: url(../images/common/66.gif);
}
.sixtysix a:hover {	color: #543019; }
.ninetynine {
	background-image: url(../images/common/99.gif);
}
/* End of corner tags */

.left {
	float: left;
	margin-right: 10px;	
}
.right {
	float: right;
	margin-left: 10px;
}
/* The small thumbnail container, with a necessary underscore and expression hack for IE */
.imagecontainer {
	border: none;
	padding: 2px;
	text-align: center;
	max-height: 400px;
	_height: 400px;
	overflow: auto;
}
.imagecontainer input {
	margin: 3px;
}

#top {
	background-image: url(../images/common/header_top.gif);
}
#pageheader
{
	background-image: url(../images/common/header_main.gif);
	height: 174px;
	padding: 0px 25px;
}
#logo
{
	margin-top: 0px;
}
#mainpage {
	background-image: url(../images/common/bgshadow.gif);
	background-repeat: repeat-y;
	width: 880px;
	margin: 0px auto;
}
#bottom {
	background-image: url(../images/common/footer.gif);
}
#top, #bottom {
	height: 26px;
	background-repeat: no-repeat;
}
/* menu items */
#menubar {
	background-image: url(../images/common/menubg.gif);
	background-repeat: repeat-x;
	margin: 0px 11px 0px 10px;
	height: 36px;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li, #menu li a {
	padding: 0;	
	width: 121px;
	height: 36px;
	display: block;
	text-align: center;
}
#menu li {
	float: left;
	margin-right: 1px;
}
#menu li a {
	color: white;
	padding-top: 10px;	
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url(../images/common/menu_off.gif);
}
#menu li a:hover {
	color: #b3d88c;
	background-image: url(../images/common/menu_on.gif);
}
/* end of menu items */
#pagebody {
	width: 840px;
	clear: both;
	margin: 20px 20px 0px 20px;
}
#left, #right 
{	
	vertical-align: top;
}
#pagebody #left 
{
	width: 300px;	
	text-align: justify;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #98012e;
}
#pagebody #left.reverse
{
	width: auto;	
}
#right 
{
	width: 100%;
	padding-left: 10px;
}
#right.reverse
{
	width: 300px;
}
.container {
	clear: both;
	width: 100%;
}
.container .topleft {
	float: right;
	width: 320px;
}
.small { width: 410px; }
.small .topleft { width: 220px !important; }
.container a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#navbuttons {
	position: absolute;
	float: left;
	width: 300px;
}
img {
	border: 0;
}

/* CSS for login elements */
.login {
	margin: 0px 40px 0px 20px;
}
.login #txtuser, .login #txtpass
{	
	width: 140px;
}
/* END LOGIN */

.floatleft
{
	float: left;
	clear: left;	
}
.floatright
{
	float: right;
	clear: right;
}