/* CSS Document */
#body{
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	text-align:center;
	font-size: 11px;
	line-height: 16px;
}

#banner{
	height: 100px;
	background-image: url(banner.jpg);
}

#container{
	width: 620px;
	background-color: #FFF;
	border: solid 1px #000;
	margin: 10px auto;
}

#content {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.text{
text-align: center;
font-size: 13px;
margin-bottom: -15px;
}

a.text:link{
font-size: 13px;
color: #003366;
}

a.text:visited{
font-size: 13px;
color: #003366;
}

a.text:hover{
font-size: 13px;
color: #990000;
}

a.text:active{
font-size: 13px;
color: #003366;
}

.textwithmargin{
text-align: center;
font-size: 13px;
margin-bottom: 20px;
}

.textwithmargins{
text-align: center;
font-size: 13px;
margin-top: -15px;
margin-bottom: 20px;
}

.footertext{
text-align: center;
font-size: 11px;
font: white;
color: white;
}

a.footer:link{
color: #CCCCCC;
}
a.footer:visted{
color: #CCCCCC;
}
a.footer:hover{
color: #FFFFFF;
}
a.footer:active{
color: #CCCCCC;
}

#footer{
	background-color: #214065;
	padding: 1px;
}
	
