body {
	background-color: #4E4E4E;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header {
	height: 50px;
}
#content {
	width: 736px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #0033CC;
}
#column_left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-x;
	float: left;
	width: 183px;
	background-color: #004c97;
}
#column_right {
	float: right;
	width: 547px;
}
#column_right .box_left {
	float: left;
	width: 271px;
	padding-top: 10px;
}
#column_right .box_left h1 {
	font-size: 12px;
	color: #A79766;
	margin: 10px;
}
#column_right .box_left p {
	margin: 10px;
}
.contentimage {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}




#footer {
	background-image: url(images/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 746px;
	padding-top: 20px;
	color: #C5D0D3;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#column_left a:link, #column_left a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
#column_left a:hover {
	color: #C7BE83;
	padding-left: 10px;
}

#column_left ul {
	list-style-type: none;
	margin: 10px;
	padding: 10px;
}
#column_left li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005DBA;
}
#column_right .box_right {
	float: right;
	width: 271px;
	padding-top: 10px;
}
#column_right .box_right h1 {
	font-size: 12px;
	color: #014D99;
	margin: 10px;
}
#column_right .box_right p {
	margin: 10px;
}
a:link,a:visited {
	color: #004c97;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: 00356a;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#column_right p {
	margin: 10px;
}
.apDiv {
	background-color: #A49A77;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 415px;
	position: absolute;
	right: 415px;
}

