/* CSS Document */

body  {
	font-family: verdana, arial, times, helvetica, sans-serif;
/*	background: url(marbgrey.png); */
	background: none white;
/*
	background-color: white;
	background-image: none;
*/
	color: black;
	margin: 0;
	padding: 0;
	font-size: 76%;
}

a {
/*	background-image: none;
	background-color: yellow;
        color: black;
*/
	text-decoration: none;
}

a:hover {
/*	background-color: #B0E0C7; */
	background: none, white;
	color: #B05555;
	text-decoration: underline;
}	
/************************    HEADER TEXT  ************/
#title  {
	font-size: 2.5em;
	font-family: georgia, verdana, arial, helvetica, arial, sans-serif;
	padding-left: 100px;
	font-weight: normal;
	margin-top: 10px;;
}
/**********************    NAVIGATION IN TOP-RIGHT CORNER   *****/
#cornernav  {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#cornernav a {
	background: none, white;
	color: #686868;
	padding-right: 20px;
}
/***************************   INLINE NAVIGATION   WRAPPER     *****/
#navwrap  {
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 3px solid #888;
	border-bottom: 3px solid #888;
}
/*****************************   INLINE NAVIGATION   *********/
#topnav  {
	background: url(teal.gif) repeat-x;
	padding-top: 5px;
	color: #fff;
}

#topnav ul
{
	height: 2.4em;
	line-height: 2.4em;
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav li
{
	float: left;
}

#topnav li a
{
/*	background: none, white; */
	width: 80px;
	color: #fff;
	line-height: 2.4em;
	float: left;
	display: block;
	text-align: center;
}
/****************************    INPUT BUTTONS  ********/
input.side, input.blue  {
	width: 100px;
	height: 23px;
	background-color: #77abb8;
	color: #f0f0f0;
	font-weight: bold; 
	font-size: 1em; 
	margin-top: 2px;
	margin-left: 20px;
}

input.blue {
	width:40px;
}
/****************************    SEARCH BAR   ************/
#search {
	position:absolute;
	top:5px;
	right:10px;
}	

/******************************   SIDE NAVIGATION     ****/
#sidenav {
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:150px; 
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

#sidenav ul {
	list-style-type: square;
}

#sidenav p.search {
	padding-left:1em;
	padding-bottom:10px;
}

#sidenav li {
	padding-top:0.6em !important;
	padding-top:0.4em;
}

#sidenav li a {
	color:#000;
}

#sidenav li a:hover  {
/*	background-color:#c4c4c4; */
	background:url(teal.gif);
	color:#B05555;
}

#sidenav h2 {
	font-size:100%;
	background:url(teal.gif);
/*	background:url(grad.png); */
	color:#fff;
	height:1.8em;
	line-height:1.8em;
	padding-left:15px;
	margin-top:0;
}
/******************************   SIDE NAVIGATION     ****/
#leftnav {
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:310px; 
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

#leftnav ul {
	list-style-type: square;
}

#leftnav p.search {
	padding-left:1em;
	padding-bottom:10px;
}

#leftnav li {
	padding-top:0.6em !important;
	padding-top:0.4em;
}

#leftnav li a {
	color:#000;
}

#leftnav li a:hover  {
/*	background-color:#c4c4c4; */
	background:url(teal.gif);
	color:#B05555;
}

#leftnav h2 {
	font-size:100%;
	background:url(teal.gif);
/*	background:url(grad.png); */
	color:#fff;
	height:1.8em;
	line-height:1.8em;
	padding-left:15px;
	margin-top:0;
}
/******************************   SIDE NAVIGATION     ****/
#rightnav {
	width:400px;
	float:right;
	margin-left:20px;
	margin-top:20px;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
}

#rightnav ul {
	list-style-type: square;
}

#rightnav p.search {
	padding-left:1em;
	padding-bottom:10px;
}

#rightnav li {
	padding-top:0.6em !important;
	padding-top:0.4em;
}

#rightnav li a {
	color:#000;
}
#rightnav li a:hover  {
/*	background-color:#c4c4c4; */
	background:url(teal.gif);
	color:#B05555;
}

#rightnav h2 {
	font-size:100%;
	background:url(teal.gif);
/*	background:url(grad.png); */
	color:#fff;
	height:1.8em;
	line-height:1.8em;
	padding-left:15px;
	margin-top:0;
}

/*************************    MAIN CONTENT AREA  ******* */
#content   {
	width: 65%; 
	float: left; 
	margin-left: 30px;
	margin-top: 20px;
	border: 1px solid #c4c4c4;
/*	border-color: black; */
}

#content p {
	padding-left:5px;
/*
	text-indent:20px;
*/
}

#content a {
	color:#568898;
	text-decoration:none;
}

#content a:hover {
	color:#B05555;
	text-decoration:underline;
}

#content img {
	float:left;
}

#content h1 {
	height:1.8em;
	line-height:1.8em;
	background:url(grey.gif) repeat-x;
/*	background:url(gradgold.png) repeat-x; */
	border-top:1px solid #c4c4c4;
	margin-top:0;
	font-size:1.2em;
	color:#000;
	padding-left:5px;
}

#content h2 {
	height: 1.5em;
	line-height: 1.5em;
	background: url(grey.gif) repeat-x;
/*	background: url(gradgold.png) repeat-x; */
	border-top: 1px solid #c4c4c4;
	margin-top: 0;
	font-size: 1.0em;
	color: #000;
	padding-left: 5px;
}

/*  *************************    FOOTER   *****************  */
#footer {
	clear:both;
	height:3em;
/*	border-top:1px solid #77abb8; */
	text-align:center;
	color:#000;
	margin-top:2em;
	font-size:.8em;
}

#footer a {
	color:#000;
}

#validatebar {
	float:none;
/*	float:left; */
}
#validatebar img {
	border: 0px;
}
