/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
}

a{
	text-decoration: none;
}

a:link{
	color: #400000;
	text-decoration: none;
}

a:visited{
	color: #400000;
	text-decoration: none;
}

a:hover{
	color: #400000;
	text-decoration: underline;
}

h1{
	font-family: "Gill Sans Ultra Bold", Verdana, Arial, sans-serif;
	font-size: 200%;
	color: #13391F;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 150%;
	color: #623100;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 120%;
	color: #623100;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#masthead img {
	padding: 5px;
	float: left;
	}
#centrecontent {
	float: left;
	width: 52%;
	padding-top: 10px;
	padding-bottom: 5px;
}
#rightcontent {
	float:right;
	width: 20%;
	background-color: #D8EFCF;
	border-top: thin #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	font-size: 80%;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 1%;
	padding-left: 1%;
}

#leftcontent {
	float: left;
	width: 20%;
	background-color: #D8EFCF;
	border-top: thin #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	font-size: 80%;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 1%;
	padding-left: 1%;
}

#advertbox {
	width: 90%;
	padding: 10px 5px 5px 10px;
	background-color: #FFFFCC;
	border: thin solid #FF0000;
	position: relative;
	font-size: 95%;
	text-align: center;
}

#map {
	text-align: center;
}
#map img {
	width: 650px;
	border: thin solid #FF0000;
	text-align: center;
	height: 500px;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding-left: 10px;
	background-color: #CCCCCC;
	margin-top: 2px;
}
/************** . styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature img{
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.smallertext {

	font-size: 75%;
}

.navlinks {
	color: #999999;
	font-size: 90%;
}
.centredtext {
	text-align: center;
}
#navbar {
	color: #999999;
	font-size: 90%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
