html {
    height: 100%;
}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    color: black;
    margin: 0;
    padding: 0;
	background-color: #e8e8e8;
    color: black;
    height: 100%;
}

img {
    border: 0;
}

#container {
	width: 536px;
	height: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-color: #fff;
	color: black;    
}

#topstrip { 
    background-color: white;
    height: 95px;
    color: black;
}

#topstrip h1 {
    text-align: right;
	margin-right: 15;
    color: #bbb;
}

#toptitle {
    background: white url("images/rounded-rect-header.png");
    background-position: top center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    line-height: 95px;
}

#tagline {
    text-align: center;
    font-size: 12pt;
}

#redtext {
    color: red;
}

#heading {
    font-size: 12pt;
    font-weight: bold;
    background-color: #a22;
    border:1px solid black;
}

#maincontent {
/*    width: 65%;*/
    font-size: 12pt;
    margin: 5pt;
}

h3.fn,span.fn { 
    margin-left: 1cm; 
    text-indent: -1cm; 
}

a:link {
    color: #f00;
    text-decoration: underline
}
a:visited {
    color: #d00;
    text-decoration: inderline
}

#footer {
    text-align: center;
    font-size: 70%;
}

	/*  Horizontal nav -- credit to alistapart.com */

#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	background: #a22;
	width: 111px;
	height: 1.5em;
	/*border-top: 1px solid black;*/
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
}

#menu ul li a  {
	font-size: 9pt;   
} 

#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
}

#menu ul li a:hover {
	color: #000;
	background: #ccc;
}

#menu a:active	{
	background: #c60;
	color: #fff;
}

#menu ul li#disabled a	{
	background: #888;
}

#menu ul li#end a	{
	background: #888;
	width: 114px;
	border-right: 1px solid black;
}
