@charset "utf-8";
/* CSS Document */
body {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #577752;
	text-align: center;
}

/*Bodytext*/


.bodytext{
	font-family: arial;
	font-size: 13px;
    line-height: 110%;
	color: #333021;
}

.bodytext a{
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
	line-height: 110%;
	font-weight: normal;
	color: #577652;
}

.bodytext a:hover{
	text-decoration: underline;
	line-height: 110%;
	font-weight: normal;
	color: #2f452c;
	
}


/*Tan Text*/


.Tantext{
	font-family: arial;
	font-size: 13px;
    line-height: 120%;
	color: #faf4dd;
}

.Tantext a{
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
	line-height: 120%;
	font-weight: normal;
	color: #faf4dd;
}

.Tantext a:hover{
	text-decoration: underline;
	line-height: 120%;
	font-weight: normal;
	color: #faf4dd;
	
}






/*H1-Sub Headers*/


.h1{
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #333021;
}

.h2{
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.CalltoAction{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333021;
}


.navigation{
	font-family: arial;
	font-size: 15px;
	color: #f6f2e3;
}

.navigation a{
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #f6f2e3;
}

.navigation a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #dae9d9;
}


/*Footer Navigation-Text*/

.footertext{
	font-family: arial;
	font-size: 11px;
	line-height: 140%;
	color: #faf4dd;
}

.footertext a{
	font-family: arial;
	font-size: 11px;
	line-height: 140%;
	text-decoration: underline;
	font-weight: none;
	color: #faf4dd;
}

.footertext a:hover{
	text-decoration: underline;
	line-height: 140%;
	font-weight: none;
	color: #a5bda2;
}

/*Bullets-Borders*/

#li {
  list-style-image: url(http://76.12.63.211/images/bullet.gif);
}
