body {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	line-height: 170%;
	text-align: justify;
}

.heading1 {
	color: #0a4b6d;
	font-size : 14pt;
	font-weight : bold;
}

.heading2 {
	color: #000000;
	font-weight : bold;
}

.highlight {
	background-color: #E6E6E6;
}


#container {
	background-color: #FFFFFF;
	padding: 0px;
	width: 968px;
	margin: 0 auto;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 276px;
}

#headerphoto {
	margin: 0px;
	border: 0px;
}

#leftside {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 250px;
	float: left;
}

#leftside a {
	font-size: 12pt;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
}
#leftside a:link {
	color: #000000;
}
#leftside a:visited {
	color: #000000;
}

#menu {
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: tahoma, arial, verdana, sans-serif;
}
#menu td.menu_0 a {
	font-size: 11pt;
	font-weight: bold;
}
#menu td.menu_1 a {
	font-size: 11pt;
	font-weight: normal;
}
table.menu_0 {
	width: 250px;
}
td.menu_0 {
	background-image: url(img/menu_lvl1_bg.gif);
	background-repeat: repeat-x;
	height: 34px;
	padding-left: 5px;
}
table.menu_1 {
	width: 200px;
	margin-top: -5px;
}
td.menu_1 {
	background-image: url(img/menu_lvl2_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-left: 70px;
}

.search_box {
	background-image: url(img/search_box_bg.gif);
	background-repeat: repeat-x;
	background-color: #F8F8F8;
	font-size: 16px;
	height: 59px;
	margin-top: 30px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	background-color: #F8F8F8;
	color: #545353;
	margin-top: 15px;
	margin-left: 270px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 300px;
	height: auto !important /* for modern browsers */
	height: 300px; /* for IE */
}
#content li {
	margin-bottom: 5px;
}
#content a:link, a:visited {
	color: #0A4B6D;
}

#footer {
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	margin; 0px;
	padding: 0px;
	width: 968px;
	height: 46px;
	clear: both;
	text-align: center;
	line-height: 46px;
}
#footer a {
	font-size: 10pt;
}
#footer a:link, #footer a:visited {
	color: #0A4B6D;
}

#site_footer {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#site_footer a:link, #site_footer a:visited {
	color: #808080;
}

