.default {
	height: 100% auto;
	width: 98%;
	background-color:White;
	padding-top: 10px;
	margin-bottom: 80px;
}

.default h1 {
	color: #2a304b;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-size: 24pt;
	clear: left;
	margin-top: 0px;
	padding-top: 0px;

}

.default img {
   float: right;
   padding: 3px;
   border: solid 1px #2a304b;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 10px;
}

.default h2 {
	color: #660000;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 0px;
	clear: both;
	text-align: left;
	font-size: 12pt;
	clear: both;
}

.default h3 {
	color: #AAAAAA;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
} 

.default table {
	width: 550px;
	height: auto;
	border: solid 1px #666666;
	padding: 3px;
	margin-left:25px;
	background-color: white;
}

.default table th {
	background-color: #2a304b;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.default table td {
	color: #333333;
	font-family: Cambria, Arial;
	padding: 8px;
}

.default p,
.default div
{
    color: #333333;
	font-family: Cambria, Arial;
	padding-left: 15px;
	padding-right: 10px;
	text-align: justify;
}

.default a, 
.default a:active, 
.default a:visited, 
.default a:link {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #000066;
	font-weight: bold
	text-decoration: underline;
}

.default a:hover {
	text-decoration: none;
	color: #660000;
}

.default ol {
	padding-left: 15px;
	margin: 10px;
}

.default li {
	display: block;
	background-image: url(/image/greenCheck.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 25px;
	background-position:left;
	width: auto;
	font-family: Calibri;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	line-height: 12pt;
	padding-left: 35px;
	padding-top: 2px;
	list-style-type: none;
}


.default address
{
    font-size: 10px;
}

.default pre
{
    font-size: 8px;
    font-family: Arial Black;
    color: #555555;
}

.default div.ValidationSummary li,
{
	display: block;
    background-image: url(/image/redX.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 25px;
    background-position:left;
    width: auto;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: #660000;
    line-height: 12pt;
    padding-left: 25px;
	list-style-type: none;
}

/* ADMINISTRATIVE CMS STYLES */

.default div.CB_AdminPanel
{
	visibility: hidden;
}
