/* Main styles */

body {
	font-family: Verdana, Trebuchet MS, Arial;
	background:#f2f2f2;
}

a {
	color: #E98604;
	text-decoration: none;
}

a:hover {
	color: #9A0000;
	text-decoration: underline
}

h1 {
	color: #9A0000;
	font-size: 16px;	
}

h2 {
	color: #9A0000;
	font-size: 16px;	
}

h3 {
	color: #9A0000;
	font-size: 13px;
}

h4 {
	color: #9A0000;
	font-size: 11px;
	display: inline;
}

p{
	font-size: 12px;
}

p img {
	padding: 5px;
	border: none;
}

img {
	border: none;
}

ul,li,ol {
	font-size: 12px;
	list-style-image: url(../icons/bullettemp.jpg);
}

label{
	display: block;
}

/* Main layout styles */

#wrapper {
	width: 100%;
	height: 100%;
}

#maincontainer {
	background-color: #f2f2f2;
	width: 996px;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 996px;
	height: 257px;
	background-image: url(../images/header.jpg);	
}

#centerwrapper {
	background-image: url(../images/bodyrepeat.gif);
	background-repeat: repeat-y;	
}

#menutop {
	float: left; 
}

#menuleft {
	float: left;
	background-image: url(../images/menuleft.jpg);
	background-repeat: no-repeat;
	width: 206px;
	height: 307px;
}

#contentright {
	float:left;
	width: 740px;
	padding: 5px 10px 5px 15px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
}

#footer {
	width: 996px;
	height: 65px;
	background-image: url(../images/footer.jpg);
}

/* Menu styles */

#menutop ul {
	list-style-type: none;
	list-style-image: none;
	display: inline;
}

#menutop ul li {
	text-align: left;
	margin-top: 4px;
	font-size: 14px;
	list-style-image: none;
	padding-left: 4px;
	display: inline;
}

#menutop a {
	color: #fff;
	line-height: 52px;
	text-decoration: none;
	display: inline;
	margin-right: 15px;
}

#menutop a:hover {
	text-decoration: underline;
}

#menuleft ul {
	list-style-type: none;
	list-style-image: none;
	display: block;
	width: 145px;
}

#menuleft ul li {
	border-bottom: 3px solid #9C0E0D;
	text-align: left;
	font-size: 16px;
	list-style-image: none;
	display: block;
	margin-left: -22px;
}



#menuleft a {
	font-size: 0.9em;
	color: #000;
	line-height: 36px;
	text-decoration: none;
	display: inline;
	margin-right: 15px;
}

#menuleft a:hover {
	text-decoration: underline;
}

/* Header specific styles */


.longtitle h2 {
	color: #FE9E0B;
	font-size: 18px;
	padding: 0;
	margin: 0 0 0 0 ;
}

#search {
	position: absolute;
	top: 60px;
	left: 900px;
	width: 214px;
}

.AS_ajax_result {
	background: #fff;
	border: 1px solid #000;
	font-size: 12px;
	padding: 2px;
}

.AS_ajax_resultDescription {
	font-weight: bold;
	color: #9A0000; 
}

.AS_ajax_resultsIntroFailure {
	background: #fff;
	border: 1px solid #000;
	font-size: 12px;
	padding: 2px;
}

.AS_ajax_highlight {
	color: green;
	font-weight: bold;
}

.AS_ajax_highlight1 {
	color: green;
	font-weight: bold;
}

/*Contentright E-form styles */



/* Footer specific styles */

#footertext {
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 26px;
	width:996px;
	font-size: 12px;
	text-align: center;
}

#footertext a {
	color: #fff;
}