  /********** GENERAL **********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 5px 0px;
	background-color: #E2E2AF;
	padding: 0px;
	text-align: center;
	background-image: url(body_bg1.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#all {
	width: 780px;
	border: 8px solid #3C7553;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(header_1_bg_all.gif);
}

#inv1 {
	display: none;
}

a {
	color: #006699;
}
a:hover {
	color: #993300;
}
a:visited {
	color: #999999;
}

/********** HEADER **********/

#Header {
	text-align: left;
}

#HeadPic {
	background-image: url(header_1_pics.jpg);
	height: 155px;
	width: 780px;
}
#MainContent {
	clear: both;
}

/********** STRAPLINES **********/

.sub1 {
	text-align: center;
	border-top: 0px solid #CA2127;
	border-right: 0px solid #CA2127;
	border-bottom: 0px solid #CA2127;
	border-left: 0px solid #CA2127;
	clear: both;
	background-image: url(header_1_logo.gif);
	height: 69px;
	padding-right: 10px;
	padding-left: 310px;
	vertical-align: middle;
}
.sub1 h1 {
	font-size: 110%;
	color: #999933;
	margin: 0px;
	padding: 12px 2px 2px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.sub2 {
	color: #F2F2E5;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #A8936C;
	border-right: 0px solid #663300;
	border-bottom: 1px solid #A8936C;
	border-left: 0px solid #663300;
	background-color: #569441;
	letter-spacing: 2px;
	clear: both;
}

/********** MENU with bullets **********/

#SideMenu {
	float: left;
	width: 170px;
	padding-top: 20px;
}

#SideNav {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#SideNav ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C7553;
	width: 160px;
}
#SideNav li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C7553;
}

#SideNav a {
	color: #EBEBC5;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px;
}
#SideNav a:hover {
	color: #FFFFFF;
}
#SideText {
	font-size: 80%;
	margin: 30px 9px 19px;
	text-align: center;
}
#SideText p {
	margin: 5px;
}

/********** PAGE TEXT **********/


#content {
	margin-left: 170px;
	background-color: #FFFFFF;
	width: 602px;
}

#feature {
	padding: 6px 20px 20px;
}
#feature p {
	margin: 8px;
}

#PHeadPic {
	padding: 9px;
}
#PHeadSub {
	color: #999966;
	text-align: center;
	float: right;
	padding-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 260px;
}
#PHeadSub p{
	margin-top: 8px;
	margin-bottom: 8px;
}

#PageText {
	clear: both;
}

.TextCent {
	clear: both;
	text-align: center;
}
.TextRgt {
	clear: both;
	text-align: right;
}
.TextSmall {
	font-size: 80%;
}

.DesComment {
	color: #CC0099;
	font-weight: bold;
}


/********** IMAGES **********/


.pic {
	border: 1px solid #000000;
}

.PicsRgt {
	text-align: center;
	margin: 8px;
	float: right;
	border: 0px solid #000000;
	width: 220px;
}
.PicsLft {
	text-align: center;
	clear: both;
	margin: 8px;
	float: left;
}


/********** FOOTER **********/

#FootNav {
	text-align: center;
	margin: 0px 0px 0px 170px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C7553;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C7553;
}

#footer {
	clear: both;
}
#footCont {
	font-size: 86%;
	text-align: center;
	padding: 3px;
	margin-left: 170px;
}

#f-head {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

#footC1C2 {
}
.footC1 {
	width: 150px;
	float: left;
}

#footC3 {
}

#credits {
	background-color: #F7F7F2;
	padding: 3px;
	text-align: center;
	font-size: 80%;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686602;
	margin-left: 170px;
}


/********** OTHER **********/

form table {
	border: 1px solid #999999;
	background-color: #F7F7F2;
}
