body {
	background-color: #e1e1e1;
	background-image: url('/images/page_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	font-family: arial, tahoma, verdana;
	font-size: 10pt;
}

html, body {
	height: 100%;
}

img {
	border: 0px;
}

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

td {
	font-family: arial, tahoma, verdana;
	font-size: 10pt;
}

input[type=text], input[type=password], textarea {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

a {
	color: #000;
}

#container {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	
}

#main_body {
	background-color: #fff;
	width: 770px;
}

#main_padding {
	position: relative;
	left: 13px;
	width: 744px;
}

#top_nav {
	background-image: url('/images/top_nav.png');
	background-repeat: no-repeat;
	width: 744px;
	height: 34px;
	font-weight: bold;
	line-height: 34px;
	text-indent: 10px;
	font-size: 10pt;
}

#top_nav_left {
	float: left;
	width: 330px;
}

#top_nav_right {
	float: left;
	width: 404px;
	position: relative;
	left: 20px;
	font-size: 11.5pt;
}

#top_nav_right a {
	text-decoration: none;
	color: #000;
}

#left_menu {
	float: left;
	width: 203px;
	font-size: 8.5pt;
}

#left_menu a {
	color: #000;
}

#left_nav {
	background-image: url('/images/nav_off.gif');
	background-repeat: no-repeat;
	width: 203px;
	height: 34px;
	line-height: 34px;
	text-indent: 20px;
	margin-bottom: 5px;
}

#left_nav a { 
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #000;
}


#left_nav_on {
	background-image: url('/images/nav_on.gif');
	background-repeat: no-repeat;
	width: 203px;
	height: 34px;
	line-height: 34px;
	text-indent: 20px;
	margin-bottom: 5px;
}

#left_nav_on a { 
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #fff;
}

#text_body {
	float: left;
	width: 525px;
	position: relative;
	left: 15px;
}

#bg1 {
	border-bottom: 1px solid #c0c0c0;
	background-color: #eeeeee;
	font-size: 9pt;
	padding-top: 7px;
	padding-bottom: 7px;
}

#bg2 {
	border-bottom: 1px solid #c0c0c0;
	background-color: #fff;
	font-size: 9pt;
	padding-top: 7px;
	padding-bottom: 7px;
}

#left_nav_indent {
	position: relative;
	left: 20px;
	padding-bottom: 3px;
}

#left_nav_indent_on {
	position: relative;
	left: 20px;
	padding-bottom: 3px;
	font-weight: bold;
}

#table_header {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

#border_bottom {
	border-bottom: 1px dotted #c0c0c0;
}
