@charset "UTF-8";
/* CSS Document */

#masterpage
{
	width: 800px;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	#header
	{
		height: 180px;
	}
	
	#main
	{
		width: 800px;
		position: relative;
		background-image: url(images/backleft.jpg);
		background-position: left;
		background-repeat: repeat-y;
	}
	
		#lefttop
		{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 235px;
			color: #fff;
			margin-right: 5px;
		}
		
		#leftbottom
		{
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 235px;
			color: #fff;
			margin-right: 5px;
		}
		
		#nav
		{
			height: 22px;
			background-color: #5a438b;
			color: #fff;
			text-align: center;
			width: 560px;
			margin-left: 240px;
			
		}
			
			#content
			{
				background-image: url(images/cloudbckgtall.jpg);
				background-position: right;
				background-repeat: repeat-y;
				padding: 50px 20px 10px 290px;
			}
	
	#footer
	{
		text-align: center;
		font-size: 0.8em;
	}
	
	#clear
	{
		clear: both;
	}

/* Page left background */

#index a
{
	color: #d76d46;
}


	#index a:hover, a:active
	{
		text-decoration: underline;
		color: #000;
	}


h1, h2, h3
{
	padding: 0;
	margin: 0;
}

body
{
	font-size: 0.83em;
}

a
{
	text-decoration: none;
	color: #5a438b;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #000;
}

h1
{
	font-size: 1.2em;
	color: #d76d46;
}

h2
{
	font-size: 1em;
	font-weight: bold;
}

.italics
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.imgleftpad
{
	padding: 0 15px 5px 0;
}

.orangetext
{
	color: #d76d46;
	font-weight: bold;
}

.bigtext
{
	font-size: 1.1em;
}

.bulletpic
{
	list-style-image: url(images/bullet.gif);
}

.skip
{
	position: absolute;
    left: -999em;
}

.even {
	margin-top: 0;
	padding-top: 0;
}

.boldpurple {
	color: #5a438b;
	font-weight: bold;
}