﻿
body
{
	font-family: arial,tahoma;
	font-size: 12px;
}

.right
{
	float: right;
}
.clr
{
	clear: both;
	line-height: 0;
}
.formCellTitle
{
	width: 120px;
	text-align: right;
	color: #213b8f;
}
.formCellContant
{
	width: 140px;
	text-align: right;
}
.topImg
{
	background-image: url('images/top.JPG');
	background-repeat: no-repeat;
	width: 820px;
	height: 120px;
}
.bottomImg
{
	background-image: url('images/bottom.JPG');
	background-repeat: no-repeat;
	width: 820px;
	height: 440px;
}
.formLine
{
	margin: 5px 0;
}

#container
{
	width: 820px;
	margin: 0 auto;
}
#main
{
	min-height: 680px;
	text-align: center;
}
#footer
{
	clear: both;
	text-align: right;
	font-size: 10px;
}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-weight: bold;

}

#navlist li
{
	list-style-type: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom : 1; 
	*display:inline;
	text-align:center;
	
}

#navlist a
{
	padding: 3px 25px;
}

#navlist a:link, #navlist a:visited
{
	color: #003599;
	background-color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}
.resultTable table
{
	background-color: white;
	color: #213b8f;
	font-size: 14px;
	font-weight: bold;
}

.resultTable td
{
	border: solid 3px #aae2fb;
}
.validationError
{
	color: Red;
}
.validationError input
{
	border: solid 1px red;
}
