body
{
	background-color: #EDEDC1;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #4E5454;
	line-height: 1.3em;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
}

.bodytext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #4E5454;
	line-height: 1.3em;
}

h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #4E5454;
}



/* The info styles are for special content texts */

.infoheader
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 1.3em;
	color: #4E5454;
}

.boldtext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4E5454;
	line-height: 1.3em;
}

.redtext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.3em;
}

.servicestext
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #4E5454;
	line-height: 1.3em;
}


.img-right
{
    float:right;
    margin-top:0px;
    margin-right:0px;
    margin-left:10px;
    margin-bottom:0px;
} 

.textarea
{
	background-image:url(../images/shadeform.jpg);
	border: 1px solid;
	border-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	width:350px;
	padding: 3px;
}


/* The bodylinks style is mainly for the links that will appear in the content text */

a.bodylinks:link
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	color: #235A33;
	text-decoration: none;
}

a.bodylinks:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #235A33;
	text-decoration: none;
}

a.bodylinks:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #121212;
	text-decoration: underline;
}

a.bodylinks:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666600;
	text-decoration: underline;
}



/* The speciallinks style is for the larger links that will appear throughout the site */

a.navlinks:link
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EDEDC1;
	text-decoration: none;
}

a.navlinks:visited
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EDEDC1;
	text-decoration: none;
}

a.navlinks:hover
{
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

a.navlinks:active
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}



/* Everything below here is for the footer area */

.footertext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4E5454;
	line-height: 1;
}

a.footerlinks:link
{
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	line-height: 1;
}

a.footerlinks:visited
{
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	line-height: 1;
}
	
a.footerlinks:hover
{
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #121212;
	line-height: 1;
}
	
a.footerlinks:active
{
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
	line-height: 1;
}

