﻿body {
	margin:0px;
	padding:0px;
	font-family: arial, helvetica, verdana, sans-serif;
	color:#000;
	background-color:white;
	font-size: 80%;
}

h1 {
	margin: 0px 0px 20px 0px;
	font-size: 180%;
	font-weight:400;
	color:#096;
}
	
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #096;
	margin: 0 0 0.5em 0;
}

h3 {
	font-size: 100%;
	color: #000;
	margin: 0 0 0.25em 0;
}

table {
	width: 100%;
	font-size: 95%;
	margin-bottom: 0.5em;
}

td {
vertical-align: top;
}
	
p {
	font: 100%/140% arial, helvetica, verdana, sans-serif;
	margin:0 0 0.75em 0;
	padding:0px;
}

ul {
	margin-top: 0;
}	

li {
	margin: 0 0 0.5em 0;
}	

img {
	float: left;
	margin-right: 8px;
}

.dotted_bdr {
	padding: 5px;
	border: 1px dotted #999;
}

.divider {
	margin-bottom: 15px;
	border-top: 1px dotted #f33;
}

/*LATEST NEWS*/
.orange {
	color: #F33;
	font-size: 85%;
	letter-spacing: 2;
	margin: 0 0 0.5em 0;
}	

/* what are these */
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

/* banner section */
#header1 {
	padding: 0;
	width: 100%;
	height: 110px;
	background-color: #fff;
	color: 000;
}
/* banner left */
#header1_title {
	float: left;
	width: 40%;
}

#header1_links {
	float: right;
	width: 40%;
}

/* top nav section */
#header2 {
	margin:0px 0px 15px 0px;
	padding:10px 0px 10px 8px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:35px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:#09C;
	border-width:0px 0px 0px 12px;
	background-color:#09C;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 130%;
	font-weight: bold;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

/* links top nav */
#header2 a {
	color: #fff;
	text-decoration: none;
}

#header2 a:hover {
	color: #000;
	/*background-color:orange;*/
}

#header2 a.black {
	color: black;
}

/* page content area */
#contents {
	position: absolute;
	width:550px;
	top: 165px;
	left: 225px;
	padding:0px 50px 10px 0px;
	/*border: 1px solid black;*/ 
}

#contents a {
	color: #069;
	text-decoration: underline;
	font-family: arial, verdana, sans-serif;
	font-size: 95%;
	line-height: 140%;
}

#contents a:hover {
	color: #069;
	text-decoration: none;
}

/* left menu */
#menu {
	position:absolute;
	top:165px;
	left:12px;
	width:180px;
	padding-left:10px;
	font-family: verdana,  arial, sans-serif;
	font-size: 95%;
	font-weight: bold;
	/*background-color:#eee;*/
	/*border:1px solid #999;*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #F33;
}

/* active link left menu */
.orange_bold {
	color: #f33;
}

.menu_item {
	font-family: verdana,  arial, sans-serif;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom:8px;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	/*border-bottom:1px dotted #999;*/
}

.menu_item2 {
	/* indented more on left */
	padding-left: 15px;
	padding-bottom: 3px;
	margin-top: 4px;
	margin-bottom:4px;
	font-size: 85%;
	letter-spacing: 1;
	/*border-bottom:1px dotted #999;*/
}

#footer {
	padding: 10px 0px 10px 0px;
	margin-top: 60px;
	border-top: 1px solid #ccc;		
	font-size: 85%;
	font-weight: bold;
	color: #000;
	/*position: absolute;
	bottom: -75%;*/
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
}

#footer a:hover {
	color: #F33;
}

/*index page news box styles*/
#newsbox {
	position:absolute;
	top:175px;
	left:12px;
	width:180px;
	padding-left:10px;
	/*background-color:#eee;*/
	/*border:1px solid #999;*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body>#Newsbox {width:150px;}

.news_item {
	font-size: 85%;
}

#newsbox a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
}

#newsbox a:hover {
	color: #F33;
	text-decoration: none;
}