/* CSS Document */

html, body { background: url(images/back.jpg) repeat-x #ffffff;
  margin: 0px;
  text-align: center;}
  
h1 {color: #333333;
	font: 14pt tahoma;
	padding-top: 26px;
	padding-bottom: 17px;
	font-weight: bold;
	margin: 0px;}
	
h2 {color: #333333;
	font: 11pt tahoma;
	font-weight: bold;
	margin: 0px;}

p	{margin-top: 0px;
	 margin-bottom: 0px;}

			
a:link,
a:active {
color:#000066;
text-decoration:none;
}

a:visited {
color:#000066;
text-decoration:none;
}

a:hover {
color:#993333;
text-decoration:none;}


input.back {background-color: #ffffff; font-size: 13px;
			border: 1px solid #cccccc;}
		
			
#banner {width: 800px;
		height: 155px;
		text-align: center;
		margin: auto;}
		
#nav {width: 800px;
		height: 47px;
		text-align: center;
		margin: auto;}

#content {width: 800px;
		background-color: #DDE2C7;
		height: auto;
		margin: auto;}

#content .left {color: #333333;
				font: 10pt tahoma;
				width: auto;
				min-height: 470px;
				line-height: 24px;
				margin-right: 350px;
				text-align: justify;
				padding-left: 40px;}

#content .right {float: right;
				font: 10pt verdana;
				line-height: 21px;
				width: 300px;
				text-align:left;
				height: auto;
				}

#footer {background-color: #FFFFFF;
		width: 800px;
		margin: 15px auto;
		height: 35p;
		font: 8pt Arial, Helvetica, sans-serif;
		color: #333333;
		text-align: center;}
