div#container {
	font-family : Arial, sans-serif;
	font-size : small;
	margin : 0px auto;
	width : 746px;
	min-width : 746px;

}

div#header {
	text-align: right;
	border-bottom : 2px solid #0000ff;
}

div#content {
	margin : 5px;
	margin-left : 109px;
	padding : 0 10px;
	border-left : 2px solid #0000ff;
}

div#content h1 {
	font-weight : bold;
	font-size : 14pt;
}

div#content img {
	border : 0;
}

div#nav {	
	padding : 0 5px;
	width : 90px;
	float : left;
	margin : 10px 0;

}

div#nav ul {
	padding : 0;
	margin : 0 10px;
}

div#nav li {
	list-style : square;
	margin-bottom : 10px;
}

div#nav li a {
	text-decoration : none;
	color : #0000ff;
}

div#nav li a:hover {
	text-decoration : /images/laser.jpeg;
}

div#footer {
	padding : 0 5px;
	height : 20px;
	font-weight : bold;
	clear : both;
	background-color : #0000ff;
	color : #ffffff;
}

div#footer p {
	margin : 0;
	display : inline;
}

p#copyright {
	text-align : left;
}

ul#bottomlinks {
	display : inline;
}

ul#bottomlinks li {
	display : inline;
}

ul#bottomlinks a {
	text-decoration : none;
	color : #ffffff;
}

ul#bottomlinks a:hover {
	text-decoration : underline;
}

form fieldset legend{
	font-weight : bold;
	color : #525252;
}

form fieldset {
	border : 2px solid #525252;
	margin : 5px 0;
	background-color : #fffffff;	
}

form label {
	display : block;
}

form label span {
	display : block;
	float : left;
	width : 20%;
}
