html {
	overflow-y: scroll;
}
body {
	background-image:url(../images/bg.jpg) !important; 
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainContent
{
	width:793px;
	margin-left:auto;
	margin-right: auto;
}

.pageTop
{
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	height:89px;
}

.pageBody
{
	background-image:url(../images/middle.png);
	background-repeat:repeat-y;
	padding-left:23px;
	padding-right:28px;
	
}

.pageBottom
{
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	height:45px;
}

.pageContent
{
	padding-left:22px;
	padding-right:22px;
	padding-top:5px;
	font-family:Century Gothic;
}

.menu
{
	background-image:url(../images/menuBG.jpg);
	background-repeat:repeat-x;
	height:27px;
	padding-top:6px;
	margin-left:0;
	font-size:11px;
	font-weight:bold;
}
	.menu A:link {
		text-decoration:none;
		color:#000000;
	}
	.menu A:visited{
		text-decoration:none;
		color:#000000;
	}
	.menu A:active {
		text-decoration:none;
		color:#000000;
	}
	.menu A:hover {
		text-decoration:underline;
		color:#3678ab;
	}

ul.menu, .menu ul{
	/*Remove all spacings from the list items*/
	/* http://phoenity.com/newtedge/horizontal_nav */
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	padding-left:22px;
}

.menu li
{
	display:inline;
	padding-right:16px;
	margin-left:0px;
	cursor:pointer;
}

.pageFooter{
	padding:4px;
	color:#999999;
	font-size:11px;
	text-align:center;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
	.pageFooter A:link {
		text-decoration:none;
		color:#0099CC;
	}
	.pageFooter A:visited{
		text-decoration:none;
		color:#0099CC;
	}
	.pageFooter A:active {
		text-decoration:none;
		color:#0099CC;
	}
	.pageFooter A:hover {
		text-decoration:underline;
		color:#0099CC;
	}
	
.titles
{
	color:#5982A0;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #EBEBEB;
}

.note
{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFCC;
	padding:15px;
}

.smallItalics
{
	font-size:11px;
	font-style:italic;
	color:#999999;
}




