h1, h2, h3, h4,h5, p, ul, ol, table, th, td {font-family:verdana, helvetica, arial, sans-serif;}
p, ul, ol {font-size:small;line-height:1.5em;}

h1 {
	color:#004936;
	font-size:140%;
	margin-bottom:1em;
}

h2 {
	color:#004936;
	font-size:110%;
	margin-bottom:.5em;
	
}

h3 {
	color:#000000;
	font-size:100%;
	margin-bottom:0;
}

h4 {
	color:#000000;
	font-size:95%;
	margin-bottom:0;
}

h5 {
	color:#000000;
	font-size:90%;
	margin-bottom:0;
}

p {
	margin-bottom:1em;
}

ul, ol {
	margin:12px 0 12px 12px;
	padding-left: 35px;
}
ul li {
	list-style:square;
}
/*ol {
	margin:12px 0 12px 12px;
	padding-left: 35px;
}*/
ol li {
	list-style:decimal;
}

/*Setting font colors for links*/
.l2_content a:link {
	color:#339900;
}
.l2_content a:hover {
	color: #33CC00;
	text-decoration: none;
}
.l2_content a:visited {
	color: #003300;
}
.main_news a:link {
	color:#339900;
}
.main_news a:hover {
	color: #33CC00;
	text-decoration: none;
}
.main_news a:visited {
	color: #003300;
}
strong {}
em {}
/*blockquote {
	display:block;
	width:90%;
	background:#e6e6e6;
	padding:20px;
	font-size:100%;
}*/
img {
	border:none;
}
table {
	max-width:600px;
	background-color:#ffffff;
        font-size:small;
	caption-side:top;
}
/*caption {
	font-weight:bold;
	margin-bottom:.50em;
	clear:both;
}*/
table th {
	background-color:#bdbdbd;
	font-size:80%;
	padding:.5em;
	text-align:left;
}
table td {
	background-color:#ffffff;
}
table.even td, tr.even td 
{
    background-color:Transparent;
} 
table.even, tr.even {
	background-color:#f5f5f5;
}

table.odd {
	background-color:#fdfdfd;
}
td.even {
	background-color:#f5f4f4;
}
.clear {
	clear:both;
	margin-bottom:2em;
}
.notationtext {
    font-size: 85%;
    line-height: 1.2em;
    color: #900;
}
/************************************************
This section is for rewites of other CSS sheets
************************************************/
/* cleans up gray blockquote from l2.css */
blockquote.bqclean {
	background: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}
div.entryBody blockquote {
	background: none;
	padding: 0;
	margin: 0;
	padding-left: 30px;
	padding-right: 20px;
}
.virtual_tour {margin:0 5px 5px 0;}

/* Advanced Search updates*/
.ektronSearch div.searchWrapper {
	/*background-color:#FFFF99;*/
}
.findResults ul, .findResults ol, .findResults li {
	list-style-type: none;
}
.ektronSearch div.searchWrapper div#advancedTerms ul li {
	list-style-type: none;
}
.ektronSearch div.searchWrapper fieldset {
	float:none;
}
.advancedSubmit {
	float:left;
}
.searchResults {
	clear:left
}

/* Alert Rules */

.closingAlert {
	background: #006d58 url(../images/top_page_alert.gif) no-repeat top left;
	color: #900;
	padding: 5px;
	width:940px;
	
}
.closingAlert h3 {
	margin:0;
	padding:0;
}
.closingAlert h3 a, .closingAlert h3 a:visited {
	color: #900;
}
.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	display: block;
	width: 400px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-right: 75px;
	margin-left: 75px;
}

