/* CSS Document */

body {
	background: #FFFFFF url(../images/background-fade.jpg) repeat-x;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: 12px "Century Gothic", Arial, sans-serif, Tahoma;
	overflow-y: scroll;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#wrapper {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	margin-top: 40px;
	padding: 0px;
}
#title p {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 50%;
	height: 70px;
}
.title_button a {
	background: url(../images/title.jpg) no-repeat;
	display: block;
	height: 70px;
	width: 100%;
	float: left;
}
.title_button a:hover {
   background: url(../images/title-business.jpg) no-repeat;
}
#menu_wrapper {
	float: left;
	width: 50%;
	height: 70px;
}
#menu_spacer {
	float: left;
	width: 100%;
	height: 15px;
}
#menu {
	float: left;
	width: 100%;
}
#nav {
	font-size: 120%;
	float: right;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
}
#nav li span {
	display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	display: block;
	text-decoration: none;
	padding: 5px 8px 8px 5px;
	float: left;
	line-height: 25px;
}
#nav li a:hover {
	color: #FFFFFF;
	background: url(../images/button-fade-B.gif) repeat-x;
}
#nav_left{
	float: right;
	height: 40px;
	width: 12px;
	background: url(../images/menu-left.gif) no-repeat;
}
#nav_right{
	float: right;
	height: 40px;
	width: 12px;
	background: url(../images/menu-right.gif) no-repeat;
}
#page_wrapper{
	float: left;
	width: 100%;
	background: #F2F6E3 url(../images/stripe-fade-B.jpg) repeat-y;
}
#page_tb{
	float: left;
	width: 100%;
	background: url(../images/1x1grey.gif) repeat-x;
}
#page_sidebox{
	float: left;
	height: 100%;
	width: 30%;
}
#page_title{
	float: left;
	width: 180px;
	font-size: 22px;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 43px;
}
#page_mainbox{
	float: left;
	height: 100%;
	width: 70%;
	background: #F2F6E3 url(../images/1x1grey.gif) repeat-y right;
}
#page_textbox{
	float: left;
	width: 90%;
	padding-left: 20px;
	height: 90%;
}
.txt_heading{
	font-size: 16px;
	font-weight: bold;
}
.txt_label{
	color: #333333;
}
.txt_warning{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
#page_bb{
	float: left;
	width: 100%;
	background: url(../images/1x1grey.gif) repeat-x bottom;
}
#page_footer_left{
	float: left;
	width: 50%;
	padding-top: 5px;
	padding-left: 20px;
	height: 30px;
	font-size: 11px;	
}
#page_footer_right{
	float: right;
	width: 40%;
	padding-right: 20px;
	padding-top: 5px;
	height: 30px;
	font-size: 11px;
}
.form {
	margin: 0px;
	padding: 0px;
}
.form_button {
	background: #5E757B;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #5E757B;
}
.form_box {
	background: #FFFFFF;
	padding: 2px;
	color: #666666;
	font: 11px Tahoma, Arial, Verdana;
}
.table_header{
	color: #FFFFFF;
	background: #5E757B;
}
.table_body{
	color: #333333;
	background: #CCCCCC;
}

