/* CSS Document */

body {
	margin: 30;
	padding: 0;
	background: #f8f8f8;
	text-align: center;
}

#header {
	width: 900px;
	height: 25px;
	background:  url(images/headerbgnd.jpg) no-repeat center;
}

#leftbar {
	background:  url(images/leftshadow.jpg);
}

#rightbar {
	background:  url(images/rightshadow.jpg);
}

#title {
	width: 850px;
	height: 24px;
	background: #f8f8f8 url(images/Robison-Nieri-White-140.jpg) no-repeat;
}

#info {
	width: 850px;
	background: #ccc;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#mainbody {
	width: 850px;
	padding: 0px;
	background: #f8f8f8
}

#navbar {
	width: 850px;
	padding: 0px;
	height: 38px;
	background: #000
}

#nav {
	width: 200px;
	padding: 0px;
}

#nav table {
	margin: 0;
	padding: 0;
}

#bottom {
	height: 20px;
	border-top: 5px solid #fff;
	padding: 5px;
}

#footer {
	width: 900px;
	height: 26px;
	background:  url(images/footerbgnd.jpg) no-repeat center;
}
#separator {
	border-bottom: 1px solid #00A4D3;
}

#mainbody p {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	text-align: left;
}

#mainbody p.flush {

	font-family: verdana, arial, sans-serif;

	font-size: 13px;

	color: #333;

	line-height: 1.5em;

	text-align: left;
	margin-left:0px;

}

#mainbody li {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #333;
	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 #007a80;
}

#mainbody h1 {
	font-family: Georgia, times, serif;
	font-weight: bold;
	color: #b93a56;
	text-align: left;
}

#mainbody h2, #mainbody h3, #mainbody h4 {
	font-family: Georgia, times, serif;
	font-weight: bold;
	color: #007a80;
	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: 13px;
	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 #f8f8f8;
	background: #f8f8f8;
	text-decoration: none;
} 

#navlinks a:link, #navlinks a:visited {
	color: #000000;
}

#navlinks a:hover {
	border: 1px solid #007a80;
	background: #007a80;
	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;
	margin-right: 0;
	text-align: left;
}

#bottom p.spotlight {

	font-family: verdana, arial, sans-serif;

	font-size: 13px;

	color: #666;
	
	margin-right:45px;

	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;
}

