body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #666699;
	margin: 0px;
	padding: 0px;
	font-size: larger;
}

h1 {
	color: #006699;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:xx-large;
}

h2 {
	color: #993333;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:larger;
}

h3 {
	color: #006699;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:large;
}
h4 {
	color: #006699;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:large;
}

h5 {
	color: #006699;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:large;
}

h6 {
	color: #006699;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:large;
}

body, td, th {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:larger;
}

a {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
}
#holder {
	background:#cc9966;
	width: 750px;
	margin: 0 auto;
}
#header {
	height:151px;
	border-bottom:ridge;
	border-bottom-color:#006699;
	background:url(header-72.gif) no-repeat center;
}
#nav {
	color:#FFFFFF;
	background: #cc9966;
	width: 180px;
	float:left;
	padding:5px 0px;
}
#content {
background:#ffffff;
margin: 0 0 0 185px;
padding: 5px 10px;
border-left-color:#006699;
border-left:ridge;
}

.brclear {
clear:both;
height:0;
margin:0;
font-size:1px;
line-height:0px;
}
#footer{
padding:3px;
color:#000000;
text-align:center;
margin:0px;
font-size:small;
border-top:ridge;
border-top-color:#006699;
background-color:#CCCCCC;
height:15px;
}
#nav ul {
	list-style: url(none) none inside;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:small;
	background-color:#cc9966;
}

#nav ul li {
	list-style: none;
	padding: 3px 0px;
}
#header a:link {
color:006699;
text-decoration:none;
font-size:medium;
}
#header a:visited {
color:#006699;
text-decoration:none;
font-size:medium;
}
#header a:active {
color:#006699;
text-decoration:none;
font-size:medium;
}
#header a:hover {
color:#993333;
text-decoration:none;
font-size:medium;
}
#content a:visited {
color:006699;
}
#content a:link {
color:993333;
}

