@charset "utf-8";
#container {
	margin: 0 auto;
	width: 775px;
	background-color: #FFFFFF;
	
}
/* CSS Document */

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 775px;
	background-color: #FFFFFF;
}
.nav {
	background-image: url(images/nav_bg.png);
	height: 32px;
	width: 775px;
}
body {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.content {
	width: 760px;
	background-color: #FFFFFF;
	padding-left: 15px;
	
}
.main_content {
	padding-right: 15px;
	text-align: justify;
	padding-top: 25px;
	font-family: Calibri, Helvetica;
	font-size: 15px;
}
.top {
	background-color: #FCB131;
	height: 20px;
	width: 100%;
}

.footer {
	font-family: Calibri, Helvetica;
	background-color: #265D9E;
	width: 770px;
	height: 20px;
	color: #FCB131;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
}

.yellow_head {
	font-family: Calibri, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #FCB131;
}
a {
	color: #FCB131;
}


.left_side {
	width: 255px;
	padding-bottom: 15px;
}
.blue_head {
	font-family: Calibri, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #265D9E;
}
select {
	font-size: 10px;
	
}
button {
	font-size: 9px;
	height: 2px;
}

