html
{
	overflow-y:scroll;
}

body
{
	background-color:#2e2e2e;
	padding-top:50px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1
{
	margin:0;
}
h2
{
	margin:0;
}
img
{
	border:0;
}
input[type=text], textarea
{
	background-color:#FFF;
	border:1px solid #000;
	overflow:auto;
	width:250px;
}
textarea
{
	height:60px;
}
textarea.big
{
	height:120px;
}
input[type=submit]
{
	border:0px;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	width:140px;
	padding-top:1px;
	padding-bottom:1px;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
input[type=submit]:hover
{
	background-image:url(../images/button2.png);
	color:#cccccc;
}

td
{
	vertical-align:top;
}

#main
{
	margin-left:auto; 
	margin-right:auto; 
	width:940px;
	
	border:0px solid #000;
	overflow:hidden;
}

#top
{
	height:70px;
	width:940px;
	border:0px solid #000;
	color:#fff;
}
#inside_top_left
{
	float:left;
	margin-top:5px;
	font-size:11px;
}
#inside_top_right
{
	float:right;
	margin-top:45px;
	margin-right:20px;
	font-size:10px;
}

#top_menu
{
	width:940px;
	height:50px;
	border:0px solid #000;
	font-size:12px;
	color:#000;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
}
#top_menu a
{
	color:#000;
	text-decoration:none;
}
#top_menu a:hover
{
	text-decoration:underline;
}
#top_menu a.link_on
{
	color:#e81409;
}
#top_menu a.link_on:hover
{
	text-decoration:underline;
}

#inside_top_menu
{
	padding-top:9px;
}

#left_logo
{
	float:left;
	width:300px;
	height:220px;
	border:0px solid #000;
}

#right_banner
{
	float:right;
	width:640px;
	height:220px;
	border:0px solid #000;
}

#body
{
	width:940px;
	background-color:#FFF;
	float:left;
}

#left_side
{
	float:left;
	width:300px;
	height:440px;
	border:0px solid #000;
	background-color:#FFF;
	color:#e81409;
	clear:both;
}
#left_side a
{
	color:#e81409;
	text-decoration:none;
}
#left_side h2
{
	font-size:15px;
}
#left_side ul
{
	padding-left:15px;
	margin:0;
	line-height:25px;
	font-size:12px;
}
#inside_left_side
{
	margin-top:25px;
	margin-left:20px;
}


#right_side
{
	float:right;
	width:640px;
	border:0px solid #000;
	background-color:#FFF;
}
#right_side a
{
	text-decoration:underline;
	color:#000;
}
#right_side a:hover
{
	text-decoration:underline;
}
#right_side a.red_link
{
	color:#e81409;
	font-weight:bold;
}
#right_side a.nolink
{
	text-decoration:none;
}
#right_side h2
{
	font-size:15px;
}
#inside_right_side
{
	margin-top:25px;
	margin-left:20px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#inside_right_side_left
{
	float:left;
}
#inside_right_side_right
{
	float:left;
	padding-left:15px;
	padding-bottom:20px;
}

#bottom
{
	width:940px;
	height:30px;
	border:0px solid #fff;;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	clear:both;
}

#footer
{
	width:940px;
	height:40px;
	border:0px solid #000;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	clear:both;
	font-weight:normal;
}
#footer a
{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
#footer img
{
	border:0;
}
#inside_footer
{
	padding-top:8px;
}

.menu_tab
{
	text-align:center;
	width:940;
}
.menu_tab_td
{
	width:117.5px;
	height:32px;
	border:0px;
	border-right:2px solid #c6c8ca;
	border-collapse:collapse;
	vertical-align:middle;
}
.menu_tab_last_td
{
	width:117.5px;
	height:32px;
	border:0px;
	border-collapse:collapse;
	vertical-align:middle;
}
.bubble
{
	height:125px;
	padding-bottom:30px;
	padding-right:30px;
}
.last-bubble
{
	height:125px;
	padding-bottom:30px;
	padding-right:0px;
}
.faqs
{
	margin-left:0px;
}
.red
{
	color:#e81409;
	font-weight:bold;
}
