BODY {
	background-color:#606060;
	color:#FFFFFF;
	background-image:url(/pageBkgnd.gif);
	overflow-y:scroll;
    }
	
A:LINK {
	color:#CCCCCC;
	text-decoration:none;
	}
	
A:VISITED {
	color:#CCCCCC;
	text-decoration:none;
	}
	
A:HOVER {
	color:#FFFFFF;
	text-decoration:underline;
	}

H1 {
	font-family:Times New Roman;
	font-style:italic;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-top:12px;
	margin-bottom:12px;
	}

P {
	font-family:Arial;
	font-size:12px;
	text-align:justify;
	color:#CCCCCC;
	margin-bottom:14px;
    }

.DIV_H1 {
	border:2px solid #CCCCCC;
	margin-bottom:10px;
	}

.DIV_Img_Big {
    border:2px solid #CCCCCC;
	padding:2px;
	float:left;
	margin-bottom:14px;
	}

.IMG_Header {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-365px;
	}

.DIV_Main {
	position:absolute;
	top:182px;
	left:50%;
	margin-left:-365px;
	width:684px;
	padding:26px 21px 21px 21px;
	background-color:#000000;
    border-left:solid 2px #FFFFFF;
    border-right:solid 2px #FFFFFF;
	border-top:solid 2px #FFFFFF;
    }

.DIV_Small_Menu {
    font-family:Verdana;
	font-size:9px
	}

/* this div makes sure there is some padding at page bottom, otherwise the footer is slammed into bottom of page */
.DIV_Footer_Container {
	position:absolute;
	margin-left:-23px;
	margin-top:10px;
	padding-bottom:15px;
}

.DIV_Footer {
    height:26px;
	padding:5px;
	text-align:center;
	font-family:Tahoma, Arial;
	font-size:10px;
	font-weight:normal;
	background-color:#6288AC;
	border:solid 2px #FFFFFF;
    }
