body{
background:#FFFFFF;
font: 9pt/14pt Verdana, Helvetica, sans-serif;
color:#666666;
}

a { color:#999999; text-decoration:none; }
a:hover{ color:#6C8EFF; text-decoration:underline; }
a:active, a.active{ color:#999999; text-decoration:none; }
a:active:hover, a.active{ color:#6C8EFF; text-decoration:underline; }

@media (min-width: 1001px) {
body {
	margin: 9px;
}

#wrap{
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

#sidebar{
	float:left;
	text-align:left;
	width:150px;
}

#content {
	width: 800px;
}
#contenttext {
	float:left;
	width: 560px;
}

#container{
	width:600px;
	margin-left:160px;
	border-left:#CCCCCC 1px solid;
}

#title {
	height: 120px;
	margin-top: 30px;
}

#navlist {
	display: block;
	background:#F3F3F3;
	width: 13em;
}

#navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
}

#navlist li
{
	margin: 0;
	border-top:#CCCCCC 1px solid;
	text-align: right;
}

#contenttext {
	float: left;
	width: 560px;
}

}

@media (max-width: 1000px) {
#sidebar {
	background-color: #333;
	opacity: .80;
	position: fixed;
	width: 100%;
	z-index:999;
}

#sidebar img {
	margin-left: 10px;
	margint-top: 5px;
	height: 40px;
	float: left;
}

#title h1 {
	display: none;
}

#title {
	height: 50px;
	background-color: #333;
}

ul#navlist {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navlist li {
	float: left;
}

#navlist li a  {
	display: block;
	color: white;
	padding: 16px;
	text-align: center;
}

#leftpanel {
	display: none;
}

}

#content{
padding-left:20px;
}

h3{
text-align:right;
color:#6C8EFF;
font-size:14pt;
font-weight:bold;
}

#title{
border-bottom:#CCCCCC 1px solid;
text-align:right;
font-size:10pt;
letter-spacing:-1px;
color:#000099;
text-shadow: 1px 2px 3px #666;
}

#footer{
text-align:center;
font-size:10px;
height:30px;
margin-top:10px;
border-top:#CCCCCC 1px solid;
text-transform:lowercase;
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
}

#navlist li a
{
text-decoration: none;
}



/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:right;
	width:200px;
}

/*CONTENT*/

#contenttext h1 {
	clear: both;
	color: #5d5de9;
	margin-bottom: 5px;
	margin-left: -10px;
}

#contenttext h2 {
	clear: both;
	font-size: 20px;
	margin-bottom: 5px;
}

#contenttext img.imageinline {
	width: 150px;
	float:left; 
	margin-right: 10px;
	margin-bottom: 5px;
}

#contenttext img.imageright {
	width: 150px;
	float:right; 
	margin-left: 10px;
	margin-bottom: 5px;
}

#contenttext img.imageborder {
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #444498;
	-moz-box-shadow: 3px 3px 4px #aaa;
	-webkit-box-shadow: 3px 3px 4px #aaa;
	box-shadow: 3px 3px 4px #aaa;
}

/*FOOTER LINKS*/
.footer a{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

/*TABLE*/

.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url(table_content.jpg);
	background-repeat:repeat-y;
	font-size: 9pt;
}

.table_content h1 {
	font-size: 10pt;
	margin:0;
	padding-top: 5px;
}

.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_date {
	font-weight: bold;
	color: #0099CC;
}
.body_text {
	font-size: 11px;
}
.news_more {
	color: #FF9900;
	font-weight: bold;
}
.news_text {
	font-size: 10px;
}

#floatpanel ul {
	padding:10px;
}

.subtitle_gray {
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {
	font-size: 12px;
	font-weight: bold;
}


