@charset "UTF-8";

#masterpage
{
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8C211;
	/*background-image: url(images/topleft.jpg);
	background-repeat: repeat-y;
	background-position: top left;*/
}

	#header
	{
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
		background-color: #D31205;
		background-position: bottom;
		padding-top: 15px;
		min-height: 152px;
	}
	
	#nav
	{
		height: 29px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9.9pt;
		font-weight: bold;
		text-align: center;
		padding-top: 15px;
		background-color: #F8C211;
	}
	
		#nav ul
		{
			list-style: none;
			margin: 0 auto 0 auto;
			width: 750px;
			padding: 0;
			clear: both;
		}
		
			#nav li
			{
				width: 90px;
				padding-left: 0;
				float: left;
			}
	
		#nav a
		{
			text-decoration: none;
			color: #000000;
		}
		
			#nav a:hover
			{
				color: #C30010;
			}
			
	#maincontent
	{
		width: 710px;
		margin: 0 20px 10px 20px;
		background-color: #FFFFFF;
		height: auto;
		font-family: "Times New Roman", Times, serif;
		font-size: 13pt;
	}
	
		#leftside
		{
			width: 188px;
			height: auto;
			background-image: url(../images/logo.jpg);
			background-position: top;
			background-repeat: no-repeat;
			padding-top: 115px;
			background-color: #FFFFFF;
			float: left;
			text-align: center;
		}
		
		#content
		{
			width: 499px;
			padding: 10px 12px 10px 11px;
			background-color: #FFFFFF;
			float: right;
			height: auto;
		}
		
		#yellowsection
		{
			width: 481px;
			height: auto;
			background-color: #F8C211;
			padding: 8px;
		}
	
	#clear
	{
		clear: both;
		height: 1px;
		color: #F8C211;
	}

ul.nav
{
	width: 750px;
}

	ul.nav li
	{
		width: 750px;
	}
	
	ul.nav
	{
		list-style: none;
		margin: 0 auto 0 auto;
		padding: 0;
		clear: both;
	}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #C30010;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #C30010;
	font-weight: bold;
	text-align: left;
}

.pageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #C30010;
	font-weight: bold;
}
.standardText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
}
.navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.navBar:hover {
	color: #C30010;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21pt;
	color: #C30010;
	font-weight: bold;
	text-align: left;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	background-color: #F8C211;
	text-align: left;
}

.redtext {
	color: #C30010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.underline {
	text-decoration: underline;
}