body {
	background-color: #E1E8E2;
	background-image: url('/images/background.png');
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: 'Arial';
	font-size: 0.8em;
	line-height: 1.4em;
}

a {
	color: #3C97C5;		
}

a img {
	border-width: 0px;
}

.content-loader {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
	float: right;
	cursor: pointer;
	width: 16px;
	height: 19px;
	padding-left: 8px;
	padding-top: 2px;
}

.content-loaded {
	background-image: url('/images/dot-24x21.png');
	background-repeat: no-repeat;
}

.sep {
	height: 1px;
	background-color: #C5C8C5;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}
/* these are defined below as H1 and H3 and P
.page-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
}

.header {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.9em;
	margin-bottom: 0.9em;
	
}

.p {
	margin-top: 0.9em;
	line-height: 1.2em;
}
*/

.first {
	margin-top: 0.3em;
}

.ul {
	margin-top: 0.7em;
}

.ul div {
	margin-top: 0.2em;
}

.ul .first {
	margin-top: 0px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#navigation {
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 25px;
}

.box {
	float: left;
	width: 200px;
	margin-left: 20px;
}

.main-box {
	background-color: #E0EFF6;
}

.sub-box {
	background-image: url(/images/victor-box-top-long.png); 
/*	background-image: url(/images/victor-box-top-long-ms6.png); */
	background-repeat: no-repeat;
	background-color: #FFD30B;  

}

#sub-watermark {
	position: relative; 
	left: 204px; 
	top: 140px; 
	float: left;
}

.box-contents {
	margin-top: -33px;
	padding-left: 20px;
	padding-right: 20px;
}

#main-content {
	float: left;
	margin-left: 20px;
	width: 510px;
}

#main-content .sub {
	margin-top: 0px; 
	float: right; 
	margin-top: -180px; 
	z-index: 1; 
	width: 510px;
}

#main-content.demo {
	width: 600px;
}

#menu {
	width: 200px;
	height: 275px;
	background-color: #9EB0A2;
	background-image: url('/images/menu-bg.gif'); 
	background-repeat: no-repeat;
	margin-top: 15px;
	text-align: left;
	padding-top: 15px;
}

#menu a {
	color: #FFFFFF;
	font-family: Arial;
	display: block;
	padding-left: 20px;
	border-bottom: 1px solid #849287;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 22px;
}

#menu a:hover, #menu a.selected {
	background-color: #000000;
}

#menu .menu-item-last {
	border-bottom-width: 0;
}

#latest-news {
	margin-top: 20px;
	text-align: left;
}

/*  */
P {
	padding: 0; 
	margin: 0;
	margin-top: 0.9em;
	line-height: 1.2em;
}


/* page-title */
H1 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
}

/* header */
H3 {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.9em;
	margin-bottom: 0.9em;
	
}

H4 {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 1.9em;
	margin-bottom: -0.5em;
	
}

/* form elements */

.w200{
	width:200px;
}

INPUT {
	padding: 0.15em;
	border: 1px solid #cecece;
	display:block;
}

DIV .textinput{
	width: 230px;
	

}

DIV .textarea{
	width: 420px;
}

.textarea.missing{
	background-image:url('/images/icons/arrow_red_left.gif');
	background-position:right 25px;
	background-repeat:no-repeat;
}

.textinput.missing{
	background-image:url('/images/icons/arrow_red_left.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.textinput.conditional{
	background-image:url('/images/icons/icon_alert.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.thanks_box{
	border: 1px solid #cecece;
	padding: 5px;
}

TEXTAREA {
	padding: 0.15em;
	border: 1px solid #cecece;
	width:400px;
}

.submit{
 background-color: #cecece;
}

#form_box{
	width:400px;
	border: 1px solid #cecece;
}
