/* CSS Document */
body {
/***************************************/
/* Main Background Colour and/or Image */
/***************************************/
        background: #E4EEC4 url(../images/RefererBodyBackground.gif) ;
        margin: 0;
        padding: 0;
        text-align: center;
}

#wrapper {
        margin: 0 auto;
        width: 754px;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 0.71em;
        line-height: 18px;
/*****************************/
/* Wrapper Background Colour */
/*****************************/
        background: #fff;
        padding: 0 5px 5px 5px;
        text-align: left;
} 


#headwrapper {
/****************/
/* Context Logo */
/****************/
	background: url(../images/VSContextLogo.gif) no-repeat;
	height: 75px;
	margin-bottom: 5px;
	width: 755px;
}

#refererimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1#titlehide {
	margin: 0 0 0 20px;
	padding: 35px 0 0 0;
	text-indent: -9999px;
/**************************/
/* Referer Header Graphic */
/**************************/
	background: url(../images/RefererHeaderGraphic.gif) no-repeat left bottom;
	height: 32px;

}

#content {
/**********************************/
/* Main Content Background Colour */
/**********************************/
	background: #CEDB80;
	padding: 20px 20px 10px 20px;
}

h2 {
	font-size: 1.4em;
/***************************************/
/* Header2 Text Colour for Referer Text */
/***************************************/
	color: #336600;
	margin: 10px 0 0 0px ;
}
h3 {
	font-size: 1.2em;
/***************************************/
/* Header3 Text Colour for Referer Text */
/***************************************/
	color: #336600;
	margin: 0;
	padding: 0;
}

/*********************/
/* Hyperlink Colours */
/*********************/
a {
	font-weight: bold;
	color: #BF1F1F;
}
a:hover { 
	color: #FD3232; 
}
a:visited { 
	color: #D25959; 
}

#formwrapper {
/**************************/
/* Form Background Colour */
/**************************/
	background: #fff;
/****************/
/* Form Top Bar */
/****************/
	border-top: 1px solid #607C1B;
	padding: 0 15px 15px 15px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.formtable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.formtable td{
	padding: 2px 5px;
}


.formtable select, .formtable input {
	font-size: 0.9em;
	padding: 2px;
}

td.subheads {
        font-weight: bold;
        padding: 15px 0 0 10px;
/**********************/
/* Form Divider Image */
/**********************/
        background: url(../images/form_title_bg.jpg) repeat-x;
}

/***************************/
/* server side error style */
/***************************/
td.invaliderrs {
	border:red solid thin;
}

/***************************/
/* client side error style */
/***************************/
td.invaliderrc {
	border:red solid thin;
}

#footer {
	margin-top: 5px;
/****************************/
/* Footer Background Colour */
/****************************/
	background: #39812A;
	height: 65px;
	font-size:1.1em;
}

/***************************/
/* Footer Hyperlink Colour */
/***************************/
#footer a{ 
	color: #fff; 
	font-weight: normal; 
	text-decoration:none;
}
#footer a:hover{ 
	text-decoration:underline;
}

.floatleft {
	float:left;
} 

#footerlinks {
	float:left; 
	padding-top: 26px;
	margin-left: 15px;
}
#vslogo {
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
