@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}

H1 {

	font-size: 15px;
	margin-top: 15px;
}


.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.listb {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #369;
	
}

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFfff;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8;
	width: 197px;
	border-bottom: 10;
	border-top: 10;
	padding-bottom: 5px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFfff;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8;
	width: 197px;
	margin-bottom: 3px;
}

.navigationlang {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFfff;
	text-decoration: none;

	padding: 8;
	/***width: 17px; **/
}

.navigationlang:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFfff;
	text-decoration: none;
	background-color: #993300;
	/***padding: 8;**/
	/***width: 17px;  **/
}

.navigationhome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13.7px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 8;
	color: #33C;
}

.navigationhome:hover {
	font-family: Verdana, Geneva, sans-serif;
	/***font-size: 15px;**/
	font-size: 13.7px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #F96;
	padding: 8;
}


.style5 {
	color: #0033FF;
	font-size: smaller;
}

.style6 {font-size: medium}

.navigtitle {
	color: #CCC;
	font-size: 15px;
}

body {
	background-color: #070;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
			
}

.style2 {color: #333300}
.style7 {color: #cccccc}

.navigbot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	padding: 8;
	color: #33C;
	text-align: center;
	
	
}

.copyright {
	font-size: 10px;
	text-align: left;
}

.conttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-top: 15px;
}

.list {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	
}

.copyr {
	font-size: 10px;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 111%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

a:hover{
	/*color: #006699; */
	color: #006699; 
	text-decoration: underline;
}

/***********************************************/
/* the main wrapper controlling overall positioning of browser view.                                */
/***********************************************/
#wrapper{
	margin-right: auto;
	margin-left: auto;

	margin-top: 20px;
	margin-bottom: 0;
	
}


/************* #siteInfo styles at page-bottom***************/
#siteInfo{
	clear: both;
	/*** border: 1px solid #cccccc;   ***/
	font-size: 75%;
	color: #cccccc;
	padding: 0px 5px 5px 5px;
}

#content{
	float: left;
 /*** width: 55%; ***/
  margin: 10px;
}
