/* CSS Document */

html {
        /* CSS VALIDATION FAULT */
        /* CSS validation fails on the following, Mozilla hack to show scroll bars */
        /*   If you don't know why this is here, you shouldn't be reading this */
        overflow: -moz-scrollbars-vertical;
        height: 100%;
}
body {
	text-align:center;
	margin-top:5px;
	padding:0px;
	background-color:#8F9185;
}
#content {
	margin: 0px auto;
	margin-top: 0px;
	text-align:left;
	background-color: #FFF;
	width: 750px;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	background-color:#333333;
	height: 202px;
	width: 750px;
	margin: 0;
	padding: 0;
}
#nav {
	float: left;
	width: 194px;
	padding: 10px 0 10px 0;
	margin:0;
}
#plinks {
	text-align: right;
	padding-right: 10px;
	line-height: 17px;
}
#text {
	background-color:#FFFFFF;
	margin: 0;
	padding: 5px 10px 10px 10px;
	width: 527px;
	font-size: 12px;
	line-height: 24px;
}
#footer {
	position: relative;
	background-color:#FFFFFF;
	margin: 5px 0px 0px 213px;
	text-align:left;
	padding:5px 5px 5px 5px;
	width: 519px;
	font-weight: bold;
}
#line {margin-top: 10px;}
	
/*text properties*/
h1 {
	color:#790000;
	font-size:24px;
	font-weight: bold;
}
p {
	font-size: 12px;
}
a {
	color: #790000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type:none;
	margin-left:0px;
}
li {list-style-type:none; line-height: 16px;}
.outline a {
	color: #000000;
}