@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	font-size: 62.5%;
	font-size:10pt;
	color:#373737;
	/* font-family: Helvetica, Verdana, Arial, sans-serif; */
	font-family: skerville, Georgia, Palatino, “Palatino Linotype”, “Book Antiqua”, “URW Palladio L”, serif;
	height: 100%;
}
#pagewrapper {
	border-bottom:1px solid #fff;
	background: #000; /* url('/images/system/headerbg.gif') repeat-x bottom left; */
	height:100%;
}
#pagecontent {
	position:relative;
	background: #eeeaea;
	width:900px;
	height:100%;
	margin:0 auto;
}
#headercontent {
	background: #ffffff;
	width:900px;
	position: relative;
	clear:both;
}
#bodycontent {
	position:relative;
	clear: both;
	width:900px;
	height:100%;
	background: #eeeaea url('../images/background.gif') repeat-y;
	overflow:hidden
	
}
#footercontent {
	width:900px;
	background: #000;
	color: #eeeaea;
	position: relative;
	clear:both;
	text-align:center;
}
#body {
	height:100%;
	float: left;
	clear:none;
	font-size:12pt;
	width:600px;
	margin-left: 20px;
	margin-right: 40px;
}
#body p {
	text-align:center;
	text-decoration:none;
}
#body h1 {
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	color: #e8781a;
}
#body a {
	text-decoration:none;
	font-weight: bold;
	color: #e8781a;
}
#body a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #b0aeae;
}
#menu {
	float:left;
	clear:none;
	margin-top: 20px;
	margin-left: 30px;
	width:200px;

}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:200px;
	background: #b0aeae;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
#menu li {
	padding:0;
	margin:0;
	padding:0;
	color:#e8781a;
	border-top:1px solid #eeeaea;
	border-bottom:1px solid #eeeaea;
}
#menu li a {
	display:block;
	text-decoration:none;
	background:#aaa7a7;
	color: #000;
	padding:0 0 0 20px;
	width:180px;
}
#menu li a:hover {
	background:#e8781a url("../images/menu-arrow.gif") no-repeat 0 9px;
	color:#fff;
}
/* #menu li a.current, a.current:hover {
	background:#933 url("../images/menu-arrow.gif") no-repeat 0 9px;
} */
#special {
	position:absolute;
	width:200px;
	float:left;
}
.note {
	width:200px;
	border-width:0;
	border-spacing:0;
	margine:0;
	padding:0;
}
.notebody {
	background: #b0aeae;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-top: 0;
	border-bottom: 0;
	margine:0;
	padding:0;
	text-align:center;
	font:bold 16px Helvetica, Verdana, Arial, sans-serif;
	color:#000;
}
.notebody a{
	text-decoration:none;
	font-weight: bold;
	color: #e8781a;
}
.notebody a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #fff;
}
.notebody h2 {
	text-decoration:none;
	font-weight: bold;
	color: #e8781a;
}
.roundtop {
	background: #b0aeae url("../images/roundtop.gif") no-repeat;
	border-bottom:0;
	border-top: 0;
	border-right:0;
	border-left:0;
	margine-bottom:0;
	padding-bottom:0;
	height:18px;
	
}
.roundbottom {
	background: #EEEAEA url("../images/roundbottom.gif") no-repeat;
	border-bottom:0;
	border-top: 0;
	border-right:0;
	border-left:0;
	margine-bottom:0;
	padding-bottom:0;
	height:27px;
}
.bwright {
	border:0;
	float: right;
	text-align:left;
	clear: both;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.bwleft {
	border:0;
	float: left;
	text-align:right;
	clear: both;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.bwcenter {
	border:0;
	clear: both;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#success {
	border:solid #000 1px;
	background: #b0aeae;
	float: left;
	width: 383px;
	margin-bottom:  20px;
	padding-left: 10px;
	padding-right: 10px;
}
#success h3 {
	text-align:center;
	font-style:italic;
	text-decoration:none;
	font-weight: bold;
	color: #e8781a;
}
#success p {
	font-style:italic;
	font-size:10pt;
}
#success img {
	float:left;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
}
	
