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


/* ----------- GENERAL ----------- GENERAL ------------ GENERAL -------------- GENERAL ----------- GENERAL  */


html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{  margin:0px;  padding:0px;  border:0px;  border-collapse:separate;  border-spacing:0px;}


html,body{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.container{
	width:806px;
	margin:0px auto;
}

p{	font-size:12px;}
h1{
	line-height:2em;
	color:#0033FF;
	font-size:120%;
	font-weight:normal;
}

h2{
	line-height:1.5em;
	color:#FF0000;
	font-size:140%;
	font-weight:bold;
}

h3{
	line-height:2em;
	font-weight:bold;
	font-size:90%;
}

h4{
	line-height:2em;
	font-size:110%;
	color:#000;
	text-align:center;
	font-weight:normal;
	background-color:#CCCCCC;
}

img{
	border: 1px solid #333;
}


/* ---------------- HEAD ---------------- HEAD ---------------- HEAD ---------------- HEAD ---------------- HEAD */

.head{
	float:left;
	width:100%;
}

.banner{
	float:left;
	text-align:center;
}






/* -------------- MAIN ------------------ MAIN ------------------- MAIN -----------------*/


.main{
	float:left;
	width:100%;
	min-height:500px;
}

.menu{
	float:left;
	width:150px;
	height:430px;
}

.menu .menuitems{
	margin-top:10px;
	list-style-type: none;
	font-size:12px;
	line-height:2em;  
}

.menu .menuitems .menuitem{
	padding:2px;
	margin-left:10px;
	color:#000000;
	text-decoration:none;
}

.menu .menuitems a{
	text-decoration:underline;
	color:#000000;
	display:block;
	background-color:#eee;
}

.menu .menuitems a:hover{
	text-decoration:none;
	background-color:#ddd;
}

.maintext{
	float:left;
	width:650px;
	margin-top:10px;
	margin-left:6px;
}

.maintext .pagetitle{
	float:left;
	width:636px;
	padding:6px;
	border-style:solid;
	border-width:2px;
	border-color:#ddd;
	background-color:#990000;
	color:#fff;
	font-weight:bold;
}

.maintext .text{
	float:left;
	padding:6px 0 6px 6px;
	margin-top:30px;
	text-align:justify;
	line-height:130%;
}


.maintext .text li{
	margin-left:3em;
}







.maintext .text .index{
	float:left;
	margin-left:30px;
	width:100%;
}

.maintext .text .ulindchar{
/*	float:left;*/
	list-style-type:decimal;
	margin-left:50px;
}


.maintext .text .ulsubindchar{
	clear:left;
	list-style-type:none;
	margin-left:20px;
}


/* -------------- PHOTOS -------------- PHOTOS -------------- PHOTOS -------------- PHOTOS ------------------------*/

.maintext .text .photos{
	float:left;
	width:90%;
	padding:10px;
	text-align:center;
	font-size:85%;
	font-weight:bold;
}

.maintext .text .photos a:hover{
	cursor:pointer;
}

/* ------------ FOOT --------------------- FOOT ----------------------- FOOT ---------------------*/



.foot{
	float:left;
	width:100%;
	margin-top:20px;
	background-color:#333;
}

.foot .footcont{
	clear:right;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:85%;
}

.foot .arrowtop{
	float:right;
	padding:10px;
	margin-left:20px;
	min-height:1.3em;
	/*min-width:110px;*/
}

.foot .arrowtop a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.foot .arrowtop a:hover{
	font-style:italic;
}

.foot .arrowback{
	float:left;
	padding:10px;
	margin-right:20px;
}

.foot .arrowback a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.foot .arrowback a:hover{
	font-style:italic;
}

















