* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 10px 0px 10px;
	background-color: #0F161A;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	text-transform: lowercase;
}

a:hover {
	color: #FF0000;
	background-color: inherit;
	text-transform: uppercase;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 6px 0px 15px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	margin: 30px  auto;
	padding: 0px 0px;
	width: 777px;
	background-color: #253842;
	color: inherit;
	text-align: left;
}

.add_shadow {
	float: left;
	background: url('images/shadow_bot.gif') no-repeat 0% 100%;
}

.add_shadow div {
	display: block;
	float: left;
	background: url('images/shadow_right.gif') no-repeat 100% 0%;
}

.add_shadow div div {
	display: block;
	float: none;
	padding: 0px 5px 5px 0px;
	background: url('images/shadow_rightbot.gif') no-repeat 100% 100%;
}

.add_shadow div div div {
	padding: 0px;
	background: none;
}


/* Company Logo */

#company_header {
	display: none;
}

#company_logo {
	display: none;
}

#company_logo h1 {
	display: none;
}

#company_logo h1 span {
	display: none;
}


/* Navigational Menu */

#nav_menu {
	margin: 0px 0px;
	width: 777px;
	height: 50px;
	background-color: #253842;
	background: url('images/logo.gif') #253842 no-repeat 0px 2px;
	color: #fff;
	border-bottom: none;
	font-family: helvetica;
	font-weight: bold;
	letter-spacing: 1px;
	
}

#nav_menu ul {
	margin: 10px 0px 0px 180px;
	width: 630px;
	height: 27px;
	overflow: hidden;
}

#nav_menu li {
	padding: 5px 11px 3px 10px;
	background: url('images/navmenu_div.gif') no-repeat 100% 7px;
	float: left;
}

#nav_menu li#last {
	padding-right: 10px;
	background-image: none;
}

#nav_menu a {
	text-decoration: none;
}



/* Content Body */

#content_body {
	margin: 0px 2px;
	padding: 17px 12px 15px 15px;
	background-color: #253842;
	border-bottom: none;
	color: #000000;
	text-align: left;
}

#content_body a {
	background-color: inherit;
	text-decoration: none;
	color: #FFFFFF;
}

#content_body a:hover {
	background-color: inherit;
	text-decoration: Bold;
	color: #FF0000;
}

#content_body .content_header2 {
	display: block;
	border: #000 2px solid;
}

#content_body .content_header h2 {
	padding: 3px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#content_body .content_box {
	padding: 10px 15px 20px 6px;
	clear: both;
	float: none;
}

/* Page Header : Menu */

#header_menu {
	padding-top: 5px;
	padding-right: 5px;
	float: left;
}

#header_menu li {
	margin-bottom: 2px;
	width: 220px;
	border: 0px solid #dee8f5;
	text-align: left;
	clear: both;
	float: none;
}

#header_menu li a {
	display: block;
	width: 220px;
	height: 20px;
	color: #e3ecf8;
	background-color: #253842;
	text-decoration: none;
	font-weight: bold;
	font-family: helvetica;
	overflow: hidden;
	line-height: 10px;
}

#header_menu li a span {
	display: block;
	padding-top: 4px;
	padding-left: 4px;
}

#header_menu li a:hover {
	color: #FF0000;
	background-color: none;
}