/* CSS Document */
p {margin:5px 5px 5px 5px; padding:0px 0px 0p 0px;}
body{background-image:url(../images/bg.gif); background-repeat:repeat}
a:link {color: #ffff66;}
a:visited {color: #cccccc;}
form { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px}

#frame{
	margin-left:auto;
	margin-right:auto;
	width: 607px;
	height:600px;
	margin-top: auto;
	margin-bottom: auto;

}
#frame #left {
	background-image:url(../images/backgrnd_02.jpg);
	background-repeat:repeat-x;
	background-color: #00518D;
	width: 255px;
	height:445px;
	border: solid #ffffff 9px;
	float:left;
	margin-right: 25px;
} 
#frame #right {
	background-image:url(../images/backgrnd_02.jpg);
	background-repeat:repeat-x;
	background-color: #00518D;
	width: 255px;
	height:445px;
	border: solid #ffffff 9px;
	float:left;
	margin-left: 25px;
} 

#left #leftBox {
	background-color:#002558;
	width:255px;
	float: none;
	height: 280px;
	margin-bottom: 10px;
}
#right #leftBox {
	background-color:#002558;
	width:255px;
	float: none;
	height: 280px;
	margin-bottom: 10px;
}

.logo {position:relative; left:45px}
.greyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	background-color:#FFFFFF;
	display: block;
	padding: 5px 0px 5px 0px;
}
.top {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	font-weight: bold;
}

