body
{
	margin-top:10px;
	background:#FFFFFF;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color:Black;
}
#page {
	width:900px;
	height:1300px;
	margin:0px;
	overflow:hidden;
}
#title{
	background: white;
	width:900px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}
#footer {
	background:#003366;
	width:900px;
	margin-bottom:10px;
	text-align:center;
}
#nav 
{

	background:#003366;
	width:185px;
	margin:10px;
	margin-left:0px;
	margin-top:0px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
	float:left;
}
#navContent 
{
	height:1000px;
	overflow:hidden;
}
#primary {
	background-image: url('../images/maincontent-bg.png');
	background:#FFFFFF;
	width:705px;
	height:800px;
	margin-bottom:10px;
	/*overflow:hidden;*/
	float:left;
}
#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	color:#696969;
}
#footer #copy {
	font-size:0.75em;
}
#primary div.content
{
	width:660px;
        height:1000px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	overflow-y:scroll;
	overflow-x:hidden;
}
div.content #t-bottom {
	font-size:0.75em;
	text-align:justify;
}
#opNav, #onNav {
	text-align:center;
	font-weight:bold; 
	font-size:x-large;
}
#opNav a:link, #onNav a:link { color:DarkOrchid; } /* unvisited link */
#opNav a:visited, #onNav a:visited { color: DimGray }  /* visited link */
#opNav a:hover, #onNav a:hover { color: Purple }   /* mouse over link */
#opNav a:active, #onNav a:active { color: Navy }   /* selected link */

/*div.content #opNav a:before { content:" >>"} NEED TO FIX THIS */ 
.box {
	border: medium double black;
}
a
{
	text-decoration:none;
}
blockquote {
	color:DimGray;	
}
