﻿/*************************************/
body 
{
	background-color: #1b3b6a;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
/*************************************/

/*************************************/
#layout
{
	width: 850px;
	margin: 0px auto;
	background-color: #1b3b6a;
}
/*************************************/

/*************************************/
#header
{
	background-image: url(../Images/webbanner.jpg);
	background-color: #ffffff;
	height: 75px;
	width: 850px;
}
/*************************************/

/*************************************/
#searchpanel
{
	float:right;
	padding: 5px 5px 5px 5px;
	width: 213px;
}
/*************************************/

/*************************************/
#middlecontainer
{
	margin-top: 5px;
	background-color: #ffffff;
	min-height: 300px;
	overflow: auto;
}
/*************************************/

/*************************************/
#content
{
	background-color: #ffffff;
	float: left;
	width: 640px;
	padding: 5px 5px 5px 5px;
}

#content h1
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	width: 640px;
	background-color: #6291cc;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	margin-bottom: 2px;
}

#content h2
{
	font-weight: bold;
	background-color: #d0d1d2;
	padding: 5px 5px 5px 5px;
	color: #003366;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 2px;
}
/*************************************/

/*************************************/
#rightpanel
{
	background-color: #ffffff;
	float: right;
	width: 190px;
	padding: 5px 5px 5px 5px;
}
/*************************************/

/*************************************/
#footer
{
	margin-top: 5px;
	background-color: #ffffff;
	width: 850px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	clear: both;
}
/*************************************/

/*************************************/
#credits
{
	margin-top: 5px;
	color: #ffffff;
	width: 850px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	clear: both;
}

#credits a
{
	color: #ffffff;
}
/*************************************/

/*************************************/
#menu
{
	background-color: #ffffff;
	width: 850px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
/*************************************/

/*************************************/
.textstyle0
{
}

.textstyle1
{
	font-weight: bold;
	color: #003366;
}

.textstyle2
{
	color: #003366;
}

.textstyle3
{
	font-size: 11px;
	color: #003366;
}

.textstyle3 a:hover
{
	color: #ffffff;
	background-color: #6291cc;
}

.textstyle3 a
{
	color: #003366;
	text-decoration: none;
}

.textstyle4
{
	color: #003366;
	font-style: italic;
	font-size: 14px;
}

.textstyle5
{
	color: #ff0000;
}

.textstyle6
{
	color: #ff0000;
	font-style: italic;
	font-size: 14px;
}

.textstyle7
{
    color: #000000;
}

.textstyle7 a
{
    text-decoration: none;
    color: #000000;
}
/*************************************/

/*************************************/
.textbox1
{
	width: 150px;
	border: solid 1px #c1d1dc;
	background-color: #ffffff;
	font-size: 11px;
	color: #1b3b6a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textbox2
{
	width: 300px;
	border: solid 1px #c1d1dc;
	background-color: #ffffff;
	font-size: 11px;
	color: #1b3b6a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button1
{
	width: 55px;
	background-color: #1b3b6a;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	border: solid 1px #ffffff;
}
/*************************************/

/*************************************/
.ajaxcompletionitemstyle
{
    background-color: #f6f6f6;
    color: #1b3b6a;
    font-size: 11px;
}

.ajaxcompletionhighlight
{
    background-color: #ff6600;
    color: #1b3b6a;
    font-size: 11px;
}
/*************************************/

