﻿body
{
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-color:#000000;
	font: normal normal normal 11px/18px lucida sans,arial,helvetica,sans-serif;
    color:#333333;
}

table tr td{
	font: normal normal normal 11px/18px lucida sans,arial,helvetica,sans-serif;
	font-size: 11px;
}

a { color: #933; text-decoration:none; }
a:hover { color: #693; text-decoration:underline; }
a img{border:0;}

p
{
	font: normal normal normal 11px/18px lucida sans,arial,helvetica,sans-serif;
	margin-top:0;
}

h3
{
	font-size:small;
	margin:0;
	padding:0;
}

ul.content
{
	margin-top:10px;
	margin-left:25px;
	padding-left:0;
}

.borderedimage {
	border: 1px #5d5d5d solid;
}

div#nav {
	position: relative;
	top: 35px;
	z-index: 6000 !important;
}
div#logo {
	padding-left: 14px;
	margin: 0px;
	*margin-top: 0px;
	width: 152px;
	float: left;
}
/******** BEGIN primary nav styles  *****/
ul#topnav {
 	/* making ie and firefox equal */
	padding: 0px 0px 0px 25px;
	margin: 24px 0px 0px -12px;
	/*padding: 0px 0px 0px 25px; */
	*margin: 24px 0px 0px 175px;
	list-style: none;
  	height: 30px;
	background-color: #99cc00;
	overflow: hidden;
	z-index: 6000 !important;
}

ul#topnav li{
  /*float the main list items*/
  float: left;
  background-color: #99cc00;
  margin:0px;
  padding:4px 13px 0px 12px;
  list-style: none;
  height:30px;
  display: inline;
  z-index: 6000 !important;
  overflow:visible;
  font: normal normal bold 14px/22px lucida sans,arial,helvetica,sans-serif;

}

ul#topnav li a {
  /*for all links in the list*/
  height: 30px;
  /*background-color: #ffe500;*/
  background-color:Transparent;
  color: #ffffff;
  text-decoration: none;
}
ul#topnav li a:hover {
  /*for all links in the list*/
  height: 30px;
  /*background-color: #ffe500;*/
  background-color: #FFFFFF;
  color: #1A3E92;
  text-decoration: none;
}
/******* END primary nav styles  *******/

#group {
	width: 783px;
	margin-left: 177px;
	top:55px;
	position:relative;
	background: #ffffff;
	border: 1px #333333 solid;
}

#main
{
	margin-left:20px;
	margin-top:0px;
	width:500px;
	padding:0px;
	border:0px #dddddd solid;
}

.entry

{
	background-repeat:repeat;
	padding:20px;
}

.entrytitle, H1

{
font-size:30px;
line-height:33px;
padding-bottom:10px;
color: #99cc00;
}

.subtitle
{
	font-size:14px;
	font-weight:bold;
	color:#4F67A7;
	line-height:20px;
	padding-bottom:20px;
}

H2
{
	font-size:14px;
	font-weight:bold;
	color:#4F67A7;
	line-height:16px;
}

#sideBar
{
float:right;
margin-left:0px;
margin-right:0px;
width:230px;
}




#footer {
	margin: 15px auto 60px 177px;
	width: 783px;
	top:55px;
	position:relative;
    height: 100px;
	color: #FFF;
	text-align: left;
}
#footer A {
	color: #FFF;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}
#footer P {
	margin: 6px 0 0 0px;
}
