@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/grad_bkgd.jpg);
	background-repeat: repeat-x;
	background-position:top-left;
	background-color: #756754;
}


#container {
	margin: 0 auto;
	width: 863px;
	height:970px;
	border:thin;
	border-color:#CCCCCC;
}

body {
	background-image: url(../images/grad_bkgd.jpg);
	background-repeat: repeat-x;
	background-position:top-left;
	background-color: #756754;
}



#containerLong {
	margin: 0 auto;
	width: 863px;
	height:1450px;
	border:thin;
	border-color:#CCCCCC;
}


#nav {
	width: 100%;
	align: left;
	background-color: #000000;
}


#contentMain {
	margin: 0;
	width: 60%;
	float:left;
	align: left;
	padding-left: 30px;
	padding-right:10px;
	padding-top:30px;
	overflow: auto;
}


#contentLeft {
	margin: 0;
	float:right;
	width: 33%;
	align: right;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 30px;
}

#content {
	background-image:url(../images/blurb_bkgd.jpg);
	width: 243px;
	height: 280px;
	padding-top: 10px;
	padding-left: 20px;
}

#content2 {
	background-image:url(../images/blurbNOW_bkgd.jpg);
	background-repeat:no-repeat;
	width: 243px;
	height: 435px;
	padding-top: 10px;
	padding-left: 20px;
}
	

.mainDiv {
	margin-top:0;
	background-image:url(../images/bronwenlogo_swag.jpg);
	background-repeat:no-repeat;
	background-position:top-left;
	background-color:#FFFFFF;
	height:100%;
	width:863px;

}

.mainDivLong {
	margin-top:0;
	background-image:url(../images/bronwenlogo_swag.jpg);
	background-repeat:no-repeat;
	background-position:top-left;
	background-color:#FFFFFF;
	height:1024px;
	width:863px;

}

.nav {
	background-image:url(../images/nav_bkgd.jpg);
	background-position:top-left;
	background-repeat:repeat-y;
	background-color:#000000;
}



a:link {
	color:#7F0000;
	text-decoration: none;
}

a:visited {
	color: #756754;
	text-decoration: none;
}

a:active {
color: #CC99FF;
text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7F0000;
}

	
.pageHeaders{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7F0000;
	font-size:22px;
}

.headers{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#7F0000;
	font-size:18px;
	font-weight: bold;
	line-height: 24px;
}

.body{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#000000;
}

.title{
	color:#7F0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	font-weight:bold;
}

.Subtitle{
	color:#756754;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 16px;
	font-style:italic;
	font-weight:bold;
}

.SubtitleBlack{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 16px;
	font-style:italic;
	font-weight:bold;
}
	
