/* CSS Document */

#main {
	width: 760px; height: 469px; position:relative; margin: 0 auto; text-align: left; z-index: 1;
	}
#contentBg {
	width: 558px; height: 469px; left: 202px; top: 0px; position:absolute; z-index: 2; filter:alpha(opacity=10); -moz-opacity:0.10; opacity: 0.10;
	}
#nav {
	width: 240px; height: 417px; left: 15px; top: 19px; position:absolute; z-index: 3;
	}
#pageTitle {
	width: 510px; height: 37px; left: 239px; top: 37px; position:absolute; z-index: 4;
	}
#copyright {
	width: 510px; height: 10px; left: 239px; top: 475px; position:absolute; text-align:center; z-index: 4;
	}
#content {
	width: 500px; height: 375px; left: 244px; top: 85px; position:absolute; z-index: 6; overflow: auto;
	}
body {
        background-color:#07213C;
		background-image: url(images/bg.gif); background-repeat: repeat-y; overflow:auto; background-position:center;
		margin: 0 auto;
		padding: 0;
		text-align: center;
        }

.genText {
        font-family : Arial, Helvetica, Verdana, sans-serif;
        font-size: 12px;
        color : #FFFFFF;
}
.genText A:visited {
	color:#00CCCC;
	text-decoration: underline;
}
.genText A:link {
	color:#00CCCC;
	text-decoration: underline;
}
.genText A:hover {
	color:#FFFFFF;
	text-decoration: none
}
.smallText {
        font-family : Arial, Helvetica, Verdana, sans-serif;
        font-size: 10px;
        color : #FFFFFF;
}
