﻿body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	color: #ff33oo;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(images/topBar_bkg.jpg);
	background-repeat: repeat-x;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	clear: both;
}
.leftFloat {
	float: left;
}


#bodyWrapper {
	padding-bottom: 0px;
	width: 780px;
	float: left;
}
#contentBody {
	width: 480px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}

#contentWrapper {
	float: left;
	width: 480px;
	padding-bottom: 30px;
	font-size: 75%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#contentWrapper h1 {
	color: #FF3300;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
}

#contentWrapper h2 {
	color: #FF3300;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
}

#contentWrapper h3 {
	color: #FF3300;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
}

#contentWrapper p {
	padding-left: 30px;
	padding-bottom: 20px;
	line-height: 1.8;
}
#contentWrapper a:link, #contentWrapper a:visited {
	color: #668833;
	text-decoration: underline;
	line-height: 1em;
}
#contentWrapper a:hover, #contentWrapper a:focus {
	background-color: #aaFF99;
}



#footerWrapper {
	height: 30px;
}
#footerBody {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footerCopyright {
	float: left;
	color: #FF0000;
}
#footerCopyright p {
	width: 390px;
}

#footerNav {
	width: 390px;
	float: left;
	text-align: right;
}
#footerNav ul {
	list-style-type: none;
}
#footerNav li {
	display: inline;
	padding-left: 10px;
}
#footerNav li a:link, #footerNav li a:visited {
	color: #668833;
	text-decoration: none;
}
#footerNav li a:hover, #footerNav li a:focus {
	background-color: #aaFF99;
}
#headerWrapper {
	width: 100%;
	height: 100px;
}

#login {
	background-color: #F0F0F0;
	height: 65px;
	float: left;
	width: 780px;
	background-image: url(images/loginBkg.jpg);
}

#loginBasic {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-top: 2px;
}

#loginHello {
	height: 50px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
#loginHello h2 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
}

#loginBasic p {
	font-size: 11px;
}
#loginMenu {
	width: 185px;
	float: left;
	margin-top: 5px;
	height: 50px;
}


#loginMenu ul {
	text-align: right;
	list-style-type: none;
	padding-top: 15px;
	font-size: 11px;
}
#login p a:link, #login p a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#login p a:focus, #login p a:hover, #login p active {
	color: #FF3300;
}

#loginPix {
	height: 50px;
	float: left;
	border: 3px double #000000;
	margin-top: 0px;
}

#loginMenu li {
	display: inline;
}
#loginMenu li a:link, #loginMenu li a:visited {
	color: #666666;
	margin-right: 7px;
	margin-left: 7px;
}
#loginMenu li a:hover, #loginMenu li active, #loginMenu li a:focus {
	color: #00CC00;
}

#mainWrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#navWrapper {
	height: 17px;
	width: 780px;
	background-color: #000000;
	color: #FFFFFF;
}
#navWrapper ul {
	font-size: 11px;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	margin-top: 3px;
	padding: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 10px;
}
#navWrapper li {
	display: inline;
}


#navWrapper li a:link, #mainNav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
}


#navWrapper li a:hover, #mainNav li a:focus {
	color: #000000;
	background-color: #FFFFFF;
}
#newsItem {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#newsItem h2 {
	font-size: 13px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #FF3300;
}
#newsItem h3 {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #006699;
}


#newsItem p {
	font-size: 70%;
	color: #000000;
	line-height: 1.5;
	margin-left: 90px;
	padding-bottom: 20px;
	text-align: left;
}
#newsItem a:link, #newsItem a:visited{
	text-decoration:none;
	color:inherit;
}
#newsItem a:hover, #newsItem a:focus{
	background-color: #aaff99;
	text-decoration: none;
	
}
#sideBar {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
