html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
	
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-color: #660000;
}

#page {
	width: 700px;
	position: relative;
	height: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../graphics/bar_content.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
		
#intro {
	padding-top: 10px;
	height: 200px;
	width: 700px;
	background: transparent url(../graphics/bar_top.gif) repeat-x;
	z-index: 1;
}	

#header {
	margin-right: auto;
	margin-left: 150px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image:url(../graphics/title.gif);
	background-repeat:no-repeat;
	background-position: top;
	background-position: center;
	position:absolute;
	z-index: 4;
	left: 1px;
	top: -2px;
	width: 550px;
	height: 19px;
}	

#title {
	height: 126px;
	width: 484px;
	float:left;
	margin-left:10px;
	margin-top: 55px;
	position: absolute;
	font-style: normal;
	font-size:x-large;
	color:#CCCCCC;
	left: 195px;
	top: -22px;
}	

#logo {
	position: absolute;
	width: 200px;
	height: 150px;
	background: transparent no-repeat;
	background-image:url(../graphics/houselogo.gif);
	margin-top: 0;
	margin-left: 0;
	float: left;
	z-index: 4;
	left: 2px;
}
	/*
#pageHeader {
	margin-top: 5px;
	position: absolute;
	left: 120px;
	top: -43px;
	width: 583px;
	height: 101px;
	background-color:#660000;
}*/

#maincontent {
	position: absolute;
	width: 510px;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
	left: 170px;
	top: 158px;
	background-color:#FFFFFF;
	height:auto;
}
	
#maincontent p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	vertical-align:top;
	}
	
#maincontent td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	vertical-align:top;
	text-align:center;
	border: none;
	}
	

#footer {
	position: relative;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: left;
	width: 400px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
} 

#copyright {
	position:relative;
	background-image: url(../graphics/copyright.gif);
	background-repeat:no-repeat;
	height: 80px;
	text-align:center;
	margin-left: 45px;
	width:100px;

}


	


h1 {
	font-size:24px;
	font-style: normal;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	margin-right:20px;
}

h2 {
	font-size:12px;
	line-height:15px;
	text-align:left;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	background-image: url(../graphics/bar_h2.jpg);
	background-repeat:no-repeat;
	
}

h3 {
	font-size:14px;
	padding-left: 5px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #FFCC99;
	background-image: url(../graphics/bar_h3.jpg);
}
	
h4 {
	font-size:9px;
	padding-left: 5px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #FFCC99;
	background-image: url(../graphics/bar_h3.jpg);
}

	


div.img
{
  height: 50px;
  width: 110px;
  float:left;
  text-align: center;
  margin-top:-5px;
  margin-bottom:5px;
  z-index: 1;
  height:10px;
}	

div.img img
{
  display: inline;
  }

div.img2
{
  height: auto;
  float:left;
  text-align: center;
  padding: 5px;
  display: inline;
 width: auto;
 margin:10px;
}	

div.desc
{
	float:left;
	text-align: center;
	margin-top:0px;
	margin-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 10px;
	font-weight:bold;
	padding-left: 5px; 
	display: inline;
	width: 90px;
	line-height: inherit;
	z-index: 15;
}

div.caption
{
	float:left;
	text-align: center;
	margin-top:0px;
	margin-left: 5px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 11px;
	padding-left: 5px; 
	display: inline;
	width: 90px;
	line-height: inherit;
	z-index: 15;
}

#linklist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 16px;
	font-weight:lighter;
	color:#993300;
	background: #CC9966;
	background-image:url(../graphics/bar_link.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left: 0px;
	padding-top:5px;
	position: absolute;
	left:0px;
	top:160px;
	width:170px;
	height:600px;
	z-index:3;
}

#linkList ul {
	margin-left: 15px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type:square;
	margin-top: 5px;
	}
#linkList li {
	margin-bottom: 10px;
	line-height: 130%;
	margin-right: 30px;
	
}

#linkList a:hover {
	color: #FFCC99;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	background-color:#660000;
}


a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	font-size: 9pt;
		font-weight: bold;

}

a:hover  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-decoration: underline;
	font-size: 9pt;
		font-weight: bold;

}

a:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	text-decoration:underline;
	font-size: 9pt;
		font-weight: bold;

}

a.top:link {
	color: #99CCCC;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.top:visited {
	color: #99CCCC;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.top:hover  {
	color: #CC9966;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
a.top:active {
	color: #99CCCC;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.light:link{
	color: #DEB887;
	margin: 5px;
}

a.light:visited {
	color:#DEB887;
	margin:5px;	
}

a.light:hover {
	color: #FF9900;
	margin:5px;
}

a.light:active {
	color: #DEB887;
	margin:5px;
}

a.web:link, a.web:visited {
color: #993300;
text-decoration: none;
font-size: 10px;
}

a.web:hover {
	color: #FF7F50;
	text-decoration: underline;
	font-size: 10px;
}

a.web:active {
	color: #993300;
	text-decoration: underline;
	font-size: 10px;
}


.clear {
clear:both;
}
