﻿body 
{
	background-color:#7696B5;
	font-size: 0.9em;
    font-family: Verdana,Arial, Helvetica, Sans-Serif;
    width:800px;
    margin-left:auto;
    margin-right:auto;
}


ul#menu li
{
	list-style:none;
	display:inline;
	padding:5px
}

ul#menu li a
{
	color:White;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
}

ul#menu li a:hover
{
   color: #13235A;
}

ul#menu li a:active
{
    text-decoration: none;
}

div#quickNavigation a img
{
 text-decoration:none;	
 border-style:none;
}

div#logoPanel a img
{
 text-decoration:none;	
 border-style:none;
}


#footer
{
    color: #999;
    
    text-align: center;
    line-height: normal;
    font-size: 0.75em;
}

a img
{
 text-decoration:none;	
 border-style:none;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #13235A;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #13235A;
}
h2
{
	color: #13235A;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


#pageContent , #footer
{
	background-color:White;
}


div#lhsContent
{
	top:0px;
	left:0px;
	color:Black;
	background:	#f08a00;
	position:absolute;
	width:200px;
}

div#rhsContent
{
	top:0px;
	left:200px;
	position:absolute;
	margin-left:10px;
	margin-right:0px;
	background-color:White;
	position:absolute;
	width:590px;
	overflow:hidden;
	
}

div#lhsMenu
{
	
}

div#lhsMenu a
{
	color:#13235A;
	font-weight:bold;
	text-decoration:none;
}

div#lhsMenu a:hover
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

div#blogDescription
{
    border-style:solid;
    border-width:thin;
    border-color:#13235A;
    background:#ffdaa8;
    margin:5px;
    padding:5px;
}

div#blogEntryFooter
{
     color: #999;
}

div#newsPanel
{
    background-color:#f08a00;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

div#newsPanel a
{
    text-decoration:none;
    border:none;
}

div#header
{
    margin-top:5px;
    margin-bottom:10px;
}
span#sessionTitle
{
     font-weight:bold;
     line-height:1.75;
}

