body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url(../images/background_grey.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#top_container {
	width: 100%;
	background-color: #d46115;
}
#main_container {
	width: 100%;
	background-color: #003260;
	background-image: url(../images/background_logos.gif);
}
div.orange_bar_container {
	width: 100%;
	height: 9px;
	background-image: url(../images/pattern_orange_grey_dark.gif);
	background-repeat: repeat-x;
}
#menu_table {
	padding: 0px;
	margin: 0px;
	width: 760px;
	background-color: white;
}
table.orange_table {
	width: 760px;
	padding: 0px;
	margin: 0px;
}
.orange_grey_bar {
	background-image: url(../images/pattern_orange_grey.gif);
	background-repeat: repeat-x;
	height: 9px;
	margin: 0px;
	padding: 0px;
}
#main_table {
	padding: 0px;
	margin: 0px;
	width: 760px;
	background-color: white;
}
#footer {
	padding: 0px;
	margin: 0px;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 9px;
	line-height: 13px;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#partnership_cell {
	padding: 8px 20px 20px 21px;
	margin: 0px;
}
#partnership_cell div.partnership_container {
	width: 212px;
	text-align: center;
}
#credits {
	text-align: right;
	vertical-align: bottom;
	padding-top: 10px;
}
#top_menu_container {
	text-align: right;
	padding: 0px 18px 7px 0px;
}
#access_one_logo_container {
	padding: 8px 0px 9px 21px;
	margin: 0px;
}
#index_table {
	float:right;
	width: 175px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffb685;
	background-color: #ffd3b6;
	margin-left: 15px;
	margin-bottom: 5px;
}
#index_table td {
	background-color: #ffd3b6;
	padding: 5px 5px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5f2600;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#index_table td.anchors {
	padding-bottom: 10px;
}
#index_table td.anchors ul{
    list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#index_table td.anchors li{
	margin: 0px 0px 7px 0px;
	list-style-type: none;	
}
#index_table td.divider {
	height: 2px;
	background-color: #ffb685;
	padding: 0px;
}
#index_table td.index_image {
	padding: 10px 0px 10px 10px;
}
#format_table {
	width: 100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffb685;
	background-color: #ffd3b6;
}
#format_table td {
	background-color: #ffd3b6;
	padding: 5px 0px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5f2600;
	font-weight: bold;
	font-size: 11px;
}	
#format_table td.ftext {
	padding: 8px 0px 2px 10px;
	vertical-align: bottom;
}
#format_table td.finput {
	padding: 2px 0px 8px 10px;
}
#format_table .regular_text {
	font-weight: normal;
	color: black;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 15px;
}
#format_table td.divider {
	height: 2px;
	background-color: #ffb685;
	padding: 0px;
}
#format_table td.input input, #contact_table td.input textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #B9B9B9;
}
#format_table td.input textarea {
	overflow:auto;
}
#format_table td.input input {
	height: 19px;
}
#format_table td.buttons {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.image_right {
	float: right;
	border: 1px solid #000000;
	margin-left: 5px;
}
