@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4d78b3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

td {
	vertical-align: top;
}

.margin_right {
	margin-right: 10px;
}

.margin_left {
	margin-left: 10px;
}

.margin_bottom {
	margin-bottom: 10px;
}

.border {
	border: 1px solid #9a9999;
}

li {
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #be0101;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3 {
	background-color: #4d78b3;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 15px;
}

h3 a {
	color: #FFFFFF;
	text-transform: none;
	
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}

#main_container {
	width: 944px;
	border-left: 1px solid #9a9999;
	border-right: 1px solid #9a9999;
	border-bottom: 1px solid #9a9999;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 28px;
	padding-top: 28px;
	background-color: #FFFFFF;

}

#head {
	height: 93px;
	width: 1000px;
	border-left: 1px solid #9a9999;
	border-right: 1px solid #9a9999;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	padding-top: 14px;
	padding-left: 28px;
	height: 29px;
	background-color: #9a9999;
	
}

#menu a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #e6e5e5;
}

#home_main {
	background-color: #e6e5e5;
	border: 1px solid #9a9999;
	padding: 18px 26px;
	margin-bottom: 28px;
}

#flash {
	float: left;
	width: 562px;
	height: 251px;
	margin-left: 26px;
	margin-top: 8px;
}

#left_column {
	float: left;
	width: 326px;
	padding-right: 28px;
	border-right: 1px solid #9a9999;	
} 

#right_column {
	float: left;
	margin-left: 28px;
	width: 560px;
	font-size: 12px;
	line-height: 16px;
}

.grey_box {
	background-image: url(../images/grey_bg.jpg);
	background-repeat: repeat-y;
	width: 296px;
	padding: 0px;
	padding: 15px;
	
}

#footer {
	width: 936px;
	margin: 10px 0px;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 10px;
	color: #c4c7cc;	
}

#footer a {
	color: #c4c7cc;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

.border {
	border: 1px solid #000000;
}

.table-padding td {
	padding-bottom: 15px;
}
	
	