<!--
body {
	background-image: url("../images/bg.jpg");
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
#searchButton{
	/* The button of the search bar */
	width: 30px;
	height: 30px;
	background-image: url("../images/search_button.jpg");
	border: 0px;
}
.topLink{
	color: #333;
	display: inline-block;
	text-decoration: none;
	width: 63px;
	height: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

.topLink:hover{
	color: #fff;
}

#topLink1{
	border-bottom: 3px solid #7e7e7e;
}

#topLink2{
	border-bottom: 3px solid #017d7f;
}

#topLink3{
	border-bottom: 3px solid #000;
}

#topLink1:hover{
	background-color: #7e7e7e;
}

#topLink2:hover{
	background-color: #017d7f;
}

#topLink3:hover{
	background-color: #000;
}
#headingBg{
	background-image: url("../images/heading_bg.jpg");
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
}

#headingBg .buttons{
	float: right;
	margin-top: 9px;
	margin-right: 5px;
}

.heading1, .heading2{
	/* Heading for the main body content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	text-align: left;
}

.heading1{
	color: #000;
}

.heading2{
	color: #066;
}
.body{
	/* The main body content */
	padding-right: 15px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: left;
}

.body p{
	margin-bottom: 12px;
}

.body .spacer{
	display: block;
}

.body a{
	/* Applies only to the links inside of the body content */
	color: #066;
	text-decoration: none
}

.body .heading2{
	font-style: italic;
}

.body a:hover{
	text-decoration: underline;
}

a img{
	/* Applies to images that are links */
	border: 0px;
}
.heading21 {	/* Heading for the main body content */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	text-align: left;
}
.submenu_1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	list-style-type: none;

}
.submenu_1 a:hover{
	text-decoration: underline;
}

.submenu_1 a{
	/* Applies only to the links inside of the submenu_1 */
	color: #000;
	text-decoration: none
}

.submenu_2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #13776D;

}
.submenu_2 a{
	/* Applies only to the links inside of the submenu_2 */
	color: #066;
	text-decoration: none
}
.submenu_2 a:hover{
	text-decoration: underline;
}

.acrobat {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin dashed #CCCCCC;
}
.bullet {color: #cccccc}
-->
