* 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

body
{
	font-size: 11px;
	padding: 0;
	margin: 0;
	background-color: #E5E5E5;
	width:100%;
	
	scrollbar-base-color: White;
	scrollbar-track-color: White;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #014D71;
	scrollbar-highlight-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-shadow-color: #014D71;
	scrollbar-face-color: White;
}

form
{
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:hover
{
	color: #014D71;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

p
{
	font-size: 11px;
	padding: 0;
	margin: 0 0 20px 0;
}

td
{
	vertical-align: top;	
}

.main
{
	height: 550px;
	width: 899px;
	text-align: left;
}

.navigation
{
	width: 139px;
	background-color: #fff;	
}
.navigation div
{
	float: left;
	clear: left;
}

.subNavigation
{
	height: 30px;
	padding-top: 10px;
}
.subNavigation a, .subNavigationa a:link, .subNavigation a:visited, .subNavigation a:hover
{
	font-weight: normal;
	padding-right: 10px;
}

.content
{
	width: 490px;
	height: 505px;
	padding: 39px 0px 0 0;
	background-color: #fff;	
}

.scrollContent
{
	width: 450px;
	height: 370px;
	overflow: auto;
}
.scrollContent a, .scrollContent a:link, .scrollContent a:visited, .scrollContent a:hover
{
	font-weight: normal;
}

.contentRight
{
	width: 250px;
	padding: 39px 0 0 0;
	background-color: #fff;	
}

.rightImage
{
	border: solid 2px #014D71;
	margin-bottom: 10px;
}

.rightBox
{
	border-top: solid 1px #014D71;
	margin-top: 10px;
	padding: 10px 6px 10px 6px;
}

.rightBox td
{
	vertical-align: top;
	padding-bottom: 15px;
}

.rightHeadline
{
	margin-bottom: 10px;
}

input.rightTextBox
{
	width: 238px;
	margin: 1px 0 1px 0px;
}

.paddRight
{
	padding-right: 20px;	
}

.right
{
	width: 20px;
}

.floatRightClear
{
	/*float: right;
	clear: left;*/
}

.footer
{
	height: 38px;
	background-color: #fff;	
}
div.footer { width: 450px; border-top: solid 1px #014D71; padding-top: 5px; }
.footer * { color: #014D71; }
.alignRight *, .alignRight { text-align: right;}
.valignMiddle { vertical-align: middle !important; }


div.imageBox, div.imageBox2
{
	width: 118px;
	margin-bottom: 5px;
	float: left;
}
div.imageBox2
{
	width: 107px;
}

img.imageBox
{
	border: solid 1px #014D71;
	margin-bottom: 3px;
}
	
.imageBox a, .imageBox a:link, .imageBox a:hover, .imageBox:visited,
.imageBox2 a, .imageBox2 a:link, .imageBox2 a:hover, .imageBox2 a:visited
{
	text-decoration: none;
	font-weight: normal;
}
.imageBox a img, .imageBox2 a img {margin-right: 3px;}

.error
{
	color: Red;	
}

.titleAnchor a, .titleAnchor
{
	text-decoration: none;
	font-weight: bold !important;
	color:	#000;
}
