@charset "UTF-8";

body {
	background-color: #333333;
	font-size: 10pt;
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #202020;
}

img { border: 0; }

#page {
	width: 900px;
	background-image: url(../img/page.png);
	margin: auto;
	padding: auto;
}

#header {
	clear: both;
	width: 840px;
	height: 107px;
	background-image: url(../img/header.png);
	padding-left: 60px;
	padding-top: 50px;
}

#sidebarnav {
	margin-top: 10px;
	padding-bottom: 10px;
}

#sidebarnav a {
	width: 170px;
	display: block;
	clear: both;
	padding-right: 15px;
	padding-top: 6px;
	height: 25px;
	color: #555555;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	/*background-color: #eaf8f9;
	border-left: 3px solid #eaf8f9;*/
	background-color: #FFF997;
	border-left: 3px solid #FFF997;
	margin-top: 3px;
	text-align: right;
}

#sidebarnav a:hover, #sidebarnav a.active {
	background-color: #FFFFFF;
	border-left: 3px solid #369B3F;
	/*border-left: 3px solid #53a1a6;*/
	text-decoration: none;
	color: #333333;
}

.widget { padding-top: 20px; }

#mainarea {
	width: 860px;
	clear: both;
	padding-left: 30px;
}

#contentarea {
	float: left;
	width: 600px;
	padding-left: 45px;
	line-height: 14pt;
}

#sidebar {
	float: left;
	width: 170px;
	line-height: 14pt;
	color: #555555;
}

#footer {
	width: 900px;
	clear: both;
	height: 62px;
	padding-top: 30px;
	text-align: center;
	line-height: 14pt;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#footer a { color: #FFFFFF; }

h1, h1 a {
	font-size: 40pt;
	color: #FD9A01;
	margin: 0;
}

h1 font {
	font-size: 20pt;
	color: #FFFFFF;
}

h2 {
	font-size: 14pt;
	color: #555555;
	padding-top: 6px;
}

#sidebar h2 {
	font-size: 15pt;
	padding-left: 10px;
	color: #555555;
	padding-top: 6px;
}

.description {
	font-size: 16pt;
	color: #CC1212;
}

a {
	color: #555555;
	text-decoration: none;
}

#sidebar a { color:#555555; }

a:hover { text-decoration: underline; }

/*----------  Contents ----------*/
span {
	color: #C00000;
    font-style: italic;
	font-weight: bold;
	display: block;
}

.red { color: #FF0000; }
.blue { color: #0071BC; }
.green { color: #008000; }
.orange { color: #FD9A01;}
.b { font-weight: bold; }

.center { text-align: center; }
.right { text-align: right; }

#guide {
	margin: 0.5em 0 0 0;
	width: 590px;
	padding: 5px;
	background-color: #FFE3C3;
	border: solid 1px #AAAAAA;
}
#guide li {
	margin-left: 1.5em;
	list-style: disc;
}

#guide a { color: #2149DF; text-decoration: none;}
#guide a:visited { color: #2149DF; text-decoration: none;}
#guide a:hover { color: #333; text-decoration: underline;}
