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

#master
{
	width: 757px;
	font-family: "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 0.92em;
}

	#header
	{
		width: 425px;
		height: 137px;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		padding: 15px 152px 0 180px;
		text-align: center;
		text-transform: uppercase;
		color: #010080;
		font-family: "Times New Roman", Times, serif;
	}
	
	#main
	{
		width: 757px;
		height: auto;
	}
	
		#nav
		{
			width: 170px;
			float: left;
		}
		
			#nav img
			{
				padding: 8px 0 8px 0;
				border: 0;
			}
		
		#content
		{
			float: right;
			width: 582px;
			padding-left: 5px;
		}
			
			#rightcolumn
			{
				float: right;
				width: 272px;
				height: auto;
				padding: 0 0 8px 8px;
			}

body
{
	margin: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

h1, h2, h3
{
	padding: 0;
	margin: 0;
	color: #010080;
}

h1
{
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

h2
{
	font-size: 1.08em;
}

img
{
	border: 0;
}

.header
{
	font-size: 1.5em;
	font-weight: bold;
}

.skip
{
	position: absolute;
    left: -999em;
}

.bolditalic
{
	font-weight: bold;
	font-style: italic;
	color: #010080;
}

.indent
{
	text-indent: 3em;
	margin-top: 0;
}

.boldunder
{
	font-weight: bold;
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.listspace
{
	padding-bottom: 8px;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.notop
{
	margin-top: 0;
}