/* JanesWeb CSS */

a.left:link {text-decoration: none; color: gray; font-family:Verdana, sans-serif; font-size: 0.8em; } 
a.left:hover {text-decoration: none; color: gray; font-family: Verdana, sans-serif; font-weight: bold; font-size: 0.8em; }   /* mouse over link */
a.left:visited {text-decoration: none; color: gray; font-family: Verdana, sans-serif; font-size: 0.8em; }  /* visited link */
a.left:active {text-decoration: none; color: gray; font-family: Verdana, sans-serif; font-size: 0.8em; }   /* selected link */ 


a.general:link {text-decoration: none; color: #000099; font-family:Verdana, sans-serif; font-size: 1em; font-weight: normal;} 
a.general:hover {text-decoration: none; color: #000099; font-family:Verdana, sans-serif; font-weight: bold; font-size: 1em; background-color: #e0f4ff;}   /* mouse over link */
a.general:active {text-decoration: none; color: #000099; font-family:Verdana, sans-serif; font-size: 1em; font-weight: normal;}   /* selected link */ 
a.general:visited {text-decoration: none; color: #000099; font-family:Verdana, sans-serif; font-size: 1em; font-weight: normal;}  /* visited link */

a.breadcrumb:link {text-decoration: underline; color: gray; font-family:Verdana, sans-serif; font-size: 10px; } 
a.breadcrumb:hover {text-decoration: underline; color: gray; font-family:Verdana, sans-serif; font-weight: bold; font-size: 10px;}   /* mouse over link */
a.breadcrumb:active {text-decoration: underline; color: gray; font-family:Verdana, sans-serif; font-size: 10px;}   /* selected link */ 
a.breadcrumb:visited {text-decoration: underline; color: gray; font-family:Verdana, sans-serif; font-size: 10px;}  /* visited link */



body {
	margin-left: 20px auto;
	background: #F7F7F7 url('Images/background.gif') repeat-x;
	font-family: verdana, arial, sans-serif;
 }

div#header {
	position: relative;  
	margin-top: 0px; 
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	color: gray;
		}
		
div#navigation {

	margin-top: 10px;
	margin-left:10px;
	width: 150px;
	height: 200px;
	float: left;
	}

div#container {
	width: 800px; 
	margin: 15px auto; 
	text-align: left; 
	background-color: white;
	}
	
div#main {
	float: right;
	width: 600px;
	padding: 5px;
	line-height: 125%;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color: #ffffff;
	}

div#footer {
	text-align: center;
	}
#floatEnder {
	clear: both;
}

h1 {

 font-family:Verdana, sans-serif;
 font-size: 1em;
 color:#666666
}

ul li {
	padding-top: 5px;
	line-height: 1em;
}

h2.sidebar-title {
 font-family:verdana, sans-serif;
 font-size: 1em;
 color: gray
 }

.main 
{
 font-family:Verdana, sans-serif;
 font-size: 12px;
 color:#666666;
 line-height:150%;
}

td.main ul li
{
 font-family:Verdana, sans-serif;
 font-size: 1em;
 color:#666666;
 line-height:2em;
 margin-top: 6px;
 margin-bottom: 6px
}


p.main_page_text
{
 font-family:Verdana, sans-serif;
 font-size: 0.8em;
 color:#666666;
 line-height:1em
}

p.small_print
{
 font-family:verdana, sans-serif;
 font-size:0.8em;
 color:#666666
}

div#twitter_div {
 font-family: verdana, sans-serif;
 font-size: 0.8em;
 color: #666666;
 width: 250px;
 background: #D3FFF3;
 text-align: left;
 padding: 10px
}


span.breadcrumb {
	color: gray; 
	font-family:Verdana, sans-serif; 
	font-size: 10px;
}

td.footer
{ 
 clear: both;
 font-family:Verdana, sans-serif;
 height: 30px;
 font-size: 0.6em;
 color:#555555;
 line-height: 2.5em;
 margin: 0
}