* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000 repeat-x;  
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f4a308;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 10px 0px 11px;
	text-align: justify;
	line-height: 16px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	margin: 0px auto;
	width: 788px;
	background: #000000 no-repeat 0% 0%;
}


/* Page Header */

#page_header {
	margin: 0px auto;
	width: 900px;
	height: 56px;
	overflow: hidden;
	text-align: left;
}

#person_name {
	width: 160px;
	color: #FFFFFF;
	float: left;
}

#person_name h1 {
	width: 300px;
	height: 25px;
	background: #000000 no-repeat 0% 0%;
}


/* Header Navigation */

#header_nav {
	width: 440px;
	height: 100px;
	overflow: hidden;
	float: left;
	text-align: left;
}

#header_nav ul {
	margin-top: 16px;
}

#header_nav li {
	height: 23px;
	background: #000000 no-repeat 0% 0%;
	float: left;
}

#header_nav li a {
	display: block;
	padding: 5px 5px 0px 38px;
	text-decoration: none;
}

#header_nav li a:hover {
	color: #FF9933;
	background-color: inherit;
}


/* Left Sidebar */

#leftsidebar_1 {
	margin-top: 5px;
	padding-left: 36px;
	background: #000000 no-repeat 36px 0%;
	float: left;
	text-align: left;
}

#leftsidebar_2 {
	padding: 11px 0px;
	width: 164px;
	background: #000000 no-repeat 0% 100%;
}

#leftsidebar_content {
	padding: 15px 20px 15px 25px;
	color: #FFFFFF;
	background: #000000 repeat-y;
	font-weight: bold;
}

#leftsidebar_content a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

#leftsidebar_content a:hover {
	color: #FF9933;
	background-color: inherit;
}

#leftsidebar_content li {
	padding: 4px 0px;
	color: #FFFFFF;;
}


/* Main Content */

#maincontent_1 {
	margin-top: 27px;
	padding-right: 60px;
	background: #000000 no-repeat 0% 0%;
	float: right;
	text-align: left;
}

#maincontent_2 {
	padding: 10px 0px;
	width: 475px;
	background: #339999 no-repeat 0% 100%;
}

#maincontent_content {
	padding: 17px 20px;
	color: #000000;
	background: #339999 repeat-y 0% 0%;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#maincontent_content a {
	color: #003366;
	background-color: inherit;
}

#maincontent_content a:hover {
	color: #724c04;
	background-color: inherit;
}


/* Page Footer */

#page_footer {
	margin: 0px auto;
	padding: 15px 0px 25px;
	width: 690px;
	text-align: left;
}

#copyright_info {
	margin-right: 2px;
	width: 270px;
	float: right;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

#copyright_info small b {
	padding-top: 1px;
	display: block;
	float: left;
	font-size: 15px;
}

