/* CSS Document background-color:#5BDEFF;*/
.main {
	width:750px;
	font-size:12px;
	background-color:#477BAD;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.title {
	width:750px;
	
}

.side {
	float:left;
	width:150px;
	background-color:#477BAD;
}

.content {
	width:600px;
	height:100%;
	float:right;
	background-color:#477BAD;
}

.nav {
	background-image:url(images/nav.jpg);
	width: 750px;
	height: 30px;
	font-size:11px;
	text-align : right;
}

body {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/pageBG.gif);
	margin-left:0px;
	margin-top:0px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	
}

.pageText {
	background-color:#133E79;
	
	padding:10px;
	margin-left:5px;
	width:525px;
	font-size:12px;
	text-align:left;
}

a.pageText {
	color:#BEA26F;
	text-decoration:nonw;
	padding:0px;
	margin-left:0px;
}

.copyRight{
	font-size:12px;
	text-align: center;
}