/* general structure
--------------------------------- */

html {
	min-height: 100%; margin-bottom: 1px;
}

body {
	margin:0;
	padding:10px 0;
	font:1em Verdana,Arial,Sans-serif;
	text-align:center;
	background-color: #FFFFFF;
}
#container {
	text-align:left;
	color:#333;
	font-size:80%;
	margin:0 auto 0;
	background: url("../images/bg_col.gif") repeat-y top left;
	width: 800px;
	position: relative;
}
#leftCol {
	float:left;
	width:210px;
	height: 400px;
}
#rightCol {
	width:585px;
	float: right;
}
#rightCol h2 {
	font-size:1.2em;
	margin-bottom: 10px;
	color: #009933;
}
#rightCol h3 {
	font-size: 1em;
	margin-bottom:10px;
	color: #FF6633;
}
#rightCol table {
	font-size:0.7em;
}
#rightCol th {
	background-color: #009933;
	color: #FFFFFF;
}

#rightColHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#D6E6F7;
	color:#333333;
	padding:2px;
	height:17px;
	margin: 4px 0 4px 0;
}
#textCol {
	float:right;
	width:585px;
}
#textCol table {
	font-size: 0.9em;
}
#textCol th {
	background:#FF6633;
	color: #FFFFFF;
	font-size: .9em;
}

#header {
	height: 130px;

}
.press {
	font-size: .9em;
	border: 1px solid #000000;
}

.lg_banner {
	background: url("../images/logo9.jpg") no-repeat top right;
	height: 130px;
}


/* main navigation
--------------------------------- */
ul#mainNav { margin: 0 0 0 10px; padding: 0; }
#mainNav li {
	margin:.5em 0 0 0;
	padding:0;
	list-style-image:none;
	list-style:none;
	font-size: 90%;
}
#mainNav a:link, #mainNav a:visited, #mainNav strong, #mainNav b {
 display:block;
 padding:3px;
 border-style:solid;
 border-width:0px 0px 0px 15px;
 width:auto;
 text-decoration:none;
 color:#444;
}
#mainNav strong {
 background-color:#FF6633;
 border-color:#FF6633;
 color:#fff;
}
#mainNav b {
 background-color:#009933;
 border-color:#009933;
 color:#fff;
}
#mainNav a:hover {
 color:#fff;
}
#mainNav #a a:hover { background-color:#FF6633; }
#mainNav #b a:hover { background-color:#009933; }
#mainNav #c a:hover { background-color:#009933; }
#mainNav #d a:hover { background-color:#FF6600; }
#mainNav #e a:hover { background-color:#CC33CC; }
#mainNav #f a:hover { background-color:#362; }
#mainNav #g a:hover { background-color:#0000CC; }
#mainNav #h a:hover { background-color:#FFFF00; }
#mainNav #i a:hover { background-color:#666666; }

#mainNav #a a { border-color:#FF6633; }
#mainNav #b a { border-color:#009933; }
#mainNav #c a { border-color:#009933; }
#mainNav #d a { border-color:#FF6600; }
#mainNav #e a { border-color:#CC33CC; }
#mainNav #f a { border-color:#362; }
#mainNav #g a { border-color:#0000CC; }
#mainNav #h a { border-color:#FFFF00; }
#mainNav #i a { border-color:#666666; }

/* footer
----------------------------------------------- */
#footer {
	clear:both;
	background:#D6E6F7;
	margin:0;
	padding:5px 5px;
	text-align: right;
	font-size: 0.8em;
	color: #333333;
	border-top: solid #FF6634 3px;
}
#footer p {
 font-size:.9em;
 font-weight:bold;
 text-align:center;
 color:#FFFFCC;
 margin:0;
 padding:0;
}
#footer a {
	color:#666;
	text-decoration:none;
	float: left;
}
#footer a:hover {
	text-decoration:none;
	color: #000000;
}

.bulletin {
	margin:0;
	padding:0.5em;
	font-size: 0.9em;
	text-align: center;
}
.bulletin h2 {
 color:#2e3192;
 background:transparent;
 margin:1em 0 0;
 font:normal 140%/1.6em Arial,Sans-serif;
}
.bulletin p {
 color:#444;
 margin:0 0 .5em;
}
.bulletin strong { 
 color:#2e3192;
 text-transform:uppercase;
 font-weight:normal;
 display:block;
}
.sml_banner {

	background: url("../images/logo2.gif") no-repeat top right;
	height: 82px;
}
#advert {
	clear:both;
	background:#ccc;
	margin:0;
	text-align: justify;
	border-top: solid #FF6634 3px;
}
#subNav a:link, #subNav a:visited {
	font-size:9px;
	color: #FF6633;
	list-style: none;
	text-decoration: none;
	margin-left: -25px;
}
#subNav a:hover {
	color:#009900;
	text-decoration: none;
}
ul#subNav {
	list-style:none;
}
#subNav h2 {
	font-size: 0.9em;
	margin-left: -25px;
}
#lowerside
	{
	position: fixed;
	background: #ffcc00;
	bottom: 0px;
	}
* html #lowerside
	{
	width: 100%; /* sets width to containing element's, rather than antecedent positioned element - both PC and Mac */
	}
#farRighCol {
	float:right;
	width:192px;
	margin-left: 10px;
	text-align: right;
	border-left: solid black 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

