@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}


hidden{
color:#FFF;	
}
h1, h2, h3, h4, h5, h6{
	
	color:#000000;
	margin-top: 5px;	 
	margin-left:10px;
	padding-right: 15px;
	padding-left: 15px;
}
h3{
	margin-left:200px;
background-image:url(../imgs/headers.jpg);
height:30px;
}
 p {
	margin-right:10px;	
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px; 
	padding-left:10px;
	padding-right:10px;
}
a img { 
	border: none;
}

a:link {
	color: #000000;
	font-weight:bolder;
	text-decoration: none;
}
a:visited {
	color:#F0F;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #FF0000;
}
.container {
	width: 1000px;
	background-color: #FFFFFF;
	margin:auto;
}

header {
	background-image:url(../imgs/top_header.jpg);
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#93F;
	text-align:right;
}

.sidebar1 {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	padding: 0;
	padding-right:10px;
	margin-top:10px;
text-align:center;
padding-bottom:100px;
}
.content {
	padding: 0;
	width: 600px;
	float: left;
}
aside {
	float: left;
	width: 225px;
	background-color: #FFFFFF;
	padding-top:0px;
	height:300px;
	margin-top:100px;
	text-align:center;
}
titlelogo {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	padding-top:0px;
	height:320px;
	margin-top:20px;
	text-align:center;
}
icons {
	float: left;
	width: 125px;
	height:175px;
	margin-left:10px;
	margin-right:5px;
	margin-top:10px;
	text-align:center;
	
}
linkage {
	float: left;
	margin-left:130px;
	margin-right:5px;
	margin-top:10px;
	text-align:center;
	
}
.content ul, .content ol {
	padding: 0px 0px 0px 40px; 
}
ul.nav {
	text-align:center;
	list-style: none; 
	margin-bottom: 0;
	
	
}
ul.nav li {
	background-image:url(../imgs/button.jpg);
	margin-bottom: 15px;
}
ul.nav a, ul.nav a:visited { 
	padding:5px 0 5px 0;
	display: block; 
	width: 200px;  /*this width makes the entire button clickable*/
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
		background-image:url(../imgs/p_button.jpg);
	color: #FF0000;
	text-decoration: none;
}

/* ~~ The footer ~~ */
footer {
	padding: 0;
	background-image:url(../imgs/top_header.jpg);
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left:10px;
	padding-right:10px;
}
iconfont {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}
