/* CSS Document */
html, body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#whole{
	width:798px;
	margin:0px auto;
	position:relative;
	border:#ECECEC 1px solid;
	background-image:url(images/banners/banner.jpg);
	background-repeat:repeat-y;
}

#header
{
width:798px;
clear:both;
height:14px;
overflow:hidden;
position:relative;
margin:0px auto;
}

#headerleft{
width:200px;
height:14px;
float:left;
overflow:hidden;
position:relative;
text-align:left;
}

#headerright{
width:200px;
height:14px;
float:right;
overflow:hidden;
position:relative;
text-align:right;
}

#banner{
width:798px;
clear:both;
position:relative;
background-color:#FFFFFF;
}

#horizontalbar{
	width:798px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	overflow:hidden;
	position:relative;
	display:block;
	background-color:#06415F;
}

#navbar{
	padding:5px;
	width:120px;
	float:left;
	position:relative;
	overflow:hidden;
	background-color: #9B9B9B;
	line-height: 18pt;
	height: 400px;
}

#content{
padding:5px;
width:655px;
float:right;
position:relative;
overflow:hidden;
}

#footer{
width:798px;
height:14px;
overflow:hidden;
clear:both;
position:relative;
}

#footerright{
width:200px;
float:right;
overflow:hidden;
height:14px;
position:relative;
text-align:right;
}

.navbarlink:link{
font-size:12px;
font-weight:bolder;
color:#ffffff;
margin-bottom:3px;
}

.navbarlink:visited{
font-size:12px;
font-weight:bolder;
color:#ffffff;
margin-bottom:3px;
}

.navbarlink:hover{
font-size:12px;
font-weight:bolder;
color:#ffffff;
text-decoration:none;
margin-bottom:3px;
}

a:link{
font-size:12px;
}

a:visited{
font-size:12px;
}

a:hover{
font-size:12px;
text-decoration:none;
}
.tableborder{
	border: 1px solid #06415F;
}
