@charset "utf-8";
/* CSS Document */
.style1 {font-size: 10px}
.style4 {
	color: #000000;
	font-size: 36px;
}
.style5 {
	font-size: 14px;
	color: #000000;
}
.style6 {font-size: 24px}
body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #343434;
	background: #1F394D;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 3.5em;
}
h5 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	color: #CCCCCC;
}
code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #006666;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
#wrapper {
	width: 940px;
	margin: 10px auto;
	background: #FFFFFF url(img/header.gif) no-repeat;
		padding: 20px 25px 25px 10px;
	border: 12px solid #E0E4CC;
	position:relative;
}

#image {
	background: #FFF;
	margin: 0;
	padding: 25px 25px 50px 25px;
	color:#000;
	line-height:1.4em;
	border: 12px solid #E0E4CC;
	text-align: left;
}

#block {
	margin: 12px;
	background: #BFBFA6;
	padding: 12px 12px 12px 12px;
}

h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	text-indent:-99999px;
}
#nav {
	list-style: none;
	padding: 0;
	background: #E0E4CC url(images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:33px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: black;
	text-decoration: none;
}
#nav li a:hover {
	background: #d4d7c1 url(images/nav_bar_o.jpg) repeat-x;
}

#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #E0E4CC;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color: 	#000000;
	background:#fff url(bgON.gif) no-repeat top right;
	}

#content {
	background: #FFFFFF;
	margin: 10px 0 20px 0;
	padding: 10px 20px;
}
h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#568945;
	font-family:Helvetica, Arial, Sans-serif;
}
p {

}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
#foot {
	padding: 15px;
	color: black;
	text-align: center;
	margin: 30px 0 0 0;
	border-top:1px solid #E0E4CC;
}

img {  
	border-style: none;
	
}

a:link { 
	color: #343434;
	text-decoration: bold;
}

a:visited { 
	color: #343434;
	text-decoration: bold;
}

a:hover { 
	color: #343434;
	background-color: #E0E4CC;
	
}

a:active { 
	color: #343434;
	text-decoration: bold;
}
