body{
	font-family: arial;
}

td#menu{
	background-image: url("../images/strip-repeat.jpg");
	background-repeat: repeat-x;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	padding-top: 20px;
	word-spacing: 3px;
	
}

td#content{
	font-size: .9em;
	padding-bottom: 30px;
}
img#title{
	float: left;
	margin: 5px;
}

img#title{
	float: right;
	margin: 8px;
	border: 1px solid black;
}
td#menu a{
	color: black;
	text-decoration: none;
}

td#menu a:hover{
	color: #FF9933;
	text-decoration: underline;
	
}
td#leftOfMenu{
	width: 50px;
}
td#rightOfMenu{
	width: 3px;
}
tr#repeat-top{
	background-image: url("../images/repeat-top.jpg");
	background-repeat: repeat-x;
}

tr#repeat-bottom{
	background-image: url("../images/strip-repeat.jpg");
	background-repeat: repeat-x;
}

table#container{
	border: 1px solid black;
	background-color: #F1F1F1;
}

p{
	text-indent: 30px;
	clear: left;
	margin: 15px 30px;
}

h2{
	background-image: url(../images/arrow-shaft.jpg);
	background-repeat: repeat-x;
	font-size: 12pt;
	padding: 3px;
	margin-top: 20px;
}

a.port:link{
	text-decoration: none;	
}
a.port:visited{
	text-decoration: underline;
	color: #888888;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 1px 3px;
}
a.port:hover{
	color: black;
	text-decoration: underline;
}

li{
	margin-left: 30px;
}

form{
	margin-left: 40px;
}