@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333333;
	margin:auto;
	padding:0;
	width:760px;
	background-image: url(../Images/topbg.gif);
	background-repeat: repeat-x;
}

.TopLinks a, .TopLinks a:link, .TopLinks a:active, .TopLinks a:visited {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}

.TopLinks a:hover {
	text-decoration:underline;
}

.SearchLink a, .SearchLink a:link, .SearchLink a:active, .SearchLink a:visited {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.SearchLink a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#topheader {
	display:none;
}
#topheader_left {
	float:left;
	width:600px;
}
#topheader_right {
	float:left;
	width:160px;
}
#navcontainer {
	display:none;
}
#imagecontainer {
	display:none;
}
#maincontainer {
	float:left;
	width:760px;
	height:auto;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}
#maincontainer_left {
	float:left;
	width:490px;
	height:auto;
	margin:0;
	padding:0;
	margin-right:20px;
	text-align:left;
}
#maincontainer_right {
	float:left;
	width:250px;
	height:auto;
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#d1e8ec;
}
#maincontainer_right_other {
	float:left;
	width:250px;
	height:auto;
	margin:0;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	background-color:#c9e1e2;
}
#maincontainer_right_other p {
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
	margin:0;
}
#newscontainer {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:230px;
	text-align:left;
	height:auto;
}
#newscontainer_img {
	float:left;
	width:100px;
	height:auto;
}
#newscontainer_title {
	float:left;
	width:120px;
	margin-left:10px;
	height:auto;
}
#newscontainer_title a, #newscontainer_title a:link, #newscontainer_title a:visited {
	color:#267;
	text-decoration:underline;
	letter-spacing:-1px;
	font-size:11px;
	font-weight:bold;
}
#newscontainer_title a:active, #newscontainer_title a:hover {
	color:#000099;
}
#sepcontainer {
	display:none;
}
#footercontainer {
	display:none;
}
#footercontainer a, #footercontainer a:link, #footercontainer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footercontainer a:active, #footercontainer a:hover {
	text-decoration:none;
}
#navigation {
	float: left;
	width: 100%;
	clear: both;
	font-weight:bold;
	margin-top:5px;
	margin-left:10px;
}
#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin:0;
	list-style-type: none;
}

#navigation li { 
	float: left;
}

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #eff8ff;
	padding:10px;
	padding-bottom:15px;
	background-color:transparent;
	border-bottom-width: 0;
	text-decoration:underline;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #ff9b17;
	text-decoration: none;
}
h3 {
	font-size:16px;
	color:#ff9b17;
	letter-spacing:-1px;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
	font-weight:bold;
	background: #fff url('../images/bg_header.gif') bottom repeat-x;
}
h4 {
	font-size:16px;
	color:#267172;
	text-align:left;
	letter-spacing:-1px;
	padding:0px 0px 10px 10px;
	margin:0;
	font-weight:bold;
}
h5 {
	font-size:11px;
	color:#267;
	letter-spacing:-1px;
	padding:0;
	margin:0;
	font-weight:bold;
}
acronym {
	padding:0;
	margin:0;
	border-bottom:dotted;
	border-bottom:1px;
}