﻿body
{	
	margin: 0; 
	background-color: #E9D53D;
	color: #add9e9;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
}

div, img
{
	padding: 0px;
	margin: 0px;
	border-style: none;
}

div#pageWrapper
{
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}

div#contentWrapper
{
	text-align: left;
}

div#footer
{
	color: #2981af;
	font-size: 8pt;
	margin-top: 3px;
	width: 1024px;
	text-align: center;
}

div#contentBlue
{
	background-color: #2e7a9e;
	padding: 20px;
	text-align: justify;
}

div#contentBurst
{
	background-image: url('../../images/bigburst.jpg');
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}

div#dumpster
{
	 margin-top: 10px; 
	 width: 100%; 
	 text-align: center;
	 background-image: url('../../images/dumpster.png');
	 background-repeat: no-repeat;
	 background-position: center;
	 height: 527px;
}

div.laurel
{
	float: left;
	margin-right: 10px;
}

div.bottomBorder
{
	border-bottom: solid 1px #65B2CE;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

a
{
	text-decoration: none;
	font-weight: normal;
	color: #E9D53D;
}

a:hover
{
	text-decoration: underline;
}

div#footer a
{
	text-decoration: none;
	color: #2e7a9e;
}

div#footer a:hover
{
	text-decoration: underline;
}

blockquote
{
	margin: 0 auto 0 auto;
	font-style: italic;
	width: 725px;
}

div.title
{
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 25px;
}

div.subtitle
{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 20px;
}

div#footer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul li
{
	float: left;
	margin-right: 15px;
}

span.copyright
{
	display: block;
	margin-top: 25px;
	font-size: 7pt;
}

.publication
{
    font-weight: bold;
    font-style: normal;
}


/* ADMIN STYLES */
div#contentAdmin
{
	padding: 10px;
	background-color: White;
	color: #6A6A6A;
	font-size: 10pt;
}

div#contentAdmin h1
{
	font-size: 14pt;
	margin: 10px 0 20px 0;	
}

div#contentAdmin a
{
	color: Blue;
	text-decoration: none;
	color: #2e7a9e;
}

div#contentAdmin a:hover
{
	text-decoration: underline;
}

div#contentAdmin .formFieldLabel
{
	font-weight: bold;
	margin-bottom: 1px;
	color: #353535;
}

div#contentAdmin .formField
{
	margin-bottom: 12px;
}

div#contentAdmin .formButton
{
	margin-top: 30px;
}

div#contentAdmin .subtitle
{
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
}
/* END ADMIN STYLES */

.textbox
{
	width: 200px;
	color: #6A6A6A;
}

.asterisk
{
	font-weight: bold;
	color: Red;
	font-size: 13pt;
}

.warning
{
	font-weight: bold;
	color: Red;
}