body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

#divContainer {
	position: relative;
	width: 627px;
	margin-right: auto;
	margin-left: auto;
}

#image {
	margin-top: 20px;
	margin-bottom: 35px;
}


#divContainer #divBody {
	position: relative;
	width:504px;
	float: left;

}

#divContainer #divBody #divContent {
	position: relative;
	width: 450px;
	height: 100%;
	float: left;
	background-image: url(../images/body_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
padding-right:54px
}

#divContainer  #divNav {
	width: 123px;
	position:relative;
	float:right;
	margin-top: 25px
}

#divContainer #divNav p {
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: normal;
	width: 123px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

#divContainer #divNav a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#divContainer #divNav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}



.imageRight {
	position: relative;
	right: 0px;
	float: right;
	width: 15px;
	clear:both;
	
}
img{
	display:block;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.divClear {
	clear: both;
	display@none;
}
.highlight {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
#divContainer #divBody #divContent ol {
	list-style-position: outside;
	list-style-type: lower-alpha;
}


.tableHeader {
	color: #660033;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFE0;
	text-align: center;
}