
html, body {
height: 100%;
margin: 0px;
}

body 
{
background-image:
url("/images/background.gif");
margin: 0px;
}
.leftbody 
{
background-image:
url("/images/left_background.gif");
background-repeat: repeat-y;
}
.rightbody 
{
background-image:
url("/images/right_background.gif");
background-repeat: repeat-y;
}


.title {font-family: "MS Arial", sans-serif; font-size: 24px; font-weight: bold; color: #000000; margin-bottom: 10px; margin-top: 10px;}
.heading {font-family: "MS Arial", sans-serif; font-size: 16px; font-weight: bold;}
.whiteheading {font-family: "MS Arial", sans-serif; font-size: 19px; color: #FFFFFF;}
.contact {font-family: "MS Arial", sans-serif; font-size: 11px; font-weight: bold;}
.mainbody {font-family: "MS Arial", sans-serif; font-size: 14px;}
.whitemainbody {font-family: "MS Arial", sans-serif; font-size: 14px; color: #FFFFFF;}
.mainbodysmall {font-family: "MS Arial", sans-serif; font-size: 12px; color: #FFFFFF;}

.minibody {font-family: "MS Arial", sans-serif; font-size: 10px;}
.menufooter {font-family: "MS Arial", sans-serif; font-size: 10px; font-weight: bold;}
.copyright {font-family: "MS Arial", sans-serif; font-size: 14px; color: #FFFFFF; text-align: center;}



.menulink {
display: block;
margin: 0px;
padding: 0px;
vertical-align: middle;
font-family: "MS Arial", sans-serif;
font-size: 14px;
text-decoration : none;
font-weight: bold;
background-color: #41634A;
color: #CAB99B;
width: 135px;
height: 27px;
}
	a.menulink:hover {
	background-color: #CAB99B;
	color: #41634A;
	}
	a.menulink:active {
	background-color: #CAB99B;
	color: #41634A;
}

.menulink_active {
display: block;
margin: 0px;
padding: 0px;
vertical-align: middle;
font-family: "MS Arial", sans-serif;
font-size: 14px;
text-decoration : none;
font-weight: bold;
background-color: #CAB99B;
color: #41634A;
width: 135px;
height: 27px;
}
	a.menulink_active:hover {
	background-color: #CAB99B;
	color: #41634A;
	}
	a.menulink_active:active {
	background-color: #CAB99B;
	color: #41634A;
}


a.copyright {
	color: #FFFFFF;
	text-decoration : none;
}
	a.copyright:hover {
	text-decoration : underline;
	}
	a.copyright:active {
	text-decoration : none;
}
a.whitemainbody {
	color: #FFFFFF;
	text-decoration : none;
}
	a.whitemainbody:hover {
	text-decoration : underline;
	}
	a.whitemainbody:active {
	text-decoration : none;
}




.mainlink {
font-family: "MS Arial", sans-serif;
color : #41634A;
font-size: 14px;
text-decoration : underline;
font-weight: bold;
}
	a.mainlink:hover {
	color : #41634A;
	text-decoration : underline;
	}
	a.mainlink:active {
	color : #41634A;
	text-decoration : underline;
}

.hugelink {
font-family: "MS Arial", sans-serif;
color : #41634A;
font-size: 18px;
	text-decoration : underline;
}
	a.hugelink:hover {
	color : #41634A;
	text-decoration : underline;
	}
	a.hugelink:active {
	color : #41634A;
	text-decoration : underline;
}
