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

#top_header {
	font-weight: bold;
	font-size: 10px;
	width: 800px;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background_masters.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: -15px;
}
#container {
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-top: 90px;
	margin-right: auto;
}
.titlecolor {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
#titlebar {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 30px;
}
#header {
	width: 850px;
	height: 174px;
	background-image: url(images/header_masters.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#leftside {
	float: left;
	width: 425px;
	height: auto;
	padding: 5px 5px 5px 5px;
	border-width: 2px 2px 2px 2px;
	border-color: #E5F3FE;
	border-style: solid;
}
#rightside {
	width: 386px;
	height: auto;
	float: right;
	border-width: 2px 2px 2px 2px;
	border-color: #E5F3FE;
	border-style: solid;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
}
#nav {
	width: 850px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.nav_links {
	font-size: 12px;
}
.nav_words {
	width: auto;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	margin-right: auto;
	float: left;
	font-weight: bold;
}
.activelink {
	width: auto;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	margin-right: auto;
	float: left;
	font-weight: bold;
	background-color: #D5E7FF;
}
.rightside_copy {
	line-height: 16px;
	color: #133A7E;
}
p {
	padding: 0px 15px 0px 15px;
}
#containersides {
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: center;
}
.footer_text {
	font-size: 12px;
	color: #133A7E;
}
a:link {
	color: #0C217E;
	text-decoration: none;
}

a:hover {
	color: #0C217E;
	text-decoration: none;
	background-color: #D5E7FF;
}

a:active {
	color: #0C217E;
	text-decoration: none;
	background-color: #D5E7FF;
}

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

h1 {
	color: #294992;
	text-indent: 15px;
	background-color: #E5F3FE;
	padding: 15px 0px 15px 0px;
	margin-top: 0px;
}

h2 {
	color: #294992;
	margin-top: 0px;
	padding-left: 15px;
	line-height: 25px;
}

h3 {
	color: #294992;
	background-color: #E5F3FE;
	padding: 5px 0px 5px 15px;
}

li {
	padding-left: 5px;
}
