/* CSS Document */

body
{
 background: #ffffff url("images/bgGrayFade.jpg") bottom left repeat-x;
 margin: 0px 0px 50px 0px;
}

#container
{
 width: 800px;
 background: #ffffff url("images/bg_main.jpg") top left repeat-y;
 margin: 0px auto 0px auto;
 padding: 0px 10px 10px 10px;
}

#top
{
 width: 800px;
 height: 75px;
 background-image: url(images/bg_top.gif);
 padding: 5px 0px 0px 10px;
 margin: 0px 0px 0x 0px;
 background-repeat: no-repeat;
 background-position: left top;
}

#title
{
 margin: 10px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

#main
{
 width: 800px;
 padding: 0px 0px 0px 0px;
}

#menu
{
 margin: 20px 0px 20px 0px;
 padding: 10px;
 text-align: left;
 background-color: #eeeeee;
 border-top: 1px dashed #78a22f;
 border-bottom: 1px dashed #78a22f;
 text-align: center;
}

#content
{
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar
{
 float: left;
 width: 160px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#footer
{
 width: 800px;
 background-color: #eeeeee;
 text-align: center;
 margin: 20px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

img.content
{
 float: right;
 margin: 0px 0px 10px 10px;
 padding: 5px; 
 border: 2px solid #eeeeee;
}

img.sidebar
{
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 color: #333333;
 line-height: 160%;
}

h1
{
 font-family: News Gothic, Helvetica, Arial, sans-serif;
 font-size: 18px;
 font-weight: normal;
 line-height: 160%;
 color: #005cab;
 margin: 0px;
 padding: 0px;
}

h1 a:link
{
 color: #333333;
}

h1 a:visited
{
 color: #333333;
}

h1 a:hover
{
 color: #000000;
 background-color: #ffffff;
 border-top: 1px dashed #000000;
}

h2
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 line-height: 160%;
 color: #666666;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 text-align: center;
 clear: both;
}

h3
{
 font-family: News Gothic, Helvetica, Arial, sans-serif;
 font-size: 22px;
 font-weight: normal;
 line-height: 160%;
 color: #7aa230;
 margin: 0px;
 padding: 0px 0px 0px 0px;
}

h4
{
 font-family: News Gothic, Helvetica, Arial, sans-serif;
 font-size: 18px;
 font-weight: normal;
 line-height: 160%;
 color: #572700;
 border-bottom: 1px dashed #cccccc;
}

h6
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 font-weight: normal;
 color: #666666;
 margin: 60px 0px 0px 20px;
}

h6 a:link
{
 color: #572700;
 text-decoration: none;
}

h6 a:visited
{
 color: #572700;
 text-decoration: none;
}

h6 a:hover
{
 color: #78a22f;
 text-decoration: none;
}

li
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 color: #333333;
 line-height: 160%;
}

ul.menu, ol
{
 margin: 0px;
 padding: 0px;
}

li.menu
{
 font-family: Arial, Helvetica sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #666666;
 margin: 10px;
 padding: 5px;
 display: inline;
 text-align: center;
}

li.menuTop
{
 font-family: News Gothic, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 color: #999999;
 margin: 0px;
 padding: 0px 30px 0px 0px;
 display: inline;
}

li.menu a:link
{
 text-decoration: none;
 color: #333333;
}

li.menu a:visited
{
 text-decoration: none;
 color: #333333;
}

li.menu a:hover
{
 text-decoration: none;
 color: #99cc33;
}

li.menuTop a:link
{
 text-decoration: none;
 color: #666666;
}

li.menuTop a:visited
{
 text-decoration: none;
 color: #666666;
}

li.menuTop a:hover
{
 text-decoration: none;
 color: #000000;
}
#content ol {
	padding-left: 1em;
	margin-left: 1em;
}



a:link
{
 color: #005cab;
}

a:visited
{
 color: #005cab;
}

a:hover
{
 color: #78a22f;
}
