
@import url("/css/content.css");

@import url("/css/thickbox.css");

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	text-align: center;
	background-color: #99B499;
	font: normal 1em verdana, 'sans lucida unicode', sans-serif;
}

h2 {
	font-weight: normal;
	font-size: 1.4em;
	text-align: center;
	padding: 0 0 .5em 0;
}

h3 {
	font-size: 100%;
}

h4, h5, h6 {
	font-size: 90%;
}

a{
	font-size: 100%;
}

a:link {
	color: #6E87BB;
	cursor: pointer;
	font-size: .9em;
}

a:visited {
	color: #9DB869;
}

a:hover {
	color: #96B8FF;
}

a:active {
	color: #6E87BB;
}

p {
	font-size: .9em;
	text-indent: 1em;
}

ul {
	list-style-type: none;
}

input {
	width: 80%;
	font-size: .8em;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/body_bg.jpg) repeat-y left top;
	position: relative;
	top: 10px;
}

#header {
	width: 100%;
	height: 202px;
	background: transparent url(../images/header.jpg) no-repeat left top;
}

#header * {
	position: relative;
	top: -5000px;
}

#content {
	width: 708px;
	padding: 202px 0px 10px 21px;
	margin: -202px 0 0 0px;
	float: left;
	background: transparent url(../images/top_commercial.jpg) no-repeat left top;
	font-size: .8em;
	position: relative;
	left: 31px;
}

#sidebar {
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
	float: left;
	overflow: hidden;
	position: relative;
	left: 30px;
	border-bottom: 1px solid black;
	background-color: #90a9a9;
}

.mainlevel {
	text-align: right;
	font: normal 1em verdana, 'sans lucida unicode', sans-serif;
	letter-spacing: .15em;
	float: right;
	width: 211px;
	border-top: 1px solid black;
}

.mainlevel a {
	font-size: 1.1em; 
	padding: .4em 10px .4em 0;
	display: block;
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.mainlevel .secondlevel {
	width: 210px;
	padding: 0px;
	text-align: right;
	font: normal .8em verdana, 'sans lucida unicode', sans-serif;
	float: right;
	border-top: 1px solid black;
	background: #829d9d url(../images/arrow.jpg) no-repeat 194px center;
}

.mainlevel .secondlevel a {
	padding: .1em 20px .1em 0;
	display: block;
	color: black;
	text-decoration: none;
}

.mainlevel a:link, .mainlevel a:visited, .mainlevel a:active {
	color: black;
}

.mainlevel a:hover {
	color: white;
}

#footer {
	width: 100%;
	height: 63px;
	clear: both;
	background: transparent url(../images/footer.jpg) no-repeat left top;
	font: normal .7em verdana, 'sans lucida unicode', sans-serif;
	text-align: center;
	overflow: hidden;
}

#footer span {
	margin: 0px;
	font-size: .9em;
	height: 1.1em;
	width:  604px;
	text-align: center;
	padding-top: 9px;
	padding-left: 262px;
	padding-bottom: 5px;
	display: block;
	overflow: hidden;
	float:left;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

#currentsubject {
	background-color: #bccdcd;
}

#currentpage {
	background: #bccdcd url(../images/arrow_h.jpg) no-repeat 194px center;
}