﻿@charset "utf-8";
body {
	background: #FFF;
	margin: 0;
}
#wrapper {
	/*the outer box*/
	width: 1000px;
	margin: 0 auto 0 auto;
	height: auto;
}
#header {
	/*the box where the logo is*/
	width: 1000px;
	height: 40px;
	margin: 40px 0 0 0;
	background: #000;
}
#main_banner {
	/*the main banner*/
	width: 1000px;
	height: 400px;
	margin: 7px 0 0 0;
}
/******** menu **************/
#menu {
	/*the box that contains the menu*/
		width: 1000px;
	height: 30px;
	margin: 7px 0 0 0;
	background: #000;
	padding: 10px 0 0 0;
}
#menu table {
	/*the table that contains the menu links*/
		width: 690px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto 0 auto;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	table-layout: fixed;
}
#menu table td a {
	/*formats each link in the menu*/
		color: #FFF;
	text-decoration: none;
}
#menu a:hover, a:focus {
	/*determines links behavior on rollover*/
	color: #0061F2;
	text-decoration: none;
}
/************* contents *************/
#content {
	/*The box that contains the 3 sub-contents*/
	width: 1000px;
	min-height: 200px;
	margin: 7px 0 0 0;
	background: #CCCCCC;
}
#content_left {
	/*sub-content on the left*/
		width: 155px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content_left table {
	margin: 10px auto 0 auto;
	border: 0;
	border-collapse: separate;
}
#content_left table td {
	width: 55px;
	height: 35px;
	border: 0;
	margin: 0;
}
#content_left form{
	width: 135px;
	height:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	margin:10px;
	text-align:left;

}#content_left a:hover, a:focus {
	color: #0061F2;

}
#content_left a {
	/*links inside the content_left*/
	color: #666;
	text-decoration: none;

}
.form_input{
	width:130px;
}
#content_left img {
	border: 0;
}
#content_center {
	/*main content (middle)*/
	width: 690px;
	min-height: 530px;
	background: #FFF;
	margin: 0 auto 0 auto;
	font-family: Helvetica, Arial, Sans-serif;
}
#content_right {
	/*sub-content on the right*/
	width: 155px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content_right a {
	border: 0;
}
#content_right img {
	margin: 10px auto 0 auto;
	border: 0;
}
/*heading in the main content (middle) will be an image 
due to the possible unavailability of the font used on users' computer*/
.heading {
	width: 650px;
	margin: 0 20px 0 20px;
	height: 40px;
}
#content_center p {
	width: 650px;
	margin: 10px 20px 0 20px;
	text-align: left;
	font-family: Helvetica, Arial, Sans-serif;
	font-size:14px;
	
}
#content_center a {
	/*links inside the content_center*/
	color: #666;
	text-decoration: none;
	
}#content_center a:hover, a:focus {
	color: #0061F2;	
}
#content_center form {/*for forms*/
	width: 400px;
	margin: 10px 20px 0 20px;
	text-align: left;
	font-family: Helvetica, Arial, Sans-serif;
}
#content_center h1{ /*heading*/
	width: 650px;
	margin: 10px 20px 0 20px;
	text-align: left;

}
#content_center h2{/*sub-heading*/
	width: 650px;
	margin: 10px 20px 0 20px;
	text-align: left;
		font-family: Helvetica, Arial, Sans-serif;
		font-weight:bold;
		font-size:16px;


}
/***************** footer *******************/
#footer {
	clear: both;
	width: 1000px;
	height: 28px;
	margin: 7px 0 40px 0;
	padding: 12px 0 0 0;
	background: #000;
}
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 10px;
	color: #FFF;
}
#footer p a {
	/*links inside the footer*/
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover, a:focus {
	color: #0061F2;
}
