/* CSS Document */

	body {
		background-image:url(img/site/bg2.jpg);
		background-repeat:repeat;
		text-align:left;
		}

	#frame {
		margin-left:-10px;
		margin-right:-10px;
		}
	
	#topframe {
		background-image:url(img/site/bg.jpg);
		background-repeat:repeat-x;
		background-position:top;
		height:950px;
		margin-top:-10px;
		margin-left:-10px;
		margin-right:-10px;
		margin-bottom:-150px;
		}
		
	#mainframe {
		width:940px;
		margin-right:auto;
		margin-left:auto;
		}
		
	#contentheader {
		width:940px;
		height:100px;
		margin-bottom:10px;
		margin-bottom:0px;
		margin-right:auto;
		margin-left:auto;
		}

	#contentheader a {
		font-size:16px;
		text-decoration:none;
		font-weight:bold;
		color:#003366;
		}

	#contentheader h1 {
		font-size:30px;
		color:#C9011E;
		margin:5px 0px 5px 0px;
		float:right;
		}
					
	#contentcenter {
		width:940px;
		min-height:450px;
		padding:0px 0px 0px 0px;
		float:left;
		background-image:url(img/site/contentcenter.png);
		background-repeat:no-repeat;
		background-position:bottom;
		margin-top:10px;
		}
	
	#contentcenter h1 {
		color:#000000;
		}

	#bottomframe {
		clear:both;
		height:100px;
		margin-left:-10px;
		margin-right:-10px;
		margin-bottom:-100px;
		}

	#footer {
		width:940px;
		height:2px;
		padding:10px 10px 10px 10px;
		margin-right:auto;
		margin-left:auto;
		color:#FFFFFF;
		}
		
	p,h1,h2,h3,ul,li {
		margin:0px 10px 10px 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		}
		
	h1 {
		font-size:18px;
		padding-top:10px;
		}
	
	h2 {
		font-size:16px;
		padding-top:10px;
		}
	
	h3 {
		font-size:14px;
		padding-top:10px;
		text-transform:uppercase;
		color:#C9011E;
		}
			
	a {
		text-decoration:none;
		color:#0066FF;
		}