@charset "UTF-8";

* {margin: 0;
padding: 0;
}

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-size: 16px;
	line-height: 160%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	font-weight: normal;
}
fieldset {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	border: 1px solid #666666;
}
#container {
	width:1000px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #424242;
}
#header{
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	height: 247px;
}
#nav {
	border-bottom-width: 0px;
	background-color: #000000;
	width: 945px;
	height: 22px;
	margin-left: 55px;
	padding-top: 20px;
	}
#ulNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 950px;
	bottom: 0px;
}
.gap_fix {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#ulNav li {
	display: inline;
	float: left;
}
#ulNav a:link, #ulNav a:visited, #ulNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 22px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#ulNav a:hover, #ulNav a.current:link, #ulNav a.current:visited {
	;
	height: 22px;
	color: #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #979595;
	background-color: #333333;
	}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000;
	padding-top: 60px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#mainContent {
	margin-top: 0;
	margin-right: 370px;
	margin-left: 0;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom:40px;
	padding-left: 70px;
	background-color: #000000;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
}
#copyright p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#copyright {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
	.webwright a:link, .webwright a:visited, .wright a:active, .webwright a:hover {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}
	ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	font-size: 16px;
	color: #EF8B5C;
	
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 125%;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 125%;
}
h5 {
	font-size: 20px;
	color: #FF0000;
	font-weight: normal;
	line-height: 125%;
}
.fltlft {
	float: left;
	height: 96px;
	padding-left: 100px;
}
.fltrt {
	float: right;
	padding-right: 200px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h2 {
	font-size: 20px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#mainPhoto {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom:40px;
	padding-left: 100px;
	background-color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltrt_nf {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#contact_pg {
	padding-right: 105px;
	padding-left: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	font-size: 10px;
	color: #979595;
	text-decoration: none;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.fltlft1 {
	float: left;
	text-align: center;
	width: 150px;
	height: 160px;
	border: 1px solid #666666;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-left: 6px;
}
.fltlft2 {
	float: left;
	text-align: left;
	width: 307px;
	height: 125px;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.fltleft_enter {
	float: left;
	padding-left: 200px;
}
.fltlft_profile {
	float: left;
	text-align: center;
	width: 150px;
	height: 140px;
	border: 1px solid #666666;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#sidebar_profile {
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000;
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 70px;
}
#mainContent_profile {
	margin-top: 0px;
	padding-top: 60px;
	padding-right: 70px;
	padding-bottom:0px;
	padding-left: 40px;
	background-color: #000000;
	float: right;
	width: 545px;
}
.clearfloatProfile {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header_index {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	height: 469px;
}
.fltlft_agree {
	float: left;
	padding-left: 150px;
}
.fltrt_agree {
	float: right;
	padding-right: 150px;
}
.fltrtDru {
	float: right;
	padding-right: 0px;
	padding-left: 25px;
}
.akld a:link, .akld a:visited, .akld a:active, .akld a:hover  {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

	
