﻿body
{
	font-family: Verdana;
	font-size: 12px;
	background-color:#ececec;
	margin:0;
	padding:0;
	background-image:url('/images/bg.png');
	background-repeat: repeat-y;
	background-position:center;
}

#Container
{
	width: 946px;
	margin: 0px auto 0px auto;
}

#Header
{
	height:132px;
	background-image:url('/images/banner.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px auto 0px auto;
}

#NavBar
{
    height: 30px;
    background-color:gray;
    width:947px
}

#MainContent
{
    float:left;
    width: 598px;
    padding:20px;
    background-color:White;
}

#SideContent
{
    float:right;
    width: 266px;
    padding:20px;
    background-color:#b9d130;
}

#MainContent ul
{
    font-size:1.2em;
    line-height:1.6em;
}

#MainContent p
{
    font-size:1.2em;
    line-height:1.6em;
}

#SideContent p
{
    color:Navy;
    line-height:1.5em;
}

#SideContent2 p
{
    color:Navy;
    line-height:1.1em;
}

#Background p
{
	font-size: 1.1em;
	line-height:1.5em;
	padding:0px;
	margin-top:0px
}

#Bottom
{
    font-size:.8em;
    color:Gray;
    clear:both;
    padding:50px 20px 10px 20px;
}

h1.MainContentTitle
{
/*    color:#596ea1; */
	color:#223e82;
    font-size:1.6em;
    font-style:italic;
}

h4.GoodToKnow
{
    font-size:1.2em;
    background-color:#c7da59;
    border:1px solid #d6e487;
    padding:10px 10px 10px 30px;
    background-image:url('/images/lightbulb.png');
    background-repeat:no-repeat;
    background-position:left top;
}

h5.SmallHeading
{
    margin-bottom:0;
    font-size:1.1em;
    line-height:2em
}

ul {
	font-family: Verdana;
	font-weight: normal;
	line-height: 15px;
	font-size: small;
	color: black;
	list-style-type: square;
	margin-top: 13px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:0px;
	list-style-position: outside;
}
li {
	margin:10px 0px 15px .2em;
	margin-bottom:.6em;
	color:black
}
ul.SideContent {
	font-family: Verdana;
	font-weight: normal;
	line-height: 18px;
	font-size: small;
	color: Navy;
	list-style-type: square;
	margin-top: 13px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:0px;
	padding-left:0px;
	list-style-position: outside;
}
li.SideContent {
	margin:10 0 15 .3em;
	margin-bottom:.6em;
	color:navy
}





/*


p {
	font-family: Verdana;
	font-size: small;
	text-align: left;
	white-space: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	line-height:18px;
}
.brown_highlights {
	font-family: Verdana;
	font-size: small;
	color: #8F5E12;
	text-decoration: none;
	font-weight: bold;
}
.links {
	font-family: Verdana;
	font-size: small;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
}
.Paragraph_Titles {
	margin-left:0px;
	margin-top:20px;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
.bodytext {
	margin-left:10px;
	margin-top:0px;
	margin-right:10px;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
}
.center_text {
	text-align: center;
	font-size:small;
	font-family:Verdana;
	color: black;
}
.Verdana-xsmall {
	font-family: Verdana;
	font-size: x-small;
	margin-left: 15px;
	line-height: 21px;
	text-align:center; 
}
.HorizontalRule {
	margin-left: 8px;
	font-family: Verdana;
	font-size: small;
	text-align: left;
	line-height: 18px;
	margin-bottom: 1px;
}
.bullets {
	margin-left:8px;
	font-family:Verdana;
	font-size:small;
	text-align:center;
	line-height:22px;
}
.footer-left {
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
	margin-top:5px;
	margin-left:0px;
	color:black;
}
.footer-right {
	font-family: Verdana;
	font-size: x-small;
	text-align: right;
	margin-top:5px;
	color: black;
	font-weight:normal;	
	text-decoration: none;
	margin-right:0px;
	}
.footer-hyperlink {
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
	margin-top:15px;
	margin-left:0px;
	color:black;
}
.footer-link {
	font-family: Verdana;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-size: large;
	font-family: Verdana;
	font-weight:bold;
	color: #000000;
	margin-bottom:10px;
	margin-top: 0px; 
	margin-left:10px;
}
.banner-logo {
	margin: 5px 0px 0px 0px;
	float: left;
	background-repeat: no-repeat;
	width: 215px;
	height:150px;
	text-align: center;
	vertical-align:text-top;	
}
.Callouts{
	color:black;
	background: #BE9548;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	margin-left:10px;
	margin-top:10px
}
*/