body {
	font:12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: Navy;
	padding:0px 0px;
	margin: 20px 40px 20px;
}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}

ul {
	margin-right:40px;
	}

#main {
	border:1px solid #000;
	clip: auto;
	background : White;
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

#main #menu {
	float: right;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 195px;
	margin: 0px 0px 10px 10px;
	clip: auto;
	background-color: #eeeeff;
}
		
#menu p {
	font-size:11px;
	margin:0px 10px 10px 10px;
	}

p,h1,h2,h3{
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-weight: bold;
	font-size:16px;
	padding-top:10px;
	}

h2 {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	padding-top:10px;
	}

.bold {
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}
#main #copy {
	clip: auto;
	border-top:1px solid #000;
	background : #eeeeff;
}
#copy p {
	text-align: center;
	font-size:9px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.underline {
	text-decoration: underline;
	}

.bu {
	font-weight: bold;
	text-decoration: underline;
	}

.smtxt {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

#main #head {
	float: none;
	border-bottom:1px solid #000;
	padding:10px;
	clip: auto;
	background : #eeeeff;
}

#main #text {
	float: none;
	margin : 40px;
}

.center {
	text-align: center;
}

.boxed {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: black;
	background: #FFFFCC;
	padding: 8px;
	border: solid #FC6 1px;
}

.boldblue {
	font-weight: bold;
	color: #0000FF;
}
