@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;
}
h1, h2, h3, h4, h5, h6{
	color: #000000;
	margin-left:55px;
	text-align:center;
	
}
 h7{
	color: #000000;
	text-align:center;
	font-weight:bolder;
}
 p {
	 margin:0;
	padding:0;
}
hidden{
color:#FFF;	
}
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: 1050px;
	background-color: #FFFFFF;
	margin: 0 auto; 
}

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

.sidebar1 {
	float: left;
	width: 200px;
	text-align:center;
	background-color: #FFFFFF;
	padding-right:20px;
	margin-bottom:200px;
	padding-bottom:350px;

}
.content {
	margin-left:25px;
	margin-right:25px;
	margin-top:15px;
	margin-buttom:15px;
	text-align:center;
	width: 150px;
	float:left;
}

aside {
	float: left;
	width: 330px;
	background-color: #FFFFFF;
	padding: 0;
	margin-top:0;
	text-align:center;
}



.content ul, .content ol {
	padding: 0px 0px 0px 40px; 
}
ul.nav {
	list-style: none; 
	margin-bottom: 0;
	text-align:center;
	
	
}
ul.nav li {
	text-align:center;
		background-image:url(../imgs/extra_imgs/button.jpg);
	margin-bottom:15px;
	color:#90F;
}
ul.nav a { 
	padding: 5px 0 5px 0;
	display: block; 
	width: 200px;  /*this width makes the entire button clickable*/
	text-decoration: none;
	color:#90F;
	background-image:url(../imgs/extra_imgs/button.jpg);
}
 ul.nav a:visited { 
	padding: 5px 10px 5px 15px;
	display: block; 
	width: 170px;  /*this width makes the entire button clickable*/
	text-decoration: none;
	color:#FF0066;
	background-image:url(../imgs/extra_imgs/p_button.jpg);
}
ul.nav a:hover { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image:url(../imgs/extra_imgs/p_button.jpg);
	color: #FF0000;
	text-decoration: none;
} 
ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image:url(../imgs/extra_imgs/p_button.jpg);
	color: #000000;
	text-decoration: none;
}
 ul.nav a:active { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image:url(../imgs/extra_imgs/p_button.jpg);
	color: #000000;
	text-decoration: none;
}

/* ~~ The footer ~~ */
footer {
	padding: 0;
	background-image:url(../imgs/extra_imgs/top_header2.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:35px;
}
