
body {
	text-align: justify;
	margin: 0px 0px 10px;
	font: Trebuchet MS;
	background-color: White;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: Black;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: Black;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: Red;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
	width: 1200px;
	height: auto;
	margin: 10px auto 10px;
	background-color: White;
}

/* Header */

#header {
	width: 980px;
	height: 140px;
	margin: 0px auto 1px;
	background-image: url(header.jpg);
}

/* Menu */

#menu {
	float: left;
	width: 980px;
	height: 40px;
	margin-top: 100px;
	font: 17px/150% Trebuchet MS;
	border-bottom: 1px solid Black;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 5px 0px 0px;
}

#menu a {
	float: left;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
	color: Black;
	font: 16px Trebuchet MS;
	border: 1px solid Black;
	background: Silver;
	letter-spacing: 1px;
}

#menu a:hover {
	text-decoration: none;
	background: White;
}

#menu .active {
}

#menu .active a {
}

/* Search */

#search {
	text-align: left;
	width: 940px;
	height: 40px;
	margin: 5px auto 0px;
	padding-left: 20px;
	border-bottom: 1px solid Black;
}

/* Page */

#page {
	width: 980px;
	margin: 2px auto 0px;
	background-color: White;
}

/* LeftContent */

#leftside {
	float: left;
	margin: 5px 5px 5px 5px;
	width: 202px;
}

/* MenuPageAdv */

#menupageadv {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 2px;
}

/* MenuPage */

#menupage {
	float: left;
	width: 200px;
	margin-bottom: 2px;
}

#leftside h1 {
	float: left;
	text-decoration: none;
	padding: 6px 0px 2px 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 200px;
	height: auto;
	color: Black;
	font: bold 17px Trebuchet MS;
	border-bottom: 2px solid Black;
	border-left: 2px solid Black;
	background: white;
	letter-spacing: 1px;
}

.menucomp  {
	display:none
}

.menucomp a {
	float: left;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
	margin-bottom: 2px;
	margin-left: 20px;
	width: 180px;
	height: auto;
	color: Black;
	font: 15px Trebuchet MS;
	border: 1px solid Black;
	background: #ECECEC;
	letter-spacing: 1px;
}

.menucomp h2 {
	float: left;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
	margin-bottom: 2px;
	margin-left: 20px;
	width: 180px;
	height: auto;
	color: Black;
	font: bold 15px Trebuchet MS;
	border-left: 2px solid Black;
	border-bottom: 2px solid Black;
	letter-spacing: 1px;
}

.menucomp a:hover {
	text-decoration: none;
	background: White;
}

#menupage a {
	float: left;
	text-decoration: none;
	padding: 6px 0px 6px 5px;
	margin-bottom: 5px;
	width: 200px;
	height: auto;
	color: Black;
	font: 16px Trebuchet MS;
	border: 1px solid Black;
	background: Silver;
	letter-spacing: 1px;
}

#menupage a:hover {
	text-decoration: none;
	background: White;
}

/* Content */

#content {
	float: right;
	width: 755px;
	padding-top: 10px;
	padding-bottom: 11px;
	font: 15px/150% Trebuchet MS;
	color: Black;
	letter-spacing: 1px;
}

/* Main */

#main {
	padding: 10px 5px 5px 10px;
	float: left;
	width: 590px;
	margin-left: 10px;
	font: 13px/150% Trebuchet MS;
	text-align: justify;
	color: Black;
}

/* News */

#news {
	padding: 10px 5px 5px 10px;
	float: left;
	width: 590px;
	margin-left: 10px;
	font: 13px/135% Trebuchet MS;
	text-align: justify;
	color: Black;
}

#news a {
	font-size: 14px;
}

/* LeftContent */

#rightcontent {
	float: right;
	width: 125px;
}

/* footer */

#footer {
	width: 980px;
	height: 20px;
	background-color: black;
	padding-top: 10px;
	margin: 0px auto;
}