html {
	width: 100%;
	font-family: 'Trebuchet MS';
}

body {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	text-align:center;
	margin-top: 0px;
	margin- bottom: 0px;
	width: 800px;
	height: 100%;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x repeat-y;
}

table {
	font-size: small;
}

a, a:visited {
	color: #ED1B23;
	text-decoration: underline;
}

.header {
	/*background-image: url('../images/header.jpg');*/
	width: 100%;	
	height: 216px;
}

.header_bar {
	background-color: #666666;
	width: 100%;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.menu {
	width: 200px;
	height: 100%;
	background-color: #d7d7d7;
	float: left;
	text-align:left;
	border: 1px #d7d7d7 solid;
	font-size: small;
}

.menu_item {
	height: 25px;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #7c7c7c;
	padding-top: 6px;
}

.menu_item a {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
	width: 200px;
	height: 25px;
}

.logos {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;		
	background-color: #ffffff;
	font-size: x-small;
}

.logos img {
	border: 0px;
	width: 80px;
	padding-left: 50px;
	margin-left:auto;
	margin-right:auto;
}

.logos a {
	border: 0px;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
}

.logos {
	
}

.outer_main {
	float: center;
	min-height: 100%;
	height:100%;
	width: 805px;
	background-color: #ffffff;
}

.main {
	float: left;
	width: 570px;
	min-height: 1130px;
	/*height:100%;*/
	background-color: #ffffff;
	margin-left: 3px;
	font-size: small;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

.main span {
	width: 570px;
}

.main_bar {
	background-color: #666666;
	width: 100%;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.sup {
	font-size: small;
}

.main_bar_program {
	width: 565;
}
.footer {
	float:right;
	width: 800px;
	height: 30px;
	color: white;
}
.footer_in
{
	background-color: #ED1B23;
}

.footer_bar {
	background-color: #666666;
	width: 100%;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.contact {
	font-size: small;
}
input, select
{
	border: 1px solid #000000; 
}
button
{
	border: 1px solid #000000; 
}