
@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}	



/* MENU MAIN LINKS */
#main a:link {
	color: #a08028;
	text-decoration: bold;
}
#main a:visited {
	color: #a08028;
	text-decoration: bold;
}
#main a:hover {
	color: #a08028;
	text-decoration: underline;
}
#main a:active {
	color: #a08028;
	text-decoration: bold;
}


/* MENU SUB LINKS */
a:link {
	color: #204862;
	text-decoration: none;
}
a:visited {
	color: #204862;
	text-decoration: none;
}
a:hover {
	color: #38ABD7;
	text-decoration: underline;
}
a:active {
	color: #204862;
	text-decoration: none;
}





/* Menu Home, About Us, Contact Us */
.glossymenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 192px;
border: 0px solid #25689c;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font:  12px "arial", "tahoma";
color: #204862;
display: block;
width: auto;
padding: 1px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 182px;
}

.glossymenu li a:visited, .glossymenu li a:active {
color: black;
}
.glossymenu li a:hover {
background-image: url(../images/glossybackmain2.gif);
}


/* MISC HOME */
.style22 {color: #a08028}
.style23 {
	color: #204862;
	font-weight: bold;
}
.style24 {
	font-size: 10px;
	color: #999999;
}
.style25 {
	font-size: 18px;
	color: #FFFFFF;
}
.style26 {
	color: #ede2a9;
	font-weight: bold;
}
.style27 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style29 {font-size: 14px}
.style30 {
	color: #FFFFFF;
	font-weight: bold;
}

/* MISC SUBSEQUENT */
.style31 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.style32 {color: #ede2a9}
.style33 {font-size: 20px}
.style34 {
	font-size: 20px;
	color: #347fae;
}
.style35 {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}
.style36 {
	color: #FF0000;
	font-weight: bold;
}
