body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #516541;
	margin: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	
}

	
/*Header rules*/

h1{
	font-size:18px;
	color: #232e1d;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size:14px;
	color: #232e1d;
	font-weight: bold;
}


div#linkList h3 span {
	font-size: 16px;
	background: #A3181E;
	border-bottom: 2px solid white;
	color: White;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 3px;
	width: 150px;
	display: block;
}

#content h3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #254373;
	font-size: 20px;
	letter-spacing: -1px;
}

h4 {
	font-size:14px;
	}


div#linkList h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*link*/
#content a, #linkList a{
	color: #232e1d;;
	font-weight: bold;
}

#content a:hover {
	background: #232e1d;;
	color: White;
	text-decoration: none;
}

#leftcolumn a {
	color: #28565A;
	}
	
#leftcolumn a:hover {
	color: White;
	text-decoration: none;
}	

/*child selector only for compliant mode*/
body>div#container{
	height: auto;
	min-height: 100%;
}

/*container*/
div#container{
	/*position: relative;*/
	height: 100%;
	background-color: #808e7f;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid #232e1d;
	border-right: 3px solid #232e1d;
	width: 832px;
	text-align: left;
	font-size: 0.8em;
}

#pageHeader {
	background-color: #fff;
	background-position:center;
	height: 200px;
	margin: 0px;
	width: 100%;
}

#pageHeader h1{
	display: none;
}

#pageHeader h1{
	display: none;
}

#content {
	position: relative;
	width: 810px;
	background-color: #fff;
	color: #000;
}

div#content{
	padding: 10px;
	margin-bottom: 10px; /*Start Tantek Box Model Hack
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 80%px;*/
}

/*child selector only for compliant mode*/
body > div#content{
	width: 500px;
}

#center {
	text-align: center;
	}
	
	
/***************************navigation Home Page*************************/
/*#navigation{
	position:absolute;
	top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #fff;
	padding: 10px;
	text-transform: uppercase;
	text-align: right;
}

#navigation a{
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	border-right: 1px solid white;
	padding: 0 5px 0 0;
}
	
#navigation a:hover {
	background: #28565A;
	}
*/

/**************************Navigation**********************************/
#linkList{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 7px;
	width: 156px;
	position: absolute;
	top: 123px;
	margin-left: 5px; /*Start Tantek Box Model Hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 156px;
}

#linkList li
	{
	color: #fff;
}

#linkList ul
	{
	list-style: none;
	margin: 0px;
	margin-top: -20px;
	padding: 0px;
	border-top: 10px solid #CAD2DE;
	background: #28565A;
}

#linkList li
	{
	color: #000;
	border-bottom: 1px dotted #fff;
	padding: 0.2em 10px;
	line-height: 15px;
}

#linkList li:hover
	{
	background: #A3181E;
}

#container > #linkList ul li a:hover{
	color: White;
}

#linkList ul li a:hover{
	color: #A3181E;
}

	
#linkList li a
	{
	font-size: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#linkList li a:hover
	{
	color: #fff;
}

#linkList li a.c:hover
	{
	color: #fff;
}

#lselect ul li{
	color: White;
}

#lselect ul li a.c{
	font-weight: bold;
	display: inline;
	color: White;
	text-transform: none;
}

/*Start Footer rules*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	border-top: 5px solid #ccc;
	/*background-color: #fff;*/
	background: url(chromebg.gif) center center repeat-x;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

#footer a{
	font-size: 9px;
	color: #494949;
	padding: 3px;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding: 0 5px 0 0;
}

#footer a:hover {
	background: #D1EDFF;
	}

#contact {
	margin-top:60px;
	text-align: center;
	}
	
.floatleft {
float: left;
margin: 0 20px 20px 0;
}	

/******* menu*******/

.chromestyle{
width: 100%;
margin-left:auto;
margin-right:auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #494949;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/**************** forms styles*********/

form { 

 padding: 5px;

}



input.text {

background-color: #fff;

color: #364232;

}



input.radio {

background-color:#fff;

}



textarea {

 background-color: #fff;

 color: #364232;

}



.texta {

 font-size: 12px;

 background-color: #fff;

 border: 1px solid #364232;

}



.buttons {

 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: 10px;

 background-color: #33A0BF;

 color: #E7DDCC;

 margin-right: 6px;

}



 #ispri table {

 

 width: 500px;

 color: #364232;

 border: 1px solid #364232;

 border-collapse: collapse;



}



#ispri td {

 background-color: #D1EDFF; 

 border: 1px solid #33A0BF;

 padding-left: 4px;

}


.cerpre table {

 width: 500px;

 color: #364232;

 border: 1px solid #5C390A;

 border-collapse: collapse;

}



.cerpre td {

 background-color: #DAB36E; 

 border: 1px solid #5C390A;

 padding-left: 4px;

}
/*******/

.bold {
	font-weight: bold;
	}
	
/*End of code*/
