body,html {	background: url('images/background.jpg') repeat-x #333399;
			text-align: center;
			font: 10pt arial;
			color: black;
			padding-top: 0px;
			margin-bottom: 50px;
			}

a:link,
a:active {
font-weight: bold;
color:#5A5755;
text-decoration:none;
}

a:visited {
font-weight: bold;
color:#5A5755;
text-decoration:none;
}

a:hover {
font-weight: bold;
color:#009999;
text-decoration:none;}

a.foot:link,
a.foot:active {
color:#000000;
text-decoration:none;
}

a.foot:visited {
color:#000000;
text-decoration:none;
}

a.foot:hover {
color:#009999;
text-decoration:none;}

#container {
background-color: #ffffff;
text-align: center;
width: 690px;
height: auto;
margin: auto;
padding-top: 0px;
padding-bottom: 5px;
border: 2px solid black;
}

#banner{
text-align: left;
		color: #C5683B;
		padding: 0px;
		font-weight: bold;
		margin: auto;}
		
#nav{
text-align: right;
height: 30px;
background-color:#FFFFFF;
padding-right: 10px;}

#content{ border: 1px solid gray;
background-color: #DDECEC;
			height: auto;
			width: 670px;
			margin: auto;
			font: 10pt Arial, Helvetica, sans-serif;
			}
			
#content .right {background: url(images/watermark.jpg) no-repeat;
			text-align: justify;
			color: #000000;
			width: auto;
			line-height: 18px;
			margin-left: 275px;
			margin-right: 20px;
			margin-top: 0px;
			padding-top: 25px;
			min-height: 310px;}
				
#content .left {float: left;
				padding-top: 35px;
				text-align: center;
				width: 255px;
				height: auto;}
										
#content .full {color: #333333;
				font: 10pt arial;
				padding-top: 25px;
				padding-bottom: 25px;
				line-height: 21px;
				width: 620px;
				height: auto;
				margin: auto;
				text-align: center;}
		
#bottom		{text-align: left;
			color: gray;
			font-size: 10px;
			margin-left: 10px;
			margin-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;}
			
#bottom .link {float: right;
				text-align: right;
				font-size: 10px;}

#footer { margin:auto;
			padding-top: 10px;
			text-align: center;
			font: 10px arial;
			height: 25px;
			width: 700px;}