body, html { 
	background-color: black;
	font-family: Times new roman;
	font-size: 12pt;
	color: #FEFE8E;
	height: 100%;
	margin: 0px;
}

h1,h2 {
	color: #ff9966;
}

h1 {
	font-size: 13pt;
}

h2 {
	font-size: 12pt;
}

img {
	border: 1px solid #FEFE8E;
}

a {
	color: #FEFE8E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.contentcontainer {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
}	

.maincontent {
	height: 500px;
	overflow: auto;
}

.frontmenu {
	border-width: 2px 2px 0px 0px;
	border-style: solid;
	border-color: #FEFE8E;
	padding: 15px 30px 15px 30px;
}

.frontmenuright {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #FEFE8E;
	padding: 15px 30px 15px 30px;
}

.frontmenularge {
	width: 250px;
	border-width: 2px 2px 0px 0px;
	border-style: solid;
	border-color: #FEFE8E;
	padding: 15px 30px 15px 30px;
}

.frontmenuleftside {
	height: 15px;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #FEFE8E;
	padding: 15px 30px 15px 30px;
}

.frontmenurightside {
	height: 15px;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #FEFE8E;
	padding: 15px 30px 15px 30px;
}

.menulink {
	color: #FEFE8E;
	text-decoration: none;
	font-size: 10pt;
}

.menudiv {
	width: 90px;
	float: left;
	text-align: center;
}

.menuhoverdiv {
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	height: 25px;
}

.submenudiv {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CC9933;
	padding-bottom: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap
}

.submenu {
	color: #CC9933;
	text-decoration: none;
	margin-right: 40px;
}

.submenucurrent {
	font-weight: bold;
	color: #FEFE8E;
	text-decoration: none;
	margin-right: 40px;
}

.bottommenu {
	margin-top: 10px;
}

#buttonleft {
	background-image: url('/media/images/layout/previous.gif');
	width: 15px;
	height: 20px;
}

#buttonleft:hover {
	background-image: url('/media/images/layout/previous-hover.gif');
	width: 15px;
	height: 20px;
}

#buttonright {
	background-image: url('/media/images/layout/next.gif');
	width: 15px;
	height: 20px;
}

#buttonright:hover {
	background-image: url('/media/images/layout/next-hover.gif');
	width: 15px;
	height: 20px;
}

.talenbalk {
	float: right;
	border-bottom: 1px solid #CC9933;
	padding-bottom: 5px;
}

.tab {
	cursor: pointer;
	font-weight: bold;
	background-color: #CC9933;
	margin-right: 5px;
	padding: 2px 5px 2px 5px;
}

.tabActive {
	cursor: default;
	background-color: #FFC859;
}

.tabBody {
	background-color: #FEFE8E;
	color: black;
	padding: 20px 10px 20px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CC9933;
}

.tabBody a {
	color: black;
}

.yui-panel {
	font-family: Times new roman;
	font-size: 12pt;
}

.yui-panel .bd {
	background-color: black;
	border: 1px solid white;
}

