a {
	text-decoration: none;
	font-weight: bold;
	color: #333399;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #333399;
}

#left_content a {
	font-weight: normal;
}

.dark_grey {
	background-color: #b9bbc0;
	
	margin: 0;
	
	height: 102px;
}

#top_section {
	margin: 0;
	
	text-align: right;
}

#bottom_section {
	margin: 0;
	height: 112px;
	background: url(images/bottom_background.png) repeat-x;
	padding-top: 7px;
	text-align: center;
}	

body {

	background: url(images/background.gif) repeat;
	margin: 0;
	
	font-family: Arial, sans serif;
	font-size: 13px;
}

#crest {
	float: left;
	margin-left: 19px;
}

#content {

	width: 791px;
	background: #ffffff;
	margin-left: 110px;
	padding: 10px 10px 10px 10px;
}

#logo {
	
}

.thin_grey {
	background-color: #d9d8db;
	margin: 0;
	padding: 0;
	height: 10px;

}

.divider {
	font-family: Arial, sans serif;
	font-size: 18px;
	color: #663399;
	width: 100%;
	background: url(images/divider_line.png) repeat-x;
}

.divider span {
	background-color: #ffffff;
	padding-right: 5px;
}

.divider2 {								// for centered dividers
	font-family: Arial, sans serif;
	font-size: 18px;
	text-align: center;
	color: #663399;
	width: 100%;
	background: url(images/divider_line.png) repeat-x;
}

.divider2 span {
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
}

h3 {

	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 4px 0;

}

#left_content {
	padding-right: 0;
	width: 139px;
	float: left;
	background: url(images/link_grey.png) repeat;
	
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	
	font-family: Arial, sans serif;
	font-size: 17px;
	
	text-align: center;
}

.left_content_links a {
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	background: url(images/nav_link_background_light.png) no-repeat;
}

.left_content_links a:hover {
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	background: url(images/nav_link_background_dark.png) no-repeat;
}

#right_content {
	margin-left: 173px;
	background: url(images/background_crest2.jpg) no-repeat;
	background-position: top center;
}

.content_section {
	margin-left: 5px;
}

.left_content_links {

}

.left_content_links p {
	margin: 12px 0 12px 0;
}

.left_content_links a {
	color: #336699;
	text-decoration: none;
}

.left_content_links p a:hover {
	color: #336699;
}

.left_content_links a:visited {
	color: #336699;
}

#center {
	padding-top: 9px;
	margin-bottom: 2px;
}