html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#666666;
	font-size:11px;
	background-color:#EDE7D4;
	background-image: url(images/test_bg.jpg);
}

p{ margin:10px 0px 10px 0px;}

/*//////////////////////////////////////////////////////////
a styles
///////////////////////////////////////////////////////////*/
a {color:#50598A; text-decoration:none;}
a:hover {color:#666666; text-decoration:none;}

a.LinkArrowLeft{color:#666666; text-decoration:none; background-position:10px 50%;  background-image: url(images/arrow_blue.gif); background-repeat: no-repeat; vertical-align:middle;  padding:5px 20px 5px 20px;   display:block;  height:50px; background-color:#DDD7CA;  margin:0px 0px 1px 0px;}

a.LinkArrowLeft:hover {text-decoration:none; background-position:10px 50%; background-image: url(images/arrow_red.gif); background-repeat: no-repeat; background-color:#DFD9C9;}

/*//////////////////////////////////////////////////////////
h styles
///////////////////////////////////////////////////////////*/
h1{
	color:#50598A;
	font-weight:bold;
	font-size:10px;
	margin:0px;
}

/*//////////////////////////////////////////////////////////
id styles
///////////////////////////////////////////////////////////*/
#header{
	z-index:3;
	position: relative;
	margin:0px auto;
	padding:0px;
	width:740px;
}
#menu{
	z-index:4;
	position: absolute;
	margin-left:-50px !important;
	margin-left:-58px;
	padding:0px;
	height:226px;
	width:860px;
}
#title{
	z-index:100;
	position: absolute;
	margin-top:230px;
	margin-left:-5px !important;
	margin-left:-13px;
	padding:0px;
	height:52px;
	width:465px;
}
#titleHome{
	z-index:5;
	position: absolute;
	margin-top:355px;
	margin-left:-5px !important;
	margin-left:-13px;
	padding:0px;
	height:52px;
	width:465px;
}
#mainWrapper{
	z-index:3;
	position: relative;
	margin:0px auto;
	padding:0px;
	width:754px;
	background-image: url(images/main_wrapper_bg.jpg);
	background-repeat:repeat-y;
}
#content{
	z-index:1;
	position: relative;
	margin-left:14px;
	width:722px;
	background-color:#EAE3D1;
	/* min height for firefox and IE */
	/*height: auto !important;
	height:230px;
	min-height:230px;*/
}

#footer{
	z-index:1;
	position: relative;
	margin:0px auto;
	padding:0px;
	width:754px;
	font-size:10px;
	text-align:center;
	background-image: url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
}

/*//////////////////////////////////////////////////////////
various classes
///////////////////////////////////////////////////////////*/
.contentPadding{
	padding:60px 0px 20px 0px !important;
	padding:70px 0px 20px 0px;
}
.contentPaddingLocations{
	padding:10px 0px 20px 0px;
}


.borderRight{
	border-right:solid 1px #8B672F
}
.borderBottom{
	border-bottom:solid 1px #8B672F;
	text-align:center;
}
.borderRight2px{
	border-right:solid 3px #8B672F;
	height:30px !important;
	height:20px;
}
.borderTop2px{
	border-top:solid 3px #8B672F
}
.borderBottom2px{
	border-bottom:solid 3px #8B672F;
	text-align:center;
}
.borderLeft5px{
	border-left:solid 5px #ffffff
}
.borderTop5px{
	border-top:solid 5px #ffffff
}
.navyBold{
	color:#50598A;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}
.greyBold{
	color:#666666;
	font-weight:bold;
	font-size:10px;
}
.tdPaddingLeft{
	padding:0px 0px 0px 25px;
}
.tdPaddingRight{
	padding:0px 20px 0px 0px;
}
.tdPaddingTopLeft{
	padding:10px 0px 10px 20px;
}
.tdPaddingBottom{
	padding:0px 0px 10px 0px;
}
.clearAll{ clear:both;}
.alignRight{text-align:right;}
.alignCenter{text-align:center;}

/*//////////////////////////////////////////////////////////
list styles
///////////////////////////////////////////////////////////*/
.liButton {
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	letter-spacing: 0px;
	}
.liButton ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: none;
	}
		
.liButton li {
	display: block;
	list-style: none;
	margin-bottom:1px;
	color: #999999;
	}
.liButton li a {
	list-style: none;
	background-position:10px 50%;  
	background-image: url(images/arrow_blue.gif); 
	background-repeat: no-repeat; 
	background-color:#DDD7CA;
	display: block;
	padding: 5px 20px 5px 20px;
	color: #666666;
	text-decoration: none;
	height: auto !important;
	height:10px;
	}
.liButton li a:hover {
	color: #333333;
	background-image: url(images/arrow_red.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-color:#DFD9C9;
	}
/*//////////////////////////////////////////////////////////
form styles
///////////////////////////////////////////////////////////*/	
form{margin:0px;}

.formElement{
	width: 200px;
	height:15px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#333333;
	background-color: #ffffff;
	border:solid 1px #ffffff;
	padding-left: 5px;
}
.formField {
	width: 180px;
	height: 16px;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #6C5B35;
	border-top: solid 1px #775201;
	border-bottom: solid 1px #D1C6B1;
	border-left: solid 1px #775201;
	border-right: solid 1px #D1C6B1;
}
.formFieldText {
	height: 100px;
}
.bttn{
	background-color:#1A2566;
	width:100px;
	height:25px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
}

/*//////////////////////////////////////////////////////////
footer styles
///////////////////////////////////////////////////////////*/
#footer a{color:#000; text-decoration:none}
#footer a:hover{text-decoration:underline}


