/* Main Stylesheet */

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #0677AA;
}
td.main{
	background-color: white;
}
div.header{
	background-color: #474747;
	text-align: center;
}
div.headlinks{
	float:right;
	padding-right: 45px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
div.headlinks a{
	color: #666;
}
td.left_repeat{
	background-image: url("../images/left_repeat.gif");
}
td.right_repeat{
	background-image: url("../images/right_repeat.gif");
	background-repeat: repeat-y;
	background-color: #0677AA;
}
td.footer{
	background-color: white;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.maincontent{
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    background-color: #5C9CB9;
	color: white;
	padding: 0px;
	clear: both;
	margin-bottom: 0px;
}

div.maincontent h1{
	background-color: #CDCDCD;
	margin: 0px;
	color: white;
	padding: 20px;
	font-size: 2.5em;
	text-transform: capitalize;
}

a, a:link, a:visited{
    color: #0C5378;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
    color: #619FBB;
	text-decoration: underline;
}
div.left{
	float:left;
	width: 550px;
	height: 300px;
	margin: 5px;
}
div.right{
	float:left;
	width: 360px;
	height: 300px;
	padding-top: 50px;
	margin: 5px;
}
div.bottom{
	clear:both;
	width:940;
	margin: 5px;
}
ul.bullet{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 20px 0px 20px;
}
ul.bullet li{
	margin-left: -2px;
}
h1{
    font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 24px;
	margin-bottom: 6px;
	color: #619FBB;
}
div.copyright{
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
}

div.footerlinks{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #0C5378;
	padding: 10px;
	margin-bottom: 10px;
}
div.footerlinks a{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	color: #0C5378;
}
div.copyright a{
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
}
#interact{
	margin: 10px;
}
div.title{
	text-transform: capitalize;
}
div.news{
	height: 460px;
	overflow: auto;
	
}
.asterisk{
	color: red;
}
div.news a{
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	background-image: url("../images/icon_news.gif");
	background-repeat: no-repeat;
}
span.newsdate{
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	margin-bottom: 5px;
	width: 150px;
}
table.trademarks{
	float: left;
}
table.trademarks td{
	font-size: 11px;
}
td.tableShade{
	background-color: #e0e0e0;
}
h2{
	color: white;
	font-size: 20px;
}
strong{
	font-weight: bold;
}
td.mainfade table td{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div.leftfade{
	width: 620px;
	margin: 5px;
}
a.backlink{
	font-size: 16px;
	font-weight: lighter;
}
.leftmenu{
	width: 190px;
	background-color: #5C9CB9;
	text-align: center;
}
.centercontent{
	width: 500px;
	background-color: #5C9CB9;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	color: white;
}
.centercontent a{
	color: white;
}
.centercontent a:visited{
	color: white;
}
.centercontent a:hover{
	color: white;
}
.leftcontent{
	background-color: #5C9CB9;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	color: white;
}
.leftcontent a{
	color: white;
}
.leftcontent a:visited{
	color: white;
}
.leftcontent a:hover{
	color: white;
}
.rightmenu{
	width: 220px;
	background-color: #CDE0E9;
}
.rightmenu a{
	color: #1B6F94;
	display: block;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}
.rightmenu a:hover{
	background-color: #5C9CB9;
	color: white;
	text-decoration: none;
}
.rightmenu a.right_active{
	background-color: #5C9CB9;
	color: white;
	text-decoration: none;
}
td.spacerrow{
	background-color: #cdcdcd;
	padding: 15px;
}
.titlecase{
	text-transform: capitalize;
}
div.community{
	padding: 20px;
}
div.community p{
	width: 220px;
	float: left;
}
div.community a:hover{
	color: white;
	text-decoration: none;
}
#interact{
padding-right: 20px;
}