body {
	background-color: #252525;
	background-image: url(../img/top_bar.gif);
	background-repeat: repeat-x;
	background-position: 0 28px;
	color: #FFFFFF;
	margin: 0 auto;
}


table {
	width: 100%;
}

th {
	width: 150px;
	border-bottom: 1px solid #555555;
	background-color: #555555;
	padding-left: 10px;
}

td {
	border-bottom: 1px solid #555555;
	padding-left: 10px;
}


a {
	color: #3BADE8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#page {
	width: 955px;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 840px;
	height: 96px;
	margin: 0 auto;
	text-align: left;
}

#header #logo {
	float: left;
	width: 290px;
	margin-top: 10px;
}

#menu {
	float: left;
	margin-top: 40px;
	width: 545px;
	height: 50px;
	text-align: left; 
	vertical-align: bottom;
}

#menu .section {
	margin: 0;
	padding: 0;
}

#menu .section li {
	display: inline;
	margin-left: 20px;
}

#menu .section li a {
	font-family: verdana;
	font-size: 14px;
	color: white;
}

#menu .subsection {
	margin: 0;
	padding: 0;
}

#menu .subsection li {
	display: inline;
	margin-left: 20px;
}

#menu .subsection li a {
	font-family: verdana;
	font-size: 11px;
	color: white;
}

.menu_blue {
	color: #3bade8 !important;
}

.menu_purple {
	color: #df00ed !important;
}

.menu_orange {
	color: #ed9c00 !important;
}

.menu_green {
	color: #00ed00 !important;
}

.menu_red {
	color: #fd1a15 !important;
}

.menu_yellow {
	color: #ffcb22 !important;
}

#top_bar {
	width: 995px;
	height: 240px;
	margin: 0 auto;
	margin-top: 9px;
	text-align: center;
	margin-left: -22px;
}

#view {
	width: 840px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	font-family: arial; 
	font-size: 12px;
}

.page_header {
	font-size: 24px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
}

.sub_header {
	font-size: 20px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
	text-decoration: underline;
}

.box_tl, .box_tr, .box_bl, .box_br {
	width: 5px;
	height: 5px;
	float: left;
	background-color: #484848;
	font-size: 1px;
}

.box_t, .box_b {
	height: 5px;
	float: left;
	background-color: #484848;
	font-size: 1px;
}

/* FOOTER BOX */

#footer {
	width: 840px;
	height: 90px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	font-size: 9px;
	font-family: tahoma;
}

#footer .box_m {
	height: 80px;
	background-color: #484848;
}

#footer .box_t, .box_b {
	width: 830px;
	height: 5px;
	background-color: #484848;
}

#footer .box_tl {
	background: url('../img/gray_box.gif') 0 0 no-repeat;
	height: 5px;
}

#footer .box_tr {
	background: url('../img/gray_box.gif') -5px 0 no-repeat;
	height: 5px;
}

#footer .box_bl {
	background: url('../img/gray_box.gif') 0 -5px no-repeat;
	height: 5px;
}

#footer .box_br {
	background: url('../img/gray_box.gif') -5px -5px no-repeat;
	height: 5px;
}

#footer #mail_icon {
	width: 57px;
	height: 57px;
	float: left;
	background-image: url(../img/email_icon.gif);
	margin-left: 17px;
	margin-top: 12px;
}

#footer #footer_content {
	float: left;
	margin-left: 60px;
	width: 685px;
}

#footer #footer_content div {
	float: left;
	margin-top: 9px;
	text-align: left;
	width: 225px;
	font-family: tahoma; 
	font-size: 10px;
	color: #AFAFAF;
}





.view_box {
	text-align: left;
	background-color: #484848;
	font-size: 9px;
	font-family: tahoma;
}

.view_box .box_m {
	height: 250px;
}

.view_box .box_t, .box_b {
	height: 5px;
}

.view_box .box_tl {
	background: url('../img/gray_box.gif') 0 0 no-repeat;
}

.view_box .box_tr {
	background: url('../img/gray_box.gif') -5px 0 no-repeat;
}

.view_box .box_bl {
	background: url('../img/gray_box.gif') 0 -5px no-repeat;
}

.view_box .box_br {
	background: url('../img/gray_box.gif') -5px -5px no-repeat;
}
