/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	text-align: center;
}

#header {
	width: 730px;
	height: 25px;
	background:  url(img/headerbgnd.jpg) no-repeat center;
}

#leftbar {
	background:  url(img/leftshadow.jpg);
}

#rightbar {
	background:  url(img/rightshadow.jpg);
}

#title {
	width: 680px;
	height: 85px;
	background: #00A4D3 url(img/bbtitle.gif) no-repeat;
}

#info {
	width: 680px;
	background: #ccc;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#mainbody {
	width: 480px;
	padding: 15px;
}

#nav {
	width: 200px;
	border-left: 1px solid #ccc;
	padding: 15px;
}

#nav table {
	margin: 0;
	padding: 0;
}

#bottom {
	height: 20px;
	border-top: 5px solid #fff;
	padding: 5px;
}

#footer {
	width: 730px;
	height: 26px;
	background:  url(img/footerbgnd.jpg) no-repeat center;
}

#separator {
	border-bottom: 1px solid #00A4D3;
}

#mainbody p {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
	text-align: left;
}

#mainbody li {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
	text-align: left;
}

#mainbody a:link, #nav a:link {
	color: #00A4D3;
	text-decoration: none;
}

#mainbody a:visited, #nav a:visited {
	color: #00A4D3;
	text-decoration: none;
}

#mainbody a:hover, #nav a:hover {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #00A4D3;
}

#mainbody h1, #mainbody h2, #mainbody h3, #mainbody h4 {
	font-family: Georgia, times, serif;
	font-weight: bold;
	color: #333;
	text-align: left;
}

#mainbody h1 {
	font-size: 20px;
}

#mainbody h2 {
	font-size: 18px;
}

#mainbody h3 {
	font-size: 16px;
}

#mainbody h4 {
	font-size: 14px; 
}

#mainbody td {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
	text-align: left;
}

#nav p {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	text-align: left;
}

#nav ul {
 	margin: 0; 
	padding: 0;
	voice-family: "\"}\"";
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px; 
} 

#nav li {
  margin: 0;
} 

#navlinks a {
	display: block;
	width:170px;
	padding: 2px 2px 2px 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	border: 1px solid #000000;
	background: #E5F6FB;
	text-decoration: none;
} 

#navlinks a:link, #navlinks a:visited {
	color: #000000;
}

#navlinks a:hover {
	border: 1px solid #000000;
	background: #00A4D3;
	color: #ffffff;
}

#nav h1, #nav h2, #nav h3, #nav h4 {
	font-family: Georgia, times, serif;
	font-weight: bold;
	color: #333;
	text-align: left;
}

#nav h1 {
	font-size: 18px;
}

#nav h2 {
	font-size: 16px;
}

#nav h3 {
	font-size: 14px;
}

#nav h4 {
	font-size: 12px;
}

#bottom p {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: left;
}

#bottom a:link {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
  color: #00A4D3;
	text-align: left;
  text-decoration: none;
}

#bottom a:visited {
	color: #00A4D3;
	text-decoration: none;
}

#bottom a:hover {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #00A4D3;
}

#infostrip ul { list-style-type: none; }

#infostrip li { display: inline; }

#infostrip
{
	background-color: #ccc;
	color: #000;
	padding: 2px 0;
	text-align: right;
	margin-bottom: 22px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#infostrip ul
{
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#infostrip li
{
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#infostrip li a
{
	text-decoration: none;
	color: #666;
}

#infostrip li a:hover
{
	text-decoration: none;
	color: #00A4D3;
}
