/*------------------------- GENERAL DESIGN -----------------------*/
*{
margin:0;
padding:0;

}

body.general {
	margin: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
}

#commonstyle h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}



#splash h1 {position:absolute; left:inherit; text-indent:8px; margin-top:162px; font-size:20px; color:#003300; }

#homelink a{
	position:absolute;
	left:inherit;
	margin-left:710px;
	top:163px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#commonstyle h2 { font-size: 112%; text-align:center;}
#commonstyle h3 { font-size: 100%; }
#commonstyle h4 a { font-size: 100%; font-weight:bold; padding-top:10px; display:block; width:500px; border-bottom:1px solid #777777; text-decoration:none;}


#commonstyle p, ul, ol {
	/*line-height: 105%;*/
}

#commonstyle a:link {
	color: #0AAAFD;
}

#commonstyle a:hover {
	text-decoration: none;
	color: #ED2024;
}

#commonstyle  #header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#commonstyle #logo {
	float: left;
	width: 240px;
}

#commonstyle #logo h1 {
	padding-top: 20px;
	text-align: center;
}

#commonstyle #logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#commonstyle #logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#commonstyle #logo h2 a {
	color: #B3A7A0;
}

#commonstyle #logo a {
	text-decoration: none;
}

#commonstyle #static_menu {
	float: left;
	width: 530px;
}

#commonstyle #static_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#commonstyle #static_menu li {
	display: inline;
}

#commonstyle #static_menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#commonstyle #static_menu a:hover {
	color: #ED2024;
}

#commonstyle #splash {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/img3.jpg) no-repeat;
}

#commonstyle #splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
	background-color:#EFFCF2;
}

#commonstyle #page h1, #page h2 {
	margin-bottom: 20px;
}

#commonstyle #content {
	float: left;
	width: 525px;
	padding: 5px;
	line-height:20px;
}

#commonstyle #content P{
	padding-bottom: 10px;
	text-indent:5px;
}


#commonstyle #content ol, #content ul {
	margin-left: 3em;
}

#commonstyle #sidebar {
	float: left;
	width: 210px;
	padding: 10px 5px 0 5px;
}

#commonstyle #sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#commonstyle #sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#commonstyle #footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#commonstyle #footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#commonstyle #legal {
	float: left;
}

#commonstyle #links {
	float: right;
}

/* ------------ main menu ---------------- */
#newsScroller{
  padding: 5px;
  height: 300px;
  overflow: auto;
  border: solid 1px #D4D4D4;
  background-color: #EDEDED;
  width: 210px;
}


#commonstyle #main_menu {
/*	position:absolute;
	left:inherit;
	top:inherit;
	display:block;
	float:left;*/
	margin-bottom: 10px;
	width:210px;
	font-family:"Trebuchet MS";
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px;
}

#commonstyle #main_menu ul {
	list-style: none;
	margin: 0;
	padding:0;

}

#commonstyle #main_menu ul li {
	font-size: 12px;
    font-weight: bold;	
	border-bottom:1px solid #eeeeee;
	padding-top:2px;
	padding-bottom:2px;
}

#commonstyle #main_menu ul li a { /* categories */
		display:block;
	width:205px;
	background-color:#605C41;
	color: #dddddd;
	text-decoration: none;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	}

#commonstyle #main_menu ul li a:hover {
	background-color:#A09B74;
}

#commonstyle #main_menu ul ul{
	list-style: none;
	margin: 0px;
	padding:0px;
	margin-bottom: 10px;
}

#commonstyle #main_menu ul li ul li {
	font-size: 70%;
	margin-bottom:1px;
}

#commonstyle #main_menu ul li ul li a { /* pages */
	color: #333333;
	text-decoration: none;
	background: #eee;
}

#commonstyle #main_menu ul li ul li a:hover {
	color: #444444;
}

