/* Layout Stylesheet */ 

html, body {
	height:100%;
	}

body {
	margin:20px;
	color: #FFFFFF;
	text-align:center;
	padding:0;
	background-color: #000000;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

#outer {
	text-align:left;
	width:850px;
	margin:auto;
	height:100%;
 }

#hdr {
	height:150px;
	color: #CCCCCC;
	text-align: right;
	padding-top:50px;
 }



#bodyblock {
	position:relative;
	width:850px;
	padding:0;

 }

#l-col {
	float:left;
	width:230px;
	text-align: left;
	margin: 0px 30px 50px 20px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
 }
 


#cont {
	color: #CCCCCC;
	text-align:left;
	width:530px;
	float:right;
	margin: 180px 0px 20px 0px;
 }

#cont p {
	line-height: 1.5em;
}

#ftr {
	
	color: #666666;
	border:solid black;
	border-width:1px 0 0 0;
	clear:both;
	text-align:right;
	border-top:solid 1px #333;
	font-size: 75%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
 }
 
#ftr div {
	padding: 10px 0px 20px 0px;
}

 
#ftr a {
	margin: 5px;
	color: #666;
}

#ftr a:hover {
	margin: 5px;
	color: #999;
}



/* -----------------------left nav -----------------*/

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
#navigation li {
	font-variant: small-caps;
	font-size: 14px;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 200px;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
#navigation a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	letter-spacing:2px;
	}
	
#navigation a:hover {
	color: #6284AC;
	}
	
#navigation #currentpage a {
	color: #F8941D;
	}


	
.tn {
	border: 1px solid #000000;
}

.line {
	padding: 0px;
	height: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear:right;

}
#hdr h4 {
	position: relative;
	top: 40px;
	right: 5px;
}
