@charset "utf-8";
/* CSS Document */

/* General Styles */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF2800;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #666;
	background-image: url(../img/bg_tp_lft.jpg);
	background-repeat: no-repeat;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/container_bg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*Header styles */
# header {
 position: fixed;
 left:0;
 top:0;
 width: 100%;
}
#header #topmenu {
	text-align: right;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header #mainnav {
	background-image: url(../img/logo.jpg);
	height: 80px;
	margin-left: 20px;
	background-repeat: no-repeat;
	padding-left: 154px;
}
#mainnav li {
	height: 60px;
	width: 60px;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
}
#topmenu a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#mainnav ul li a {
	color: #666;
	text-decoration: none;
}
/* Sidebar styles */
#sidebar1 {
	float: left;
	width: 200px;
	background: url(../img/wtrmrk.jpg) no-repeat;
	padding-top: 10px;
	margin-left: 20px;
	height: 285px;
}
/* Main Content Styles */
#mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(../img/bg_tp_lft_emp.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	color: #FFF;
	height: 285px;
	width: 510px;
	float: left;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	background-position: left top;
}
#mainContent a {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	color: #FFF;
}
#mainContent a:hover {
	text-decoration:underline;
}
#mainContent h1 {
	font-size: 18px;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 0px;
}
#mainContent h6 {
	font-size: 14px;
	margin: 0;
	padding:0;
}
#mainContent td strong {
	color: #FFF;
}
#mainContent table {
	color: #666;
	text-align: center;
}
#mainContent th {
	font-weight: bold;
	width: 120px;
	background-color: #eaeaea;
	
}
#mainContent td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h4 {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
#mainContent p {
padding:0;
margin: 5px 0 0 0;
}
blockquote {
	font-style: italic;
}
.signature {
	font-family:"Lucida Handwriting", "Lucida Grande", sans-serif;
	font-size: 16px;
	}
/* Footer Styles */


#footer {
	text-align:center;
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFF;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer a {
	color: #FFC;
}

#footer a:hover {
	color: #FF0;
}
