/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #333333;
	padding: 0px;
	margin: 15px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

p {
	line-height: 140%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 120%;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dashed #999;
}

li {
	line-height: 140%;
}

blockquote {
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	width: 950px;
	background-image: url(/images/template/background.gif);
	background-repeat: repeat-y;
}

.header {
	height: 85px;
	background-image: url(/images/template/background-header.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding-top: 15px;
}

.headerLogo {
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}

.headerLogo h1 {
	color: #00DF0C;
	font-size: 250%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.headerLogo h1 a, .headerLogo h1 a:hover {
	color: #00DF0C;
	text-decoration: none;
}

.headerLogo h2 {
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	font-size: 135%;
}

.headerLogo h2 a, .headerLogo h2 a:hover {
	color: #333333;
	text-decoration: none;
}

.title1 {
	color: #00DF0C;
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 0px;
}

.title1 a, .title1 a:hover {
	color: #00DF0C;
	text-decoration: none;
}

.title2 {
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	font-size: 135%;
}

.title2 a, .title2 a:hover {
	color: #333333;
	text-decoration: none;
}

.headerBanner {
	float: right;
	margin-right: 27px;
	text-align: center;
	padding-top: 3px;
}

.content {
	clear: both;
	float: left;
	width: 578px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.content h1 {
	font-size: 160%;
	clear: both;
	color: #00DF0C;
	border-bottom: 1px dashed #999999;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.content h1 a {
	color: #00DF0C;
	text-decoration: none;
}

.content h1 a:hover {
	color: #00DF0C;
	text-decoration: underline;
}

.content h2 {
	clear: both;
	color: #00DF0C;
	border-bottom: 1px dashed #999999;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.content h2 a {
	color: #00DF0C;
	text-decoration: none;
}

.content h2 a:hover {
	color: #00DF0C;
	text-decoration: underline;
}

.contentDate {
	margin-top: 0px;
	font-size: 80%;
	color: #999999;
}

.contentContinue {
	font-size: 90%;
	font-weight: bold;
}

.menuLeft {
	float: left;
	width: 160px;
	background-color: #FFD5EE;
	border-left: 1px solid #FFFFFF;
	margin-bottom: 15px;
}

.menuLeft a {
	color: #E00087;
	text-decoration: underline;
}

.menuLeft a:hover {
	color: #E00087;
	text-decoration: none;
}

.menuLeft h3 {
	background-color: #E00087;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.menuLeft ul, .menuRight ul {
	margin: 0px 10px 5px 10px;
	padding: 0px;
	list-style-type: none;
}

.menuLeft li, .menuRight li {
	line-height: 120%;
	margin-bottom: 10px;
}

.menuRight {
	float: left;
	width: 160px;
	background-color: #D7EAFF;
	border-left: 1px solid #FFFFFF;
}

.menuRight a {
	color: #0069E0;
	text-decoration: underline;
}

.menuRight a:hover {
	color: #0069E0;
	text-decoration: none;
}

.menuRight h3 {
	background-color: #0069E0;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.footer {
	clear: both;
	width: 909px;
	margin-left: 1px;
	border: 15px solid #FFFFFF;
	font-size: 90%;
	background-image: url(/images/template/footer-background.gif);
	background-repeat: repeat-y;
	min-height: 50px;
}

.footerLeft {
	color: #000000;
	width: 558px;
	float: left;
	padding: 15px 30px 15px 15px;
	text-align: center;
}

.footerRight {
	color: #FFFFFF;
	width: 262px;
	float: left;
	padding: 15px;
	text-align: center;
}

.footerRight a {
	text-decoration: none;
	color: #FFFFFF;
}

.footerRight a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.lastModified {
	font-size: 80%;
	color: #999999;
	text-align: right;
}

.imageFloatLeft {
	float: left;
	margin: 0px 8px 8px 0px;
}

.imageFloatRight {
	float: right;
	margin: 0px 0px 8px 8px;
}

.imgL {
	float: left;
	margin: 0px 8px 8px 0px;
}

.imgR {
	float: right;
	margin: 0px 0px 8px 8px;
}

}

/* ------ END MEDIA TAG ----- */