/* CSS Document */
body { 
	background-color: #000000; 
	background-image: url(../images/damask1.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px; margin-bottom: 0px;
	}
a { color: #006699; font-weight: normal; text-decoration: none; }
a:visited { color: #006699; font-weight: normal; text-decoration: none; }
a:hover { color: #006699; font-weight: normal; text-decoration: underline; }
a:active { color: #006699; font-weight: normal; text-decoration: none;}

ul { 
	font-size: 12px;
	line-height: 16px; 
	}
	
form {
	margin-left: 30px;
	margin-right: 20px;
	}

#container {
	width: 800px;
	margin: auto;
	background-image: url(../images/paper2.gif);
	background-repeat: no-repeat;
	}
#header {
	width: auto;
	margin: auto;
	}
	
#shadow {
	margin-left: 75px; margin-right: 75px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat;
	min-height: 1100px;
	}
#body {
	margin-left: 5px;
	margin-right: 5px;
	width: 440px;
	background-image: url(../images/paperbg2.jpg);
	float: left;
	}
#navbox {
	margin-top: 0px;
	margin-right: 8px;
	background-image: url(../images/paperbg2.gif);
	width: 183px;
	height: 100%;
	float: right;
	}
#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer-container {
	height: 62px;
	background: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	width: 800px;
	margin: 0;
	position: relative;
	padding-top: 15px;
}

p.body {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 20px;
	}
	
p.title {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 20px;
	line-height: 20px;
	border-bottom: solid 1px #669999;
	font-size: 14px;
	font-weight: bold;
	}
	
p.title2 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 20px;
	line-height: 20px;
	border-bottom: solid 1px #669999;
	font-size: 16px;
	font-weight: bold;
	}
p.blurb {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 20px;	
	font-size: 12px;
	}
	
p.nav {
	line-height: 25px;
	padding-top: 30px;
	}	
p.res {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 16px;
	}	
	
p.footer {
	margin-top: 15px;
	letter-spacing: 5px;	
	text-align: center;
	}
	
table.port	{
	margin-left: 30px;
	margin-right: 20px;
	}