/* CSS Document */

body {
	background-color: #000;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffff;
	padding: 0px;
}
.listitem {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.warning {
  color:#F00;
  }

.MajorHeader {
	font-size: 28px;
	line-height: normal;
	color: #036;
	font-weight: 400;
}
.MinorHeader {
	font-size: 16px;
	line-height: normal;
	color: #036;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.Header {
	background-color: #ffc;
}
.Border {
	background-color: #6699ff;
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
}

.Banner {
	background-color: #FFC;
	color: #036;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
}

.bold {
	font-family: Verdana, sans-serif;
	line-height: normal;
	font-weight: bold;
	color: #900;
}

.body {
	background-color: #ffc;
}
.ListHeader {
	font-size: 15px;
	font-style: normal;
	line-height: 110%;
	font-weight: 700;
	color: rgb(51,102,102);
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.itemheader {
	line-height: normal;
	color: rgb(51,153,102);
	text-decoration: underline;
	font-weight: bold;
	margin-left: 10px;
	font-size: 14px;
}
.TableCell {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 10px;
}

/* Layer Definitions */

#Banner {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100px;
	z-index:2;
	background-color: #fff;
}
#Header {
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height:30px;
	z-index:4;
	background-color: #6699ff;
}

#MenuBar {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:530px;
	z-index:9;
}

#Body {
	position:absolute;
	left:0px;
	top:130px;
	width:100%;
	height:530px;
	z-index:5;
	background-color: #FFFFFF;
}
#PageContent {
	position:relative;
	left:20%;
	top:10px;
	width:75%;
	height:490px;
	z-index:8;
	background-color: #fff;
}
