/*Entire Page*/
h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	color: #000;
	font-weight: normal;
}
body{
	text-align: center;
	background-image: url(/images/backgrounds/body.gif);
	font-family: Verdanan, Georgia;
	margin: 15px 0px 0px 0px;
}
div.page{
	text-align: left;
	margin: 0px auto 0px auto;
	width: 807px;
}


/*Date Div*/
div#date{
	text-align: right;
}
div#date h5{
	margin: 0px 7px 3px 0px;
	font-weight: normal;
}


/*Header Div*/
div#header{
	background-repeat: no-repeat;
	height: 265px;
}
div#header img{
	float: left;
	margin: 108px 0px 0px 12px;
}
div#header h1{
	float: right;
	margin: 208px 7px 0px 0px;
	width: 280px;
	text-align: center;
	font-size: 16pt;
}


/*Middle Div*/
div#middle{
	background-image: url(/images/backgrounds/middle.gif);
	min-height: 500px;
	display: table;
	padding: 10px 0px 0px 0px;
}
div#middle div#leftSideBar{
	background-image: url(/images/backgrounds/bottomLogo.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
	width: 199px;
	min-height: 490px;
	border: solid #CCC;
	border-width: 0px 1px 0px 0px;
}
div#middle div#leftSideBar ul{
	font-size: 16pt;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#middle div#leftSideBar ul li{
	margin: 0px 0px 0px 0px;
}
div#middle div#leftSideBar ul li a{
	width: 178px;
	margin: 0px 0px 0px 1px;
	padding: 5px 0px 5px 20px;
	display: block;
	text-decoration: none;
	color: #000;
	font-family: Arial;
}
div#middle div#leftSideBar ul li a:hover{
	color: #036;
	background-color: #EEE;
	background-image: url(/images/backgrounds/navArrow.gif);
	background-repeat: no-repeat;
	
}
div#middle div#contents{
	margin: 0px 20px 0px 10px;
	float: right;
	width: 553px;
}
div#middle div#contents p, div#middle div#contents li{
	text-align: justify;
	margin: 0px 0px 15px 0px;
}
div#middle div#contents ul{
	list-style-image: url(/images/bullets.gif);
}

/*Bottom Div*/
div#bottom{
	background-image: url(/images/backgrounds/bottom.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}
div#bottom h5{
	font-weight: normal;
	font-size: 9pt;
}

/*Standard Classes and Tags*/
.center{
	text-align: center;
}
.left{
	float: left;
	margin: 5px 10px 0px 0px;
}
.right{
	float: right;
	margin: 5px 0px 0px 10px;
}
a{
	color: #333;
}
a:hover{
	color: #369;
}
div#middle div#contents p#small{
	text-align: center;
	margin: 0px;
	font-size: 8pt;
}