body, html {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	margin: 0;
	padding: 0;
}

tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

a:link, a:visited {
	color: #4d83bd;
	text-decoration: none;
}

a:hover {
	color: #66a7ec;
	text-decoration: underline;
} 

hr {
	background-color: #d4d4d4;
	color: #d4d4d4;
	border: 0;
	height: 1px;
}

ul { 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 30px; 
	list-style: square; 
	vertical-align: middle; 
}

li { 
	margin: 0px; 
	padding: 0px; 
}

div.topbar {
	background-image: url(topbar_bg.png);
	background-repeat: repeat-x;
	height: 105px;
	width: auto;
}

div.logo {
	height: 68px;
	width: 205px;
	top: 20px;
	left: 50px;
	position: relative;
}

div.navbar {
	background-color: #141e37;
	height: 30px;
	padding: 2px;
}

div.content {
	margin-left: 50px;
	width: 750px;
}


#navlinks {
	display: block;
}

#navlinks ul {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	height: 30px;
}

#navlinks li {
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
	font-size: 14px;
}

#navlinks a:link, #navlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	display:block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
}

#navlinks a:hover {
  color: #646464;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	color: #64696e;
	font-weight: bold;
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
}

h1 { font-size: 225%; }
h2 { font-size: 185%; }
h3 { font-size: 160%; }
h4 { font-size: 140% }
h5 { font-size: 120% }
h6 { font-size: 100% }

div.footer {
	background-color: #E4E4E4;
	border-top: 3px solid #CECECE;
	padding: 10px 0 10px 30px;
	line-height: 20px;
	margin: 50px 0 50px 0;
}

div.footer a:link, div.footer a:visited {
	color: #7e7e7e;
	font-size: 10px;
}
