body {
	font-size: small;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color:#FFFFFF;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	padding-bottom:10px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;

}

* html body {
	font-size: xx-small;/* for IE5/Win */
	f\ont-size: x-small; /* for other IE versions */		
}
table { font-size: 100%; }

.outline {
	background-color: #FFFFFF;
	width: 735px;
	margin: 0px;
	padding: 0px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#navcontainer
{
	height: 20px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color: #3E7275;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}


h1 {
	font-size: 180%;
	color: #22477A;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

h2 {
	font-size: 135%;
	color: #22477A;
	font-style: italic;
	padding-top: 20px;

}
h3 {
	font-size: 115%;
	color: #22477A;
}
a.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
	text-decoration: none;
	padding: 2px;
	margin-left: 30px;
}

table .toplinks  {
}


a.toplinks:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	background-color: #CBCAD8;
}
h4 {

	font-size: 105%;
	color: #999999;
}
.caption {
	font-size: 75%;
	padding-top: 10px;
	padding-left: 5px;
}
.textpadding {
	padding: 8px;
}
select, textarea, input{
	font-family : Arial;
	border: solid #999 1px;
}

.GoButton{
	color: #000000;
	background-color: #F3F3F3;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	font-family : Arial;
	font-size : 0.7em;
	font-weight: bold;
	margin-right: 15px;
}
.title {
	font-size: 200%;
	color: #5088A9;
	padding: 0 0 0 30px;
	font-weight: bold;
}
.maintext {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(images/maintext_bg.gif);
	background-repeat: repeat-x;
}
