body{
	text-align : center;
	background-color : #85827B;
	cursor : default;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	clip : rect(12px 12px 12px 12px);
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

.siteTable{
	background-color : #887F5E;
	border : 1px solid black;
	border-top : none;
	border-bottom : none;
	width : 700px;
	table-layout : fixed;
}

.siteHeader1{
	height : 115px;
	background-image : url("../images/siteHeader1.jpg");
	background-repeat : no-repeat;
}

.siteHeader2{
	height : 62px;
	background-image : url("../images/siteHeader2.jpg");
	background-repeat : no-repeat;
}

.siteHeader3{
	height : 49px;
	background-image : url("../images/siteHeader3.jpg");
	background-repeat : no-repeat;
}

.siteContentTable{
	width : 100%;
}

.siteContentCell{
	font-size: 12px;
	padding : 10px;
	text-align : justified;
	color : #2C2A23;
}

.siteMenuCell{
	width : 110px;
	vertical-align : top;
	padding-top : 20px;
}

.menuCell{
	cursor : pointer;
	height : 11px;
	background-color : #73716A;
	color : white;
	font-size : 10px;
	padding : 5px;
}

.menuCellOn{
	cursor : pointer;
	height : 11px;
	background-color : #73716A;
	text-decoration : underline;
	color : white;
	font-size : 10px;
	padding : 5px;
}

.menuTop{
	width : 11px;
	background-image : url("../images/menuTopRight.gif");
	background-repeat : no-repeat;
	background-position : top;
	font-size : 1px;
	border : none;
}

.menuMid{
	width : 11px;
	height : 11px;
	background-color : #73716A;
	border : 1px solid #4A484F;
	border-left : none;
	border-top : none;
	border-left : none;
	border-bottom : none;
	font-size : 1px;
}

.menuBot{
	width : 11px;
	background-image : url("../images/menuBotRight.gif");
	background-repeat : no-repeat;
	background-position : bottom;
	font-size : 1px;
	border : none;
}

a.topLink{
	color : white;
	text-decoration : none;
}

a.topLink:hover{
	color : white;
	text-decoration : underline;
}