body {

	font-family: arial, helvetica, sans-serif;
	color: #000;
	line-height: 1.1em;
	background-color: #876da5;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	font-size: .9em;
	
}

p {

	margin-bottom: 1em;
	font-size: .9em;

}

#page {

	width: 916px;
	border: 2px solid #000;
	background-image: url('../images/page_bg.jpg');
	background-repeat: repeat-y;
	margin: 0 auto;

}

a {

	text-decoration: none;
	color:#5C3B85;
	font-weight:bold;

}

a:hover {

	text-decoration: underline;
	color:#749958;

}

a:visited {

	color:#8A76A7;

}

/*********************************

	topnav styles

**********************************/

#topnav {

	background-color: #87a76b;
	height: 50px;
	width: 916px;

}

#topnav ul {

	float: right;
	margin-top: 15px;
	
}

#topnav ul li {

	display: inline;
	text-transform: uppercase;
	margin-right: 25px;

}

#topnav ul li a {

	color: #fff;
	
}

/*********************************

	leftnav styles

**********************************/

#leftnav {

	float: left;
	width: 190px;
	padding-top: 25px;

}

#leftnav ul {

	margin-left: 13px;
	
}

#leftnav ul li {

	border-bottom: 1px solid #e6e6e6;
	height: 17px;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 15px;
	padding-top: 8px;
	font-size: .9em;

}

#leftnav ul li:hover {

	background-color: #F0F1F4;
	background-image: url('../images/bullet.gif');

}

#leftnav ul li a {

	display: block;

}

/*********************************

	rightcol styles

**********************************/

#rightcol {

	float: right;
	background-image: url('../images/factoids_bg.jpg');
	width: 160px;
	height: 550px;
	margin-right: 15px;

}

#rightcol ul {

	width: 145px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	
}

#rightcol ul li {

	text-align: center;
	color: #fff;
	font-size: .9em;
	margin-bottom: 1em;
	
}

/*********************************

	footer styles

**********************************/

#footer {
	
	clear: both;
	height: 65px;
	width: 916px;
	background-image: url('../images/footer_bg.jpg');
	text-align: left;
	font-size: .9em;
	color: #8A76A7;
}

#footer p {

	padding-top: 8px;
	margin-left: 10px;
}

#footer a {

	font-weight: normal;

}

/*********************************

	content styles

**********************************/

.content {

	width: 500px;
	margin: 2em auto;

}


.content a {

	font-weight: normal;

}

.content blockquote {

	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color:#ECEEF2;
	margin-left:15px;
	margin-right:15px;
	padding:5px 10px;
	margin-bottom: 1em;
	
}
.content h1 {

	color:#570C0C;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:28px;
	text-align:center;
	margin-bottom: 1em;

}

.content h2 {

	margin-bottom: 1em;

}

.content ul, ol {

	margin-bottom: 1em;
	margin-left: 15px;
	margin-top: .5em;

}

.content ul.bullets {

	list-style-type: disc;
	margin-left: 25px;	
	font-size: .9em;

}

li ul {

	list-style-type: disc;
	margin-left: 25px;	

}

.content ol {

	list-style-type: decimal;
	margin-left: 40px;

}

.content li {

	margin-bottom: .5em;

}

.content blockquote h1 {

	margin-bottom: 0px;

}

.content hr.divider {

	clear: left;
	border-bottom: 1px solid #777;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-top: 1em;
	margin-bottom: 1em;

}

.content .frame {

	border: 1px solid #777;
	padding: 5px;
	background-color: #efefef;
	margin-right: 1em;

}

.content .description {

	margin: 1em 0 1em 2em;

}

.content .description ul {

	list-style-type: disc;
	margin-left: 20px;

}

.content .description ul li {

	margin-bottom: .1em;
	font-size: .9em;

}

.content .photoBlock {

	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #000;
	padding-top: .5em;
	clear: left;
	
}

.content .photoBlock .photo {

	float: left;
	margin-bottom: 1em;
	
}

.content .photoBlock .photoContent {
	
	margin-left: 170px;
	
}

.content .imageCol {

	border: 1px solid #777;
	width: 230px;
	height: 110px;
	line-height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	display:table-cell;
	font-size:110px;

}

.content .imageCol img {

	vertical-align: middle;

}

.content .imageCol p {

	font-size: 14px;
	
}

.content .bottomNav {

	font-size: .8em;
	text-align: center;
	color: #8A76A7;

}

