
/* standard elements */
html {min-height: 100%;}


a {color: #C30001;}
a:hover {color: #C30001;}

body {
	font: normal 1.0em Georgia, "Times New Roman", Times, serif,sans-serif;
	background-color:#FFF;
	margin:0px;
	padding:0;
	background-image: url(../images/pale_horse.png);
	background-position: center 175px;
	background-repeat:no-repeat;

}

/*p,code,ul {padding-bottom: 1.2em;}*/

li {list-style: none;}

h1 {font: normal 1.7em Georgia, "Times New Roman", Times, serif,sans-serif;}
h2 {font: normal 1.5em Georgia, "Times New Roman", Times, serif;}
h3 {font: bold 1.3em Georgia, "Times New Roman", Times, serif;}

form,input {margin: 0; padding: 0; display: inline;}

/*h1,h2,h3 {padding-top: 6px; color: #000000; margin-bottom: 4px;}*/


/* navigation_left */
#leftcol { 
	border-width: 1px 1px; 
	border-style: solid; 
	border-color:#990000;
	position:relative;
	background-color: #E4E4E4;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
	}

#leftcol h2 {
	color: #990000;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin: 0;
	text-align:center;
	padding: 4px;
}
#leftcol ul {
	width:100%;
	padding: 0;
	border-top: 1px solid #FFF;
	margin-left: 0px;
}
#leftcol li {border-bottom: 1px solid #FFF;}
#leftcol li a {
	font-size: 1.1em;
	text-align:center;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 100%;
}
#leftcol li a:hover {
	background: #F0F0EB;
	color: #990000;	
}

/* navigation_right */
#rightcol {
	border-width: 1px 1px; 
	border-style: solid; 
	border-color:#990000;
	position:relative;
	background-color: #E4E4E4;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
	}
#rightcol h2 {
	color: #990000;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 30px;
	margin: 0;
	text-align: center;
	padding: 4px;
}
#rightcol ul {
	width:100%;
	padding: 0;
	border-top: 1px solid #FFF;
	margin-left: 0px;
}
#rightcol li {border-bottom: 1px solid #FFF;}
#rightcol li a {
	font-size: 1.1em;
	text-align:center;
	color: #554;
	display: block;
	padding: 8px 5% 8px 0px;
	text-decoration: none;
	width: 100%;
}
#rightcol li a:hover {
	background: #F0F0EB;
	color: #990000;	
}


/*NEW CSS*/
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	
	}
#headerNew {
	background-color: #990000; 
	border-width: 2px 2px; 
	border-style: solid; 
	border-color: #E0E0E0; 
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#AA0000',EndColorStr='#330000');
	padding:10px;
	margin:0;
	height: 120px;
	margin-bottom: 5px;
	text-align: center;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}

#centercol {
	/*background-image: url(../images/pale_horse.png);
	background-position: center 20px;
	background-repeat:no-repeat;*/
	position:relative;
	padding:0 240px;
	}
	
#centercol img {
	border:#990000 1px solid;
	margin:5px;
	

}
#footer {
	
	border-width: 1px 0 1px 0; 
	border-style: solid; 
	border-color:#990000;
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#666;
	}

