.navbg{ background: rgb(18,39,29); }
.headerbg{ background: rgb(255,255,255); }
.whitetext{ 
color: rgb(255,255,255);
font-weight:500;
font-size: large;
font-family:Arial;
}
.whitetext a:visited {
color: rgb(255,255,255);
}
.whitetext a:link {
color: rgb(255,255,255);
	}
.whitetextslash{
color: rgb(255,255,255);
font-size: 72px;
background: rgb(18,39,29);
}
.whitetext a:link {
	text-decoration: none;
}
.whitetext a:visited {
	text-decoration: none;
}
.whitetext a:hover {
	text-decoration: none;
}
.whitetext a:active {
	text-decoration: none;
}
.whitetextbox {
	background: rgb(18,39,29);
}
.mainbgtable {
width:90%;
}
.mainbg2 {
background: rgb(18,39,29);
color: rgb(193,200,158);
font-weight:bold;
font-family:Arial;
}
.mainbg2topleft {
background-image:url(images/corner_top_left.gif);
background-repeat:no-repeat;
width:38px;
height:38px;
}
.mainbg2topright {
background-image:url(images/corner_top_right.gif);
background-repeat:no-repeat;
width:38px;
height:38px;
}
.mainbg2bottomleft {
background-image:url(images/corner_bottom_left.gif);
background-repeat:no-repeat;
width:38px;
height:38px;
}
.mainbg2bottomright {
background-image:url(images/corner_bottom_right.gif);
background-repeat:no-repeat;
width:38px;
height:38px;
}
.subheading {
font-size:22px;
font-weight:bolder;
color: rgb(255,240,245);
}
.subheading a:visited {
	color: rgb(255,240,245);
}
.subheading a:link {
	color: rgb(255,240,245);
}
.subheading a:hover {
	text-decoration: underline;
}
body
{
	background: rgb(219,228,166);
	 padding: 0px 0 0 0;
	 margin: 0;
	background-attachment: fixed;
	color: rgb(219,228,166);
	font-weight: 300;
}

.border{
 border-width: 3px;
 border-style: solid;
 border-color: rgb(255,255,255);
}

/*Menu Code*/
#menu {
	text-align: center ;
}
#menu ul {
	margin: 0 ;
	padding: 0px ;
	list-style: none ;
}

#menu li {
	margin: 0 ;
	padding: 8px ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}

#menu li a {
	color:rgb(0,0,0);
	font-weight:bold;
	background:url(images/buttons/button2.gif) no-repeat right top;
	border: 0px;
	text-decoration: none ;
	display: block ;
	width: 190px;
	height: 50px;
	align: center;
    vertical-align: middle;
	padding-top: 15px;
}
#menu li a:hover {
background:url(images/buttons/button1.gif) no-repeat right top;
}
#menu li.chosen a {
color:rgb(0,0,0);
font-weight:bold;
background:url(images/buttons/button3.gif) no-repeat right top;
}
#menu li.chosen a:hover {
color:rgb(0,0,0);
font-weight:bold;
background:url(images/buttons/button3.gif) no-repeat right top;
}
.homepage_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
/*Footer Text*/
.footer {
	color: rgb(37,37,37);
	font-size: large;
}
.footer a:link{
	color: rgb(37,37,37);
	font-size: large;
}
a:link {
	color: rgb(219,228,166);
	
}
.largewhite {
	color:#FFF;
	font-size:36px
}