/* CSS Document */

body
{
	background-color : #FFFFFF;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-top: 0px;
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom : 0px;
}

/* Home page */

.homebg
{
background-color: #CFE7CF;
text-align:center;
}

.spa
{
background-color: #4B341B;
text-align:center;
}

.skin
{
text-align:center;
background-color: #568156;
}

.news
{
text-align:center;
font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	width:400px;
}

/* rest of site */

.mainTable
{
	height: 100%;
}

.navigationCell
{
	width: 220px;
	background-color: #4B341B;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/navWave.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
	height : 610px;
}

.navigationCell ul
{
	list-style: none;
}

.navigationCell li
{
	line-height: 180%;
}

.navigationCell a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.navigationCell a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.navigationCell a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.bannerCell
{
	background-color: #CFE7CF;
	text-align: left;
	vertical-align: bottom;
}

.contentCell
{
	padding-left: 45px;
	padding-top: 40px;
	color: #4B341B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
	width: 350px;
}

.underNav
{
	height: 150px;
}

.photoCell
{
	width: 200px;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 5px;
	text-align: left;
}

.photoCell img
{
	margin-bottom: 5px;
}

.footerCell
{
	background-color: CFE7CF;
	height: 35px;
	text-align: left;
	line-height: 35px;
	padding-left: 260px;
	color: #4B341B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}

.footerCell a:link
{
	color: #4B341B;
	text-decoration: none;
}

.footerCell a:visited
{
	color: #4B341B;
	text-decoration: none;
}

.footerCell a:hover
{
	color: #4B341B;
	text-decoration: underline;
}
.footersub
{
	
	color: #4B341B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
}
.fix
{
	vertical-align : top;
	text-align : left;
}

hr
{
	background-color : #4B341B;
	height : 1px;
}

h1
{
	font-size : 120%;
	font-weight : bold;
}

h2
{
	font-weight : bold;
	color : #568156;
	font-size : 100%;
	margin-bottom : -15px;
}

.form td
{
color: #4B341B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	height:30px;
}
