/* CSS Document */

/* site structure */
body {
	background-color: #b2def0;
	margin: auto;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
#content {
	width: 760px;
	height: auto;
	margin: auto;	
	text-align: left;	
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}
#footer {
	width: 740px;
	height: 100px;
	padding: 10px;
	clear: both;
}
#footer_img {
	width: 760px;
	height: 11px;
	margin: auto;
	clear:both;
	background-image:url(images/bottom_curve.gif);
	background-repeat:no-repeat;
}
#hdr_content {
	width: 760px;
	height: 11px;
	margin: auto;
	background-image:url(images/top_curve.gif);
	background-repeat:no-repeat;
}
#left_bar{
	width: 199px;
	margin-left: 8px;
	margin-top: 0px;
	float:left;
	vertical-align:top;
}
#left_pod{
	width: 190px;
	background-color: #cef1ff;
	height: 175px;
	margin-top: 8px;
	background-image:url(images/left_menu_gradient.gif);
	background-repeat:no-repeat;
	background-position:top;

	}
	#left_pod_title{
	width: 185px;
	height: 33px;
	line-height: 33px;
	font-size:13px;
	text-transform:capitalize;
	color:#333333;
	padding-left: 5px;
	font-weight: bold;
	}
#logo {
	width: 153px;
	margin-left: 8px;
	height: 115px;
	float:left;
}
#main_content{
	width: 545px;
	vertical-align: middle;
	float: right;
	margin-right: 8px;
}
#main_image{
	margin-top: 8px;
	width: 545px;
	height: 135px;
}
#main_content_text{
	width: 535px;
	vertical-align: top;
	padding: 5px;
}
#main_title{
	width: 593px;
	height: 115px;
	vertical-align: middle;
	float: right;
}
#menu_curve {
background-image:url(images/menu_curve.gif);
width: 199px;
height: 9px;
}
#navigation{
	width: 744px;
	margin: auto;
	clear:both;
}
#nav_gradient{
	background-image:url(images/nav_gradient.gif);
	height: 29px;
	clear: both;
}
#title_bar{
	width: 545px;
	height: 33px;
	background-image:url(images/title_gradient.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	margin-top: 8px;
	vertical-align: middle;
	line-height: 33px;
	font-size:13px;
	text-transform:capitalize;
	color:#333333;
	font-weight: bold;
}