html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/bgmain.jpg);
}
h1 {
  color: #CC0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
h2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  color: #000000;
  font-size: 11px;
  line-height: 14px;
}
a,  a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
  color: #CC0000;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #FF6600;
  text-decoration: none;
}
a:focus {
  color: #FF6600;
}
a:active {
  color: #CC0000;
}
#outerWrapper {
	margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 780px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 202px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
#outerWrapper #contentWrapper {
	background-color: #FFFFFF;
}
#outerWrapper #contentWrapper #content {
	padding: 10px 10px 10px 0px;
	background-color: #FFFFFF;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}
#textpanel {
	width:250px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background-color: #E6E6E6;
	padding: 10px;
	border: 2px solid #999999;
	float: right;
	margin-top: 20px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#footer {
	height: 42px;
	text-align: center;
	font-size: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.link {
	color: #666666;
	font-weight: normal;
}
#contentbase {
	height: 15px;
	background-color: #FFF;
	width: 780px;
	clear: both;
}
#outerWrapper #headerbuttons {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
}
#latestnews {
	width:182px;
	z-index:1;
	padding: 10px;
	background-image: url(images/ln_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#latestnewsbase {
	width:202px;
	z-index:1;
	background-image: url(../images/ln_base.gif);
	background-repeat: no-repeat;
	height: 12px;
	background-color: #FFFFFF;
}

#latestnews ul {
	list-style: disc url(../images/bullet.gif) inside;
	padding-left: 10px;
	text-indent: -12px;
	margin-left: 0px;
	}
/* Navigation */
	#Navigation {
	width:780px;
	height:48;
	z-index:1;
}

.solidblockmenu{
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif, "Gill Sans";
	width: 100%;
	background: black url(../images/button.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-transform: uppercase;
}
#outerWrapper #header #navtop {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 7px 2px 8px 21px;
	text-decoration: none;
	background-image: url(../images/button.gif);
	width: 88px;
	font-weight: bold;
	background-repeat: no-repeat;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #CCCCCC;
	background: url(../images/button_f2.gif);
	background-repeat: no-repeat;
}

#navtop {
	background-color: #333;
	height: 24px;
	width: 780px;
}
