﻿#content_page
{
	margin: 15px 10px 0px 10px;
	background-color: #EEEEEE;
	vertical-align: top;
}

.content_page p
{
	padding: 5px;
}

.content_head
{
	padding-bottom: 20px;
	color: #336699;
	font-weight: bold;
	font-size: 1.5em;
}

#content_main
{
	padding-left: 10px;
	margin-left: 10px;
}

.content_subhead
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #336699;
	font-weight: bold;
	font-size: 1em;
	width: 90%;
	border-top: none 0px #999999;
	border-bottom: none 1px #999999;
}

.hidden
{
	visibility: hidden;
}

.capital
{
	text-transform: capitalize;
}

.headerTable
{
	background-color: #5D7B9D;
	font-weight: bold;
	color: White;
	font-size: 0.8em;
	text-align: center;
}

.RowStyle
{
	background-color: #F7F6F3;
	color: #333333;
}

.AlternatingRowStyle
{
	background-color: White;
	color: #284775;
}

.instructions
{
	font-size: 0.8em;
	text-align: left;
	font-style: italic;
	padding-left:10px;
	padding-bottom: 10px;
}

.required
{
	font-size: 0.8em;
	color: Red;
}

.toolbox
{
	float: right;
	border: Solid 1px Silver;
	margin:10px 0 0 0;
	padding: 4px 0 2px 0;
}

.title
{
	font-weight: bold;
	font-size: 8pt;
}

.text
{
	color: #6b6b6b;
}

#navigation
{
	padding-bottom: 15px;
	font-family: Arial;
	font-size: 10pt;
}


.navigation{
	font-family: Arial;
	font-size: 10pt;
	text-align:right;
	margin: 10px 10px 0px 10px; 
	padding:0px;
}



