body
{
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:75%;
	background:#f1f2f4;
	float:left;
	width:100%;
	border-top:3px solid #17bee7; 
}
#wrapper
{
	float:left;
	width:100%;
	min-width:780px;
}
.clear
{
	clear:both;
}
#logo
{
	float:left;
	width:97%;
	padding:15px 1% 20px 2%;
	background:url(./images/logo_bg.gif) repeat-x left top;
	/* font-size:90%;  */
	font-size: 125%;
	
}
#banner
{
	float:left;
	width:100%;
	background:#19a9cd;
}
#content
{
	float:left;
	width:98.05%;
	padding:10px 1% 10px 1%;
	margin:0 0 30px 0;
	background:url(./images/cnt_bg.gif) repeat-x left top;
}
#left_cnt
{
	float:left;
	background:#FFFFFF;
	width:72.2%;
}
.left_corner,
.left_corner_btm
{
	float:left;
	background:url(./images/white_left_top_corner.gif) no-repeat left top;
	width:15px;
	height:18px;
}
.left_corner_btm
{
	background:url(./images/white_left_btm_corner.gif) no-repeat left top;
}
.rgt_corner,
.rgt_corner_btm
{
	float:right;
	background:url(./images/white_rgt_top_corner.gif) no-repeat left top;
	width:15px;
	height:18px;
}
.rgt_corner_btm
{
	float:right;
	background:url(./images/white_rgt_btm_corner.gif) no-repeat left top;
	width:15px;
	height:18px;
}
.inner_cnt
{
	float:left;
	width:97.5%;
	padding:0 0 0 1%;
}
.inner_cnt h1
{
	float:left;
	/* font-size:110%;  */
	font-size:125%;
	width:100%;
	color:#2d2d2d;
	margin:0 0 20px 5px;
}
.inner_cnt h2
{
	float:left;
	font-size:100%;
	width:auto;
	color:#ffffff;
	text-decoration:underline;
	background:#4bc3eb url(./images/header_bg.gif) no-repeat right top;
	margin:0 0 10px 0;
	padding:6px 50px 7px 5px;
}
.inner_cnt p
{
	float:left;
	font-size:100%;
	width:100%;
	line-height:170%;
	padding:0 0 0 5px;
	color:#2d2d2d;
	margin:0 0 10px 0;
}
#rgt_cnt
{
	float:right;
	width:27.5%;
	background:#a8eaff;
}
.blue_left_corner,
.blue_left_corner_btm
{
	float:left;
	background:url(./images/blue_left_top_corner.gif) no-repeat left top;
	width:15px;
	height:18px;
}
.blue_left_corner_btm
{
	background:url(./images/blue_left_btm_corner.gif) no-repeat left bottom;
}
.blue_rgt_corner,
.blue_rgt_corner_btm
{
	float:right;
	background:url(./images/blue_rgt_top_corner.gif) no-repeat left top;
	width:15px;
	height:18px;
}
.blue_rgt_corner_btm
{
	background:url(./images/blue_rgt_btm_corner.gif) no-repeat left bottom;
}
.blue_inner_cnt
{
	float:left;
	width:97.5%;
	padding:0px 0 0 3%;
	background:#a8eaff url(./images/rgt_bg.gif) no-repeat right top;
}
#rgt_cnt ul
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
#rgt_cnt ul li
{
	padding:6px 0 6px 0;
	float:left;
	clear:both;
	width:91%;
	background:url(./images/li_bg.gif) repeat-x 15px 13px;
}
#rgt_cnt ul li a,
#rgt_cnt ul li a:link,
#rgt_cnt ul li a:active,
#rgt_cnt ul li a:visited
{
	color:#2d2d2d;
	font-size:90%;
	width:auto;
	float:left;
	font-weight:bold;
	text-decoration:none;
	background-color:#a8eaff;
}
#rgt_cnt ul li a:hover
{
	color:#19a9cd;
}
