@charset "utf-8";
#Top_Nav {
	background-color: #000000;
	padding: 5px;
	margin-right: 60px;
	margin-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../images/backgrounds/top_nav_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#Header {
	margin-right: 60px;
	margin-left: 60px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 25px;
	background-image: url(../images/backgrounds/header_background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
}

.logo_cell {
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.right_logo_cell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 17px;
}
#Menu {
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backgrounds/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-color: #000000;
}
#Page_Title {
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	text-align: right;
	padding: 8px;
	font-weight: bold;
	margin-top: 0px;
	background-image: url(../images/backgrounds/page_title_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}



#Body_Content {
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#Footer {
	margin-right: 60px;
	margin-left: 60px;
	background-color: #FFFFFF;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	background-image: url(../images/backgrounds/footer_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
}

.left_link_cell {
	padding-top: 8px;
	padding-left: 20px;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/backgrounds/body.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
