/* Global CSS styles  */
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	background-color:#EBEAE3;
}

td {
	font-family:Verdana;
	font-size:small;
}

p  {
	font-family:Verdana;
	font-size:small;
}
	
li  {
	font-family:Verdana;
	font-size:small;
}

image
{
	border:solid 0px black;	
}


a:link {
	color: #688FCF;
}

a:visited {
	color: #688FCF;
}

a:hover {
	color: #151A5E;
}

a:active {
	color: #688FCF;
}

/* Header styles brought in from banner.css */

.bodyPos {position:relative; top: 100px; width: 100%; margin-left:auto; margin-right:auto;}

.header {position:absolute; top: 0px; left:0px; right:0px; width: 100%; margin-left:auto; margin-right:auto;}

.footer {
	position:absolute;
	/*height: 1em;*/
	/*padding:100px 100px 100px 100px;*/
	background-color:#EBEAE3;
	/*border-bottom:solid 5px #D7D3C7;
	border-right:solid 1px #D7D3C7;
	border-left:solid 1px #D7D3C7;*/
	width:100%;
	font-size:x-small;
	text-align:center;
}

.footer td {
		padding:10px 0px 20px 0px;
}

.OuterTable {
	width:780px;
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF;
	border-left:solid 1px #D7D3C7;
	border-right:solid 1px #D7D3C7;
	border-bottom:solid 1px #D7D3C7;
}

.BannerPlaceHolder
{
	padding-bottom:10px;
	color:#151A5E;
	font-family:Verdana;
	font-size:x-large;	
	font-style:italic;
}

.Navigation 
{
	top: 100px; left:0px; right:0px;
	position:relative;
	width:100%;
	text-align:center;
	margin-left:auto; 
	margin-right:auto;
}

.ContentTable
{
	width:780px;
	margin-left:auto; 
	margin-right:auto;
	background-color:#BEBD7A;
	border-left:solid 1px #D7D3C7;
	border-right:solid 1px #D7D3C7;
	border-bottom:solid 1px #D7D3C7;	
}

.ContentTabs
{
	font-size: small;
	line-height:20px;
	padding-left:3px;
	font-weight: normal;
	background-color:#BEBD7A;
	color:#151A5E;
}

.ContentTabs a:link 
{
	color:#151A5E;
	font-weight:bold;
	text-decoration:none;
}

.ContentTabs a:hover
{
	color:#151A5E;
	font-weight:bold;
	text-decoration:underline;
}

.ContentTabs a:visited
{
	color:#151A5E;
	font-weight:bold;
	text-decoration:none;	
}

.ContentTabSelected
{
	background: Yellow;
	font-weight: bold;		
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:.7;
	vertical-align:top;
	text-align:right;
}

.modalPopup 
{
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:700px;
	height:300px;
}

.InputField {
	font-family: Verdana;
	color:#000000;
	font-size:small;
}
