* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Century Gothic";
	font-size: 9pt;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 20px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url(../images/background.png);
	background-color: #EFEFEF;
}
img {
	border: 1 solid #D7D9D0;
}
img.imgleft {
	float: left;
	padding: 3px;
	border: 1px solid #D7D9D0;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
}
img.imgright {
	float: right;
	padding: 3px;
	border: 1px solid #D7D9D0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}
img.menubutton {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#container {
	width: 975px;
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/menu.png);
	border: 1px solid #1177C5;
}
#navbar {
	margin: 0;
	padding: 0;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
#navbar li:hover {
	background-color: #999999;
	color: #1177C5;
}
#navbar li ul {
	display: none; /* Width to help Opera out */
	background-color: #69f;
}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li {
	float: none;
}
#navbar li:hover li a {
	background-color: #999999;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	font-size: 12pt;
}
#navbar li li a:hover {
	background-color: #1175c5;
	color: #FFFFFF;
}
#logo {
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	text-align: right;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1177C5;
	border-right-color: #1177C5;
	border-bottom-color: #1177C5;
	border-left-color: #1177C5;
	padding: 5px;
}
#header p {
	font-size: 32px;
	margin: 0 20px;
	line-height: 125px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #385300;
}
#left {
	background-repeat: repeat;
	float: left;
	width: 73%;
}
#right {
	background-repeat: repeat;
	margin-left: 74%;
}
#text {
	padding: 10px;
	background-repeat: repeat;
}
#content {
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1177C5;
	border-right-color: #1177C5;
	border-bottom-color: #1177C5;
	border-left-color: #1177C5;
	border-top-width: 0px;
	
}
#content p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#content h1 {
	font-size: 16pt;
	color: #1177C5;
	font-weight: normal;
	line-height: 40px;
	font-style: normal;
}
#content h2 {
	font-size: 14pt;
	color: #333333;
	font-weight: normal;
	margin-left: 0;
}
#content h2 a {
	font-size: 14pt;
	color: #1177C5;
	font-weight: normal;
	margin-left: 0;
	text-decoration: none;
}
#content h3 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
#content h4 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-family: "Lucida Sans", Sans-serif, Arial;
	padding-left: 5px;
}
#content h5 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-family: "Lucida Sans", Sans-serif, Arial;
}
#content h6 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-family: "Lucida Sans", Sans-serif, Arial;
}
#content ul {
	list-style-type: square;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;
}
#content ul li span {
	color: #333333;
}
#content ol {
	margin: 0 0 15px 30px;
	color: #333333;
}
#content ol li span {
	color: #333333;
}
#content p.blockquote {
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 14px;
	border: 1px none #333333;
	font-weight: normal;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 26px;
	color: #1177C5;
	text-align:right;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#container #header .leadersteps ul {
	list-style-type: none;
}
#container #content #text .blockquote strong {
	padding: 5px;
	line-height: 20px;
	background-position: right;
}
#container #content #left table {
	border: 1px dotted #D4D4D4;
	font-size: 14px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.clear { clear: both; }
