@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;
	font-size: small/100%;
	color: #6d6d6d;
}

#container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #F4F4F4;
}
#header {
	width: auto;
	height: auto;
	text-align: right;
	background: url(diags.jpg) top left repeat-x;
}
	#header h1 {
		font-size: 150%;
		color: #DD8200;
		display: inline;
		letter-spacing: 4px;
	}
	#header h2 {
		position: relative;
		display: inline;
		vertical-align: center;
		font-size: 70%;
		font-weight: 100;
		text-transform: uppercase;
		color: #00ACF4;
		letter-spacing: 1px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	
#core_container {
	width: 100%;
	background-color: #FFFFFF;
}

#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: #00ACF4;
	}
	#core_left h3, #core_left h4 {
		position: relative;
		display: inline; 
		vertical-align: center;
		font-size: 90%;
		font-weight: 500;
		text-transform: uppercase;
		color: #00ACF4;
		letter-spacing: 1px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	#core_left li {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.litxt {
		padding-bottom: 10px;
		width: 95%;
		padding-left: 5%;
	}
	#core_left ul {
		list-style: none;
		padding-left: 0px;
		margin-left: 0;
	}

#navcontainer {
text-align: center;
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: #00ACF4;
	text-decoration: none;
}

#core_right {
	width: 466px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
	#core_right h5, #core_right h6 {
		position: relative;
                vertical-align: center;
		font-size: 90%;
		font-weight: 500;
		text-transform: uppercase;
		color: #00ACF4;
		letter-spacing: 1px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	#core_right p, #core_right h5, #core_right h6  {

		padding-left: 5%;
		
	}
	#core_right 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: #00ACF4;
		width: 420px;
	}

#footer {
	clear: both;
	width: 680px;
	height: 20px;
	text-align: right;
	margin: 0;
}
	#footer p {
		text-transform: uppercase;
		background: #FFFFFF url(diags.jpg)  0% 30% repeat-x;
		font-size: 60%;
		color: #000000;
		letter-spacing: 1px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	#footer a {
		text-decoration: none;
		color: #000000;
	}