* {
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FEB561;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
}
.warning {
	margin-left: 4px;
	width: 665px;
	background-color: #ffffff;
	color: #ff0000;
	border: 1px solid #ff0000;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	color: #DD7C2D;
}
.inputlogin {
	border: 1px solid #F6D47D;
	background-color: #F0B35B;
	color: #ffffff;
}
.inputtext {
	border: 1px solid #DD7C2D;
	background-color: #ffffff;
	color: #003AEA;
}
.inputsubmit {
	background-color: #F0B35B;
	border-left: 1px solid #F6D47D;
	border-right: 1px solid #DD7C2D;
	border-top: 1px solid #F6D47D;
	border-bottom: 1px solid #DD7C2D;
	color: #DD7C2D;
}

#membername {
	background-image: url("../images/memberloginbackground.png");
	background-repeat:no-repeat;
}
#memberpassword {
	background-image: url("../images/memberloginpassword.png");
	background-repeat:no-repeat;

}
#pagecontainer {
	position: absolute;
	left: 50%;
	margin-left: -454px;
	width: 908px;
}
#memberlogin {
	height: 36px;
	text-align: right;
	margin-right: 48px;
}
#mainmenu {
	background-image: url("../images/menubackground.png");
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-right: 24px;
	padding-left: 40px;
}
#mainmenu a{
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
	display: block;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #ffffff;
}

#mainmenu .selected {
	color: #ffffff;
}

#mainmenu .divider {
	border-bottom: 1px solid #999999;
}

#mainbackground {
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
}
#header {
	position: relative;
	left: 4px;
	height: 146px;
	width: 667px;
}
#header img {
	position: absolute;
	top: 0px;
}

#maincontent{
	background-image: url("../images/mainbackground.png");
	background-repeat: repeat-y;
}

.pageitem {
	padding-left: 16px;
	padding-right: 24px;
	margin-bottom: 16px;
	margin-top: 8px;
	clear: both;
	_zoom: 1;
	overflow: auto;
}
.pageitem h1{
	font-weight: bold;
	font-size: 18px;
	color: #003AEA;
	margin-top: 0px;
	margin-bottom: 4px;
}
.pageitem .content {
	text-align: justify;
	line-height: 16px;
}
.pageitem .url {
	margin-top: 8px;
}
.pageitem .url a{
	color: #003AEA;
	text-decoration: none;
}
.pageitem .url a:hover{
	text-decoration: underline;
}
.pageitem .author {
	color: #666666;
	margin-bottom: 4px;
	font-size: 10px;
}
.pageitem ul {
	margin-top: 0px;
}
.pageitem table {
	line-height: 14px;
}
.pagedivider {
	position: relative;
	left: 4px;
	background-color: #ffffff;
	height: 4px;
	width: 667px;
	clear: both;
}

#footer {
	text-align: center;
	color: #DD7C2D;
}
.itemimage {
	border: 1px solid #DD7C2D;
	margin-bottom: 8px;
}
.imageleft {
	float: left; 
	margin-right: 8px;
}
.imageright {
	float: right; 
	margin-left: 8px;
}

#submenu {
	position: absolute;
	width: 100%;
	background-image: url("../images/submenubackground.png");
	bottom: 0px;
}

#submenu a {
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 12px;
	margin-right: 12px;
}
#submenu a:hover {
	color: #003AEA;
}
#submenu .selected {
	color: #003AEA;
}
#popup {
	position: absolute;
	text-align: center;
	display: none;
	left: 50%;
	top: 50px;
	margin-left: -400px;
	z-index: 2000;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	width: 800px;
	border: 4px solid #ffffff;
	background-color: #F0B35B;
}
.newslink {
	color: #DD7C2D;
	text-decoration: none;
	font-weight: bold;
}
.newslink:hover {
	text-decoration: underline;
}