/* General Definitions */
H1, H2, H3, H4, H5, H6 {
	color: #767676;
}
A {
	color : #636161;
}
A:visited {
	color : #507562;
}
A:hover {
	color : #0082cf;
}

#MainContainer {
	background-image: url(../images/bg.gif);
}

/* Top Definitions */
#TopImage {
	background-image: url(../images/top/top.jpg);
}
/* Center Definitions */
#MainMenu {
	
}
#MainMenu H2 {
	background-color: #cccccc;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #686868;
	color: #000;
}
#MainMenu LI {
	border-top: 1px solid #fcc785;
	border-bottom: 1px solid #fc8b00;
}
#MainMenu LI A,
#MainMenu LI A:visited {
	color: #fff;
}
#MainMenu LI A:hover {
	color: #e4e4e4;
}

/**right column**/
#RightColMenu {
	margin: 0 0 0 5px;
	width : 220px;
}
#RightColArea DIV.rightcolblocktitle H2 {
	background-color: #cccccc;
	color: #000;
	text-align: center;
}
#NewsBox UL.ulnews LI.odd A {
	color: #686868;
}
#NewsBox UL.ulnews LI.odd A:hover {
	text-decoration: none;
	color: #3e3e3e;
}
#NewsBox UL.ulnews LI.even A {
	color: #686868;
}
#NewsBox UL.ulnews LI.even A:hover {
	text-decoration: none;
	color: #3e3e3e;
}
.clear {
	clear: both;
}