*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	background: #fadfef;
	font: normal 12px/19px arial, verdana, tahoma, sans-serif;
	color: #073331;
}
#top{
	background: #e6baec url(images/topbg.jpg) repeat-x;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 350px;
	border-bottom: 4px solid #e6baec;
}
#bottom{
	width: 775px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0 20px 0px;
}
#navigation{
	float: left;
	width: 200px;
	padding: 5px 5px 10px 0;
}
#content{
	float: right;
	width: 550px;
	padding: 0 0 10px 5px;
	text-align: justify;
}


/* ---- NAVIGATION STYLES ---- */
h3{
	color: #246456;
	font: bold 21px/24px 'arial narrow', sans-serif;
	text-transform: uppercase;
	text-align: center;
}
#navigation ul{
	border-top: 2px solid #fff;
	border-bottom: 3px solid #bc67c0;
	margin: 0 auto 25px auto;
}
#navigation ul li a{
	display: block;
	width: 173px;
	padding: 2px 2px 2px 25px;
	background: #edb5f1 url(images/miscbg.jpg) no-repeat;
	text-decoration: none;
	color: #112f2b;
}
#navigation ul li a:hover{
	color: #f4d3f2;
	background: #006964;
}



/* ---- CONTENT STYLES ---- */
a, a:link, a:active{
	text-decoration: none;
	color: #3c7371;
}
a:hover{
	color: #4b1d33;
}
h1{
	padding: 2px 0 0 0;
	color: #52336A;
	font: bold 28px/34px 'arial narrow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h1 span{
	color: #693094;
}
p{
	margin: 3px 0 12px 0;
	text-indent: 23px;
}
h2{
	color: #0e3d3b;
	font: normal 18px/24px 'arial black', sans-serif;
	text-transform: uppercase;
	margin-left: 15px;
}
.date{
	color: #333;
	font: normal 10px/15px arial, verdana, tahoma, sans-serif;
	text-transform: uppercase;
	margin-left: 15px;
}
.update{
	border-top: 2px solid #fff;
	border-bottom: 3px solid #082a28;
	background: #daeae9 url(images/miscbg2.jpg);
	padding: 7px 7px 3px 7px;
	color: #380e2f;
	margin: 0 0 20px 0;
}
b{
	color: #054946;
}
strong{
	color: #300549;
}
i, em{
	color: #1f3b50;
	font: italic 14px/19px georgia, serif;
}
blockquote{
	width: 475px;
	margin: 10px auto 20px auto;
	padding: 7px 7px 36px 7px;
	background: #b1e0df url(images/quote.jpg) bottom right no-repeat;
	border: 2px solid #e8b9d5;
	color: #390e47;
	overflow: hidden;
}
.block-one{
	float: right;
	height: 25px;
	width: 75px;
}
.block-two{
	clear: right;
	float: right;
	height: 25px;
	width: 150px;
}
.block-three{
	clear: right;
	float: right;
	height: 25px;
	width: 175px;
}
#content ul{
	list-style-type: square;
	width: 450px;
	margin: 5px 15px 15px 75px;
	padding: 0 0 10px 0;
}
#content ol{
	list-style-type: upper-roman;
	width: 450px;
	margin: 5px 15px 15px 75px;
	padding: 0 0 10px 0;
}
#content li{
	padding: 1px 2px;
}

