body
{
	background-color:#030863;
	margin-top:16px;
}

.top
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:139px;
}

.left
{
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	background-color:White;
	width:200px;
}

.main
{
	background-color:White;
	width:600px;
}

.bottom
{
	background-color:White;
	background-image:url(images/bottom.jpg);
	background-repeat:repeat-x;
	height:28px;
}

a
{
		color:navy;
}

a:hover
{
		color:#376FFF;
}

.content
{
	padding-left:20px;
	padding-right:35px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:Arial;
	font-size:12px;
	color:Navy;
}

h3
{
	font-family:Arial;
	color:navy;
	margin:0px;
}

hr
{
	color:#000080;
	margin-bottom:15px;
	height:1px;
}

span 
{
	background-color:#BBDAFB;
	width:100%;
	padding:10px;
	border:1px solid navy;
}

