body{
	margin: 5;
	padding: 5;
	color : black;
	background-color: white;
	/*background-image : url(/assets/images/bg2.gif);
	background-attachment : scroll;
	background-repeat : repeat-y;*/
}
#top{
	font-family: "Times New Roman", serif;
	line-height: 100%;
	font-size: 21px;
}
#top img{
	width: 300px;
	height: 200px;
	padding: 2;
	float: left;
	border: none;
}
#top object{
	float: right;
	background-color: transparent;

}

#nav a{
	color : white;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 20px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	border: 1px black solid;
	background-color: #003366;
}
#nav a.in{
	background-color: #6699CC;
}
#nav a:hover{
	background-color: #225588;
}

#main{
	padding: 12;
	white-space: normal;
}
#main em{
	color: blue;
	font-weight: bold;
	font-style: oblique;
}
#main H1{
	font-family: "Arial"
}

#main H2{
	font-family: "Arial"
}
