@charset "UTF-8";
/* CSS Document */

/* 
-------------------------------
tag redefines
-------------------------------
*/
body {
	background-color: #000000;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	width: 100%;
	text-align: center;
	color: #34221A;
	scrollbar-base-color: #dadrcf;
	scrollbar-arrow-color: #624e43;
	scrollbar-darkshadow-coor: #9b7e6e;
	scrollbar-face-coor: #b69c85;
}
ul {
	list-style-image: url(../images/images_bullet.gif);
	margin-right: 0px;
	margin-left: 18px;
	list-style-position: outside;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
}
li {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: middle;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}
p {
	margin-top: 0px;
	margin-bottom: 2px;
}
/* 
-------------------------------------
Div IDs  
-------------------------------------
*/
#maincontainer {
	background-color: #2e2d2a;
	width: 1024px;
	height: 700px;
	text-align: left;
}
#maincontainer #topblock {
	background-color: #2e2d2a;
	height: 98px;
	width: 1024px;
	color: #afaa88;
	float: left;
}
#maincontainer #topblock #logo {
	height: 98px;
	width: 390px;
	position: relative;
	float: left;
}
#maincontainer #topblock #navbar {
	height: 21px;
	width: 592px;
	position: relative;
	list-style-type: none;
	margin-top: 70px;
	float: right;
	margin-right: 30px;
	margin-bottom: 7px;
}
#maincontainer #mainblock {
	background-color: #e5dccd;
	height: 520px;
	width: 1024px;
	background-image: url(../images/back_dark.jpg);
	float: left;
}
#maincontainer #mainblock #maincontent {
	background-color: #EAE7DA;
	height: 418px;
	width: 892px;
	margin-top: 37px;
	margin-right: 30px;
	margin-bottom: 35px;
	margin-left: 30px;
	background-image: url(../images/back_light.jpg);
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #9A7B5F;
	border-bottom-width: 2px;
	border-top-style: none;
	padding-top: 14px;
	padding-right: 35px;
	padding-bottom: 14px;
	padding-left: 35px;
	border-bottom-color: #9A7B5F;
	border-top-width: 0px;
	border-left-width: 0px;
}
#maincontainer #bottomblock {
	background-color: #2e2d2a;
	height: 70px;
	width: 927px;
	color: #afaa88;
	padding-top: 12px;
	padding-right: 32px;
	padding-left: 65px;
	float: left;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* 
---------------------------------
re-usable classes
---------------------------------
*/
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.mediumtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.subauthor {
	font-size: 12px;
}
.iconlist {
	list-style-image: url(../images/images_bullet.gif);
	list-style-type: none;
}
a:visited {
	font-weight: bold;
	color: #34221A;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #34221A;
	text-decoration: none;	
}
a:hover {
	font-weight: bold;
	color: #34221A;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
