@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-repeat: repeat-y;
	background-image: url(_media/template/homepage/shadow.jpg);
	background-position: center top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
.content h1 {
	font-size: 200%;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
	color: #7599C1;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.content h2 {
	font-size: 140%;
	line-height: 120%;
	color: #32220B;
}
.content h3 {
	font-size: 85%;
	line-height: 100%;
	color: #4B371C;
}

.content p {
	font-size: 110%;
	line-height: 145%;
	color: #000000;
}
.content a:hover {
	color: #5B86B5;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7599C1;
}
.content a {
	color: #7599D6;
	border-bottom-width: 0px;
	border-bottom-style: none;
	text-decoration: none;

}
.content li {
	font-size: 110%;
	line-height: 135%;
	color: #000000;
	list-style-image: url(_media/template/homepage/triangle.jpg);
}



.menu_bg {
	background-image: url(_media/template/homepage/menu_bg.jpg);
	background-repeat: repeat-y;
}

a {outline:none;
}

.top {
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: #32220B;
}
.content h3 a {
	color: #4B371C;
	text-decoration: none;
}
.bioIMG {
	border: 1px solid #666666;
	margin-bottom: 15px;
	margin-left: 15px;
}

