html, body, form, input, select, fieldset, ul, a, p, h1, h2, td, li, table, img {
  margin: 0;
  padding: 0;
  border: 0;
/*  font-family: Georgia, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;*/
}

html {
	height:100%;
}
body {
	background-color:#e9e9e9;
	text-align:center;
	color:#201f1d;
	height:100%;
}


div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:186px; 
	height:362px; 
	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:186px; 
	height:356px; 
	clip:rect(0px, 186px, 362px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; 
	visibility:hidden;
	left:0px;
	top:0px; 
	z-index:1; 
	}

div#MainWrapperPage {
 	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url(assets/design/grey_bg.jpg);
	background-repeat:repeat-y;
	height:100%;
}

div#MastHead {
	width:800px;
	height:115px;
	background-image:url(assets/design/mast_head.jpg);
}




.PageBody {
	width:800px;
	background-color:#FFFFFF;
	overflow:hidden;
}


/****************************************
  HOME PAGE STYLES
 ****************************************/
.PageBody .SideBar {
	width:150px;
	height:436px;
	float:left;
}

.PageBody .Main {
	width:636px;
	height:436px;
	float:left;
}

.PageBody .Main .TextPannel {
	width:184px;
	height:434px;
	float:right;
	background-image:url(assets/design/txt_bg.png);
	border:solid 1px #000000;
}

p {
/*	font-family:arial,helvetica,sans-serif;
	font-size:12px;*/
	line-height:17px;
	color:#201f1d;
	text-align:justify;
	margin:0px 10px 0 10px;
	padding-bottom:6px;
}

h1 {
	font-family:Georgia, Arial, sans-serif;
	font-size:30px;
	font-weight: normal;
	font-style: normal;
	line-height:16px;
	color:#646464;
	text-align:center;
	margin:10px 0 4px 0;
}


.PageBody .RightCol {
	width:14px;
	height:436px;
	float:left;
}


div#SlideShowContent {
	width: 636px;
	height: 436px;
}





#Footer{
	width:800px;
	height:54px;
	background-image:url(assets/design/footer.jpg);
	font-family:Georgia;
	font-size:10px;
	color:#323232;
	text-align:right;
}





form, select, input {
	display:inline;
}
