@charset "utf-8";

html{
    height: 100%;
}

body {
	background-color: #000000;
	background-image: url(pics/main_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
	font-size: 14px;
	color:#FFFFFF;
	padding: 0px;
	font-family: "Times New Roman", Times, "FreeSerif", serif;

}

#mainbox{
	position: relative;
	top: 0px;
	width: 845px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;

	/*height: auto /*!important*/;

	padding: 0px;
	background-image: url(pics/mainbox_bg.png);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	
}

#header{
    position: absolute;
	top: 0px;
	left: 37px;
	height: 214px;
}

#logotext{
     position:absolute;
	 top: 68px;
	 left: 147px;
}

#maincontent{
    /* margin-top: 263px;*/
	 margin-left: 262px;
	 padding: 263px 0px 25px;
}
#contentbox{
     width: 525px;
	 margin: 0px;
	 background-image:url(pics/content_slice.jpg);
}
#maintext {
     margin: 0px;
	 /*height: auto !important;*/
	 /*min-height: 786px;*/
}
#maintext p {
     margin: 20px;
}
.rightalign {
	text-align: right;
}

h1, h2, h3, h4{
     margin: 20px;
}
h1{
     margin-top:0px;
}
#contenttop{
	 top: 0px;
	 left: 0px;
	 width: 525px;
	 height: 20px;
}
#contentbottom{
	bottom: 0px;
	width: 525px;
	height: 19px;
}
#bottomrule{
    margin-left: 37px;
}
#bottomrule2{
    margin-left: 37px;
	padding-bottom: 20px;
}
#footer{
    margin-left: 37px;
	margin-right: 37px;
	margin-bottom: 18px;
	text-align: center;
	font-size: 12px;
}
#nav{
    position: absolute;
	top: 263px;
	width: 200px;
	left: 37px;
}
#nav ul{
	list-style-type:none;
	padding-left: 0px;
	margin: 0px;
}
#nav ul li{
    margin-bottom: 26px;
}
#nav ul li img:hover{

}
#iewarn a{
    color:#FF0000;
	text-decoration: none;
}
#iewarn a:hover{
    color: #fff;
	background-color: #660000;
}
#footer a {
    color:#FF0000;
	text-decoration: none;
}
#footer a:hover{
    color: #fff;
	text-decoration: underline overline;
	background-color: #660000;
}

#flash {
    position: absolute;
	top: 1px;
	left: 1px;
	width:10px;
	height:10px;
}.mainpage {
	list-style-type: upper-roman;
}
.mainpage li{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	color: #CCCCCC;
	font-size: 15px;
	font-weight: normal;
}
#CD {
	border: 1px solid #CCCCCC;
}
