/* CSS Document */
* {
	padding:0px;
	margin:0px;
	border:0px;
}
a img { border:0px; }
img{ border:0px; }

body {
	padding:24px 0px;
	background:#fefac7 url(images/body_bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sub_main_frame {
	background:#ffffff;
	width:702px;
	overflow:hidden;
	margin:0px auto;
}

#sub_header {
	clear:both;
	width:702px;
	height:103px;
	overflow:hidden;
}

#sub_content_frame {
	float:left;
	width:700px;
	height:auto;
	background:#ffffff;
	border-left:1px solid #009900;
	border-right:1px solid #009900;
}

#sub_footer {
	clear:both;
	width:700px;
	height:16px;
	background:#b1d700;
	border:1px solid #009900;
	border-top:0px none;
}

#sub_left_menu {
	display:inline;
	float:left;
	width:114px;
	height:175px;
	background:#f3fad2;
	overflow:hidden;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:16px;
}
a.left_menu_item {
	display:block;
	width:97px;
	height:26px;
	text-decoration:none;
	line-height:26px;
	padding-left:17px;
}
a.left_menu_item:link, a.left_menu_item:visited {
	background:#f3fad2;
	font-weight:normal;
	color:#009900;
}
a.left_menu_item:hover, a.left_menu_item:active {
	background:#b1d700;
	font-weight:bold;
	color:#009900;
}
a.left_menu_item:active { color:#ffffff; }

div.left_menu_item {
	display:block;
	width:114px;
	height:26px;
	background:#009900;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	line-height:26px;
	padding-left:17px;
}

#sub_right {
	display:inline;
	float:left;
	width:586px;
	height:auto;
}

#sub_right_head1 {
	display:block;
	background:#009900;
	width:586px;
	height:56px;
	overflow:hidden;
}
#sub_right_head2 {
	display:block;
	background:#b1d700;
	width:572px;
	height:56px;
	overflow:hidden;
}
#sub_right_head3 {
	display:block;
	background:#ffcc00;
	width:557px;
	height:56px;
	overflow:hidden;
	font-size:28px;
	line-height:56px;
	vertical-align:middle;
	color:#ffffff;
	text-transform:uppercase;
}
#sub_right_head3 img {
	vertical-align:middle;
}

#sub_right_content {
	display:block;
	float:left;
	width::520px;
	height:auto;
	font-size:11px;
	color:#009900;
	padding:24px 30px 30px 42px;
}

#sub_right_content p{
	line-height:18px;
	margin:0px 0px 16px 0px;
}

#sub_right_content table {
	text-align:center;
	color:#000000;
	background:#d2fb00;
	margin:0px auto;
	border:1px solid #009900;
}
#sub_right_content table td {
	height:20px;
	line-height:20px;
	border:1px solid #ffffff;
}
#sub_right_content table td.title {
	background:#b1d700;
	font-weight:bold;
}
#sub_right_content table td.heading {
	color:#ff0000;
}

#about_us_pics {
	display:inline;
	float:right;
	width:250px;
	height:430px;
	text-align:right;
}