html {
	height: 100%
}
body {
	background-color:#8c1737;
	text-align: center; 
	margin-top:15px;
	height: 100%;
}
table.main {
margin-top:20px;
display:block; 
margin-left:auto; 
margin-right:auto; 
}
td.header {
	background-image: url(images/header.jpg);
	width: 818px;
	height: 98px;
	background-repeat: no-repeat;
}
.contactinfo {
float:right;
margin-top:6px;
margin-right:20px;
	font:normal 1.1em "Century Gothic", sans-serif;
	color: #FFFFFF;
	text-align:left;
	line-height:1em;
}
td.navigation {
	background-image: url(images/navigationbg.jpg);
	width: 818px;
	height: 25px;
	background-repeat: no-repeat;
}
td.contenttop {
	background-image: url(images/contentbg_top.jpg);
	background-repeat: repeat-y;
	background-position:top left;
	width: 818px;
	height: 16px;
	padding:0em;
	margin:0em 0em 0em 0px;
}
td.content {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	width: 818px;
	height: auto;
	padding:20px 50px 0px 50px;
}
td.content p{
	font:normal .8em "Century Gothic", sans-serif;
	color: #000000;
	margin:0em;
	padding:.4em 0em .8em 0em ;
}
td.content a{
	font-family:"Century Gothic", sans-serif;
	color: #000000;
	text-decoration:underline;
	margin:0em;
	padding:.4em 0em .8em 0em ;
}
td.content ul{
	font:normal .8em "Century Gothic", sans-serif;
	color: #000000;
	margin-top:0em;
	margin-bottom:0em;
}
.sidephoto {
margin:2px;
border:solid 1px #000;
float:left;}
.cellpadding {
padding:10px 20px 6px 0px;}
.paddingright {padding-right:20px;}
h3 {
	font-family: "Century Gothic", sans-serif;
color:#8c1737;
font-style:italic;
font-weight:bold;
margin:0em;
	padding:.5em 0em 0em 0em ;
}
h4 {
	font-family: "Century Gothic", sans-serif;
color:#8c1737;
font-style:italic;
font-weight:normal;
margin:0em;
text-align:center;
	padding:.5em 0em 0em 0em ;
}
h5 {
	font-family: "Century Gothic", sans-serif;
color:#FFF;
font-style:italic;
font-weight: normal;
margin:0em;
text-align:center;
	padding:.5em 0em 0em 0em ;
}
.lefttop {
text-align:center;
	font:normal .7em Arial, "Century Gothic", sans-serif;
	color: #000000;
	margin:.6em 0em 0em 0em;
	padding:.3em 0em .3em 0em ;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}
.subcopy {
text-align:left;
	font:bold .55em "Century Gothic", sans-serif;
	line-height:1.2em;
	font-style:italic;
	color: #8c1737;
	margin:0em;
	padding:1em 0em .6em 0em ;
}
.floatright {
float:right;
margin-left:10px;}
td.footer {
	background-image: url(images/footer.jpg);
	width: 818px;
	height: 76px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top:0px;
}
td.footer p {
	font:normal .8em "Century Gothic", sans-serif;
	color: #000000;
	margin:0em;
}
td.footer a {
	font-style:italic;
	text-decoration:underline;
	color: #000000;
}
td.footer a:hover {
	color: #8c1737;
}

.createdby {
font:normal .7em "Century Gothic", sans-serif;
color:#FFFFFF;
font-style: italic;
text-align:center;
}
.createdby a {color:#FFFFFF; text-decoration:underline;}
.createdby a {color:#d9bc77;}
/* Start CSS Drop Down Menu */
#menuh-container
	{
	}

#menuh
	{
	text-align: center;
	text-transform:uppercase;
	font:normal .9em "Century Gothic", sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-left: 8px;
	}
		
#menuh a
	{
	display:block;
	border: 1px solid #000;
	white-space:nowrap;
	margin:0;
	padding: 2px 0px 0px 0px;
	background-image:url(images/button.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:21px;
	}
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover,	#menuh a:active					/* menu on mouse-over  */
	{
	color: #000000;
	background-image:url(images/button_hover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
	}	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
.lastchild{
	border-right: none !important;
}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:133px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}
#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
