body
{
	background-color: White;
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
p
{
    color: #333333;
	font-size: 10pt;
	padding: 0;
	margin: 10px 0;
}
a
{
    color: #999999;
}
a:hover
{
	color: #cccccc;
}
ul
{
    margin: 0 0 0 16px;
    padding: 0;
}
ul li
{
}
img
{
    border: none;
}
td
{
	font-size: 10pt;
}
h1
{
    color: #0033cc;
	font-size: 18pt;
	font-weight: bold;
}
h2
{
	color: Black;
	font-size: 16pt;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
h3
{
    color: Black;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
}
/****************************************************/
/* LAYOUT */
/****************************************************/
#container
{
    background-color: White;
    margin: 0;
    padding: 0;
    margin: 0;
    width: 800px;
}
#container #header
{
    clear: both;
    padding: 10px 0 10px 40px;
    margin: 0;
    width: 800px;
}
#container #header img
{
    float: left;
    width: 500px;
}
#container #tagline
{
    background-color: #ffffcc;
    clear: both;
    font-size: 24pt;
    font-weight: bold;
    padding: 10px 0 10px 40px;
    margin: 0;
    width: 800px;
}
#container #body
{
    clear: both;
    padding: 10px 0 10px 40px;
    margin: 0;
    width: 800px;
}
#container #body h3
{
    font-size: 16pt;
    font-weight: bold;
}
#container #body h4
{
    font-size: 14pt;
    font-weight: bold;
}
#container #footer
{
    background-color: #cccccc;
    clear: both;
    color: White;
    padding: 10px 0 10px 40px;
    margin: 0;
    width: 800px;
}
#container #footer a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}
#container #footer a:hover
{
    text-decoration: underline;
}
#container #panel
{
    padding: 0 0 10px 40px;
    font-size: 8pt;
    color: #cccccc;
}
#container #panel a
{
    font-size: 8pt;
    color: #cccccc;
    text-decoration: none;
}
#container #panel a:hover
{
    text-decoration: underline;
}
.location
{
    font-size: 12pt;
    font-weight: bold;
    padding: 10px;
}
.location img
{
    float: left;
    margin-right: 10px;
}

/***************/
/* FORM STYLES */
/***************/
input.submit
{
	background-color: #cccccc;
	color: Black;
	font-weight: bold;
}
.alert
{
    background: Red;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}
/****************/
/* MISC STYLES */
/***************/
.hidden
{
    display: none;
    visibility: hidden;
}
.clear
{
    clear: both;
}
.small
{
    font-size: 8pt;
    color: #cccccc;
}
div.separator
{
    border-bottom: dashed 1px #3399ff;
    color: White;
    clear: both;
    padding: 0;
    margin: 5px 0;
}

/****************************************************/
/* EDITOR STYLES */
/****************************************************/
.instructions
{
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    background-color: #cccccc;
    color: #999999;
    font-weight: bold;
    font-size: 8pt;
    padding: 5px;
    text-align: left;
    display: none;
}
    
/****************************************************/
/* CSS HACKS */
/****************************************************/
.clearfix:after, #body:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix, #body
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, * html # body
{
	height: 1%;
}
.clearfix, #body
{
	display: block;
}
/* End hide from IE-mac */