﻿body {
	background-color: #fff;
/*	font-family: arial;*/
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.25em;
	color: #464646;
}
#logo {
	width: 106px;
	float: left;
	border: 0px solid red;
}
#right-header {
	float: right;
	border: 0px solid red;
}
#page-content-container 
{
    padding: 8px;
}
.clear-block {
	display: block;
	float: none;
	clear: both;
	height: 0px;
}
h1, h2, h3 
{
    color: #005a78;
    font-weight: normal;
}
div.alertText 
{
    font-weight: bold;
    color: Red;
    margin-bottom: 5px;
}
.largeTextArea
{
    width: 98%;
    height: 120px;
    border: 1px solid #666;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px;
    font-family: sans-serif;
}

.buttonGreen 
{
    border: 0px solid #999;
    background-image: url(../images/blue/button_green.gif);
    background-repeat: repeat-x;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    height: 26px;
    line-height: 26px;
    padding: 0px 8px 0px 8px;
}
.why {display: none;}