﻿body 
{
	background-color: #345a9b;
	background-image: url(../../Images/BackgroundTile.jpg);	
	font-size: 11px;
	font-family: Tahoma, Arial, Sans-Serif;
	line-height: 20px;
	color: black;
	padding:0px;
	margin:0px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: Black;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: White;
	padding-bottom: 20px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: black;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

a {color: #0f2f67;}
a:visited {color:#0f2f67;}
a:hover {color: #0f2f67;}
a:active { color:#0f2f67;}

p, pre
{
	padding: 5px 10px;
	margin:0px;
}

textarea, input
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f1f1f1;
	color: Black;	
}


/* ----------container to center the layout-------------- */
#container {
width: 739px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: white;
}

/* ----------banner for logo-------------- */
#banner 
{
	background-color: #a72c1e;
	color: White;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#banner img {padding:0px; border-width: 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 283px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* --------------left navi------------- */
#left {
float: left;
width: 283px;
margin: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }

#sidebarBlueSquare
{
	width: 262px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0px;
	background-color: #c7eafc;
}

#sidebarBlueSquare img { border: 0px; }

#contentBlueSquare
{
	width: 435px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: #c7eafc;
}

#contentOutlineSquare
{
	background-image: url(../../Images/RightPanel_Lined_Fill.gif);
	background-repeat: repeat-y;		
	width: 435px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: white;
}

.navigationText
{
	color: #efb108;
	font-size: 11px;
	font-weight: bold;
}

.navigationText a, .navigationText a:disabled, .navigationText a:link, .navigationText a:visited, .navigationText a:active
{
	text-decoration: none;
	color: white;
}

.formField
{
	background-color: #b1f8b9;
	color: Black;
	text-align: right;
}

.formValue
{
	background-color: #f6fc97;
	color: Black;
	text-align: left;
}


