@charset "utf-8";

html,body {
	height: 96%;
}
body {
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #FFFFFF;
	font-family: Georgia, Geneva, "Trebuchet MS", Monaco, Calibri, sans-serif; /* Monaco = iMac, Calibri = Windows Vista */
	font-size: small/100%;
	color: #6d6d6d; 
}


#container {
	width: 980px; 
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid #F4F4F4;
}
#header { 
	width: auto; 
	height: auto; 
	text-align: right;
	padding: 3% 4%;
  line-height:20px;
}
	#header h1 { 
		font-size: 150%;
		color: #DD8200;
		letter-spacing: 4px;
	}
	#header h2 {
		font-size: 70%;
		font-weight: 100; 
		text-transform: uppercase; 
		color: #10c14a; 
		letter-spacing: 1px; 
		font-family: "Trebuchet MS", Verdana, sans-serif; 
    line-height:10px;
	}
	
#core_container {
	width: 100%; 
	background-color: #FFFFFF; 
}

#core_container a {
color: #DD8200;
}
#core_left { 
	width: 180px; 
	float: left; 
	padding: 12px;
	_padding: 6px;
	height: auto;
	background-color: #FFFFFF;
}
	#core_left img { 
		border: 0;
	}
	#core_left p {
		font-size: 70%;
	}
	#core_left a, #core_left a:link, #core_left a:visited {
		color: #000000;
		text-decoration: none;
	}
	#core_left a:hover {
		color: #10c14a;
	}
h3, h4 {
		position: relative;
		display: inline; 
		vertical-align: center; 
		font-size: 90%;
		font-weight: 500; 
		text-transform: uppercase; 
		color: #10c14a;
		letter-spacing: 1px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
li { 
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.litxt {
		padding-bottom: 10px;
		width: 95%;
		padding-left: 5%;
	}
ul {
		list-style: none;
		padding-left: 0px;
		margin-left: 0;
	}


#navcontainer {
text-align: right;
margin-top: 3px;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}
#current {
	border-top: 1px dashed #DD8200;
}
#navlist a { 
	padding: 3px 10px; 
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#navlist a:link, #navlist a:visited {
	color: #007CB0;
	background-color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #DD8200;
	text-decoration: none;
}

#navlist a:active {
	color: #fff;
	background-color: #10c14a;
	text-decoration: none;
}

#core_right {
	width: 466px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
h5, h6 {
		position: relative;
		vertical-align: center;
		font-size: 90%;
		font-weight: 500; 
		color: #10c14a;
		letter-spacing: 1px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
p,  h5,  h6  {
		padding:0 3%;
	}

p {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 80%;
		line-height: 20px;
	}
	
.bottom_ul {
	list-style: none;
	padding-left: 20px;
	width: 420px;
	height: 12px;
	margin: 0;
}
	.bottom_ul li {
		padding: 0px 10px;
		background-color:#FFFFFF;
	}
	.bottom_ul a {
		font-size: 70%;
		display: block;
		padding: 3px;
		width: 420px;
		color: #AAAAAA;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.bottom_ul a:hover {
		color: #10c14a;
		width: 420px;
		background: #F8F8F8 url(arrow_right.jpg) 98% 50% no-repeat;
	}

#footer {
	clear: both;
	width: 980px;
	height: 20px;
	text-align: right;
	margin: 0;
}
	#footer p {
		font-size: 60%;
		color: #000000;
		font-family: Verdana, sans-serif;
	}
	#footer a {
		text-decoration: none;
		color: #DD8200;
	}
	