html
{
	height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #014471;
	background-color: #F1F0F0;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #666666;
	margin-top: 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 10px
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 10px 0px 10px
}



td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.content
{ 
	padding-top: 0px;
}

.content table
{
	position: relative;
	left: 10px;
	width: 95%;
}

.content th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #E7E7E7;
	border-top: 0px;
	border-bottom: 1px solid #666666;
	border-left: 0px;
	border-right: 1px solid #666666;
	padding: 5px;
	width: auto;
	text-align: left;
}

.content td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
}

.sidebars
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
	color: #666666;
}

.sidebars p
{
	font-size: 10px;
	color: #666666;
}

.sidebars h2
{
	font-size: 12px;
	color: #666666;
	font-weight: strong;
	padding-left: 0px;
}

.sidebars input
{
	font-size: 10px;
	inherit: none;
	position: relative;
	left: 5px;
}

.sidebars select
{
	font-size: 10px;
	inherit: none;
	position: relative;
	left: 5px;
}

.welcome
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014471;
	font-weight: normal;
	padding: 0px;
}

.navright
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight:normal;
	float: left;
	width: 100%;
}

span.navright
{
	text-decoration:none;
	background-color:#006EB8;
	width:175px; 
	color:#FFFFFF;
	font-weight: bold;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	float: none;
	display: block;
}  

a:link
{
	text-decoration: none;
	color: #014471;
	font-weight: bold;
}

a:visited
{
	text-decoration: none;
	color: #014471;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #0066FF;
	font-weight: bold;
}

a:active
{
	text-decoration: underline;
	color: #014471;
	font-weight: bold;
}

a.navright:link 
{
	text-decoration:none;
	background-color:#014471;
	width:175px; 
	color:#FFFFFF;
	font-weight: bold;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	float: none;
	display: block;
}

a.navright:visited 
{
	text-decoration:none;
	background-color:#014471;
	width:175px; 
	color:#FFFFFF;
	font-weight: bold;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	float: none;
	display: block;
}

a.navright:active
{
	text-decoration:none;
	background-color:#014471;
	width:175px; 
	color:#FFFFFF;
	font-weight: bold;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	float: none;
	display: block;
}

a.navright:hover
{
	text-decoration:none;
	background-color:#006EB8;
	width:175px; 
	color:#FFFFFF;
	font-weight: bold;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	float: none;
	display: block;
}

.navtop
{
	width: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border: none;
}

/***** TOP NAV *****/
tr.topnav
{
	height: 55px;
}

tr.topnavbar
{
	background: url('images/new/top_bg.jpg') top left repeat-x #014471;
	height: 25px;
}

.navtop
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	border: none;
}
	
span.navtop
{
	text-decoration: underline;
	font-weight: bold;
	background: url('images/new/top_bg_active.jpg') top left repeat-x #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 0;
	display: block;
}

a.navtop:link, a.navtop:visited, a.navtop:active
{
	text-decoration:none;
	font-weight: bold;
	background: url(images/new/top_bg.jpg) top left repeat-x #014471;
	color: #FFFFFF;
	padding: 6px 0;
	width: 100%;
	display: block;
}

a.navtop:hover
{
	text-decoration:none;
	font-weight: bold;
	background: url(images/new/top_bg_hover.jpg) top left repeat-x #006EB8;
	color: #FFFFFF;
	width: 100%;
}
/***** END TOP NAV *****/ 

/***** FOOTER *****/ 
#footer
{ 
	border-top: 1px solid #666666;
	height: 40px; 
	background: url('/resource/img/images/lightgreyup_bg.jpg') bottom left repeat-x #EBEAEA;
}
/***** END FOOTER *****/ 

.error
{
	color: red;
	font-weight: bold
}

.success
{
	color: green;
	font-weight: bold
}
