#navBar {
    position:absolute;
    width:803px;
    height:102px;
    z-index:1;
    left: 2px;
	top: 14px;
}

#menuBox {
	position:absolute;
	width:116px;
	height:234px;
	z-index:2;
	left: 2px;
	top: 143px;
}

#contentBox {
	background-image: url(../images/contentBackground.png);
	position:absolute;
	width:677px;
	height:auto;
	z-index:2;
	left: 124px;
	top: 143px;
	border: 1px none #000000;
	overflow: visible;
}

#loginMenu {
	position:absolute; 
	width:462px; 
	height:24px; 
	z-index:3; 
	left: 322px; 
	top: 145px;
	text-align: right;
}

#container {
	width: 805px;
	position: relative;
	height:100%;
}

h1 {
	background-image:  url("../images/contentHeading.png");
	background-repeat: no-repeat;
	font-size:20px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.contentFooter{
	background-image:  url("../images/contentFooter.png");
	background-repeat: no-repeat;
	font-size:12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 13px;
	padding-bottom: 10px;
}

p {
	background-repeat: repeat-y;
	padding: 0px 10px 10px;
}

.menuItem, .subMenuItem{
	background-color: #CCCC99;
	border: 3px solid #999966;
	border-right: 15px solid #999966;
	border-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
	font-size: 10pt;
	width: 90px;
	clip: rect(auto,auto,auto,auto);
}

.subMenuItem {
	border-left: 15px solid #999966;
	border-right: 3px solid #999966;
	display:none;
}

.menuItem a:link , .subMenuItem a:link {
	text-decoration: none;
	color: #000000;
}

.menuItem a:visited, .subMenuItem a:visited {
	text-decoration: none;
	color: #000000;
}

.menuItem a:hover, .subMenuItem a:hover {
	text-decoration: underline;
	color: #000000;
}

.menuItem a:active, .subMenuItem a:active {
	text-decoration: none;
	color: #000000;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	height:100%;
}

#contentBox img {
	padding: 10px;
}
.editMenu {
	font-size: 10pt;
	float: right;
}

.LargeRedText {font-size: 16pt; color: #FF0000;}

.LargeText {font-size: 16pt}

.SmallText {font-size: 10pt; }

.SmallRedText {font-size: 10pt; color: #FF0000; }
