body {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto 0px auto;
	width: 794px;
}

div.content {
	float: left;
	margin: 35px 0px 0px 20px;
	padding: 0px 0px 0px 25px;
	height: 420px;
	width: 670px;
	height: inherit;
}

div.content a{
	color: black;
	text-decoration: underline;
}

div.content a:hover{
	color: black;
	text-decoration: none;
}

div.contentbg {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/content_bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	float: left;
	width: 778px;
}

div.footer {
	background-color: rgb(41, 140, 189);
	background-position: bottom center;
	color: rgb(255, 255, 255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 778px;
}

div.header {
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 778px;
}

div.width {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
	width: 778px;
}

h2 {
	color: rgb(51, 51, 51);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: rgb(51, 51, 51);
	font-size: 18px;
	font-weight: normal;
}

p, td {
	color: rgb(51, 51, 51);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#bulletmain {
	color: rgb(9, 158, 225);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	list-style-image: url(../images/bullet.jpg);
}

ul#content li {
	list-style-image: url(../images/square_bullet.jpg);
}

/*horizontal menu*/
.anylinkcss{
	background-color: rgb(255, 255, 255);
	border: 0px none;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	position: absolute;
	visibility: hidden;
	width: 100%;
	z-index: 200;
	top: 200px;
}

.anylinkcss a{
	border-bottom: 1px dotted rgb(204, 204, 204);
	color: rgb(0, 0, 0);
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 7px;
	width: 95%;
}

.anylinkcss a:hover{
	background-color: rgb(255, 255, 255);
	color: rgb(9, 158, 225);
	font: bold 12px Arial, Helvetica, sans-serif;
}

.heading{
	color: rgb(9, 158, 225);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	list-style-image: url(../images/bullet.jpg);
}

.menulink {
	color: rgb(0, 0, 0);
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menulink a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}

.menulink a:hover{
	color: rgb(9, 158, 225);
	text-decoration: none;
}
