html, body {
height: 100%;
}

body
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0 0 0 0;
	background-color:#696969;
	padding: 0;	
	
}

img
{
	border:0px;
}


#wrapper 
{
	width: 100%;
	margin: 0 auto;
	border:0px solid;
	height: 100%;
    margin-bottom: -24px;
    position: relative;
}
#content 
{
	width: 100%;
	margin: 0 auto;

}
#banner
{
	background-color:#e6e6fa;
	border:0px solid;
	height:24px;
}
#page
{
	width:900px;
	border:0px solid;
	text-align:center;
	padding-top:40px;
	color:#e6e6fa;
	margin:auto;min-height:500px !important;
	
}

/* heading 1 */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	letter-spacing:5px;
}

/* image titles */

.imagetitles {  
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:bold;
				color:#e6e6fa;
				text-transform:uppercase;
}
				
	

/* --- top navigation */
#navcontainer {
	margin: 0 0 0 0;
	padding-top:4px;
	padding-bottom:2px;
	padding-right:7px;
	float: right;
}

#navcontainer ul {
	margin: 0 0 0 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer li {
	display: inline;
	margin: 0 3px;
}

#navcontainer li a {
	padding:4px;
	color:#696969;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	
}


#navcontainer li a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Style for table of home images */
table.homeimages{
   text-align: center;
   border-collapse: collapse;
   width:900px;
}

/* Style for table cells that contain home images */
td.homeimages{ padding-left:20px;
				padding-right:20px;
}
.bodytext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#e6e6fa;

}

#footer
{
	background-color:#e6e6fa;
	border:0px solid;
	height:24px;
	margin-bottom:0;
	position: relative;
	
}
.clearfooter {
height: 24px;
clear: both;
}
.wfont a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.wfont a:hover
{
	text-decoration:underline;
}




.border
{
	border:0px solid;
}


.maincontent {
	width:900px;
	margin:auto;
	text-align:justify;
}

.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e6e6fa;
	text-align:justify;
}
