/* CSS Document */

html, body { background: url(images/background.gif) repeat-x #cccccc;
  margin: auto;
  text-align: center;}
  
h1 {font: 12pt verdana;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 20px;
	font-weight: bold;
	margin: 0px;}
	
h2 {font: 10pt verdana;
	color: #009966;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;}

p	{margin-top: 0px;
	 margin-bottom: 0px;}

.green {color: #009966;
		font-weight: bold;}

a:link,
a:active {
color:#009966;
font-weight: bold;
text-decoration:underline;
}

a:visited {
color:#009966;
font-weight: bold;
text-decoration:underline;
}

a:hover {
color:#333333;
font-weight: bold;
text-decoration:none;}

a.white:link,
a:active {
color:#FFFFFF;
text-decoration:none;
}

a.white:visited {
color:#FFFFFF;
text-decoration:none;
}

a.white:hover {
color:#000000;
text-decoration:none;}

li {
    list-style-position: outside;
    list-style-image: url(images/bullet.gif);
    line-height: normal;
	line-height: 22px;
	margin-left: 25px;
}   

input.button{background-color: #009966; font-size: 13px;
			font-weight: bold;
			border: 0;
			color: #ffffff;}
			
input.back {background-color: #FFFFFF; font-size: 13px;
			border: 1px solid #009966;}
			
#container {width: 800px;
			height: auto;
			text-align: center;
			margin: auto;
			}
			
#banner {width: 800px;
		height: 158px;
		text-align: left;}

#nav {width: 800px;
		text-align: left;
		height: 56px;
		margin: auto;}

#content {background: url(images/back.gif) repeat-y;
		width: 800px;
		height: auto;}

#content .right {background: url(images/watermark.gif) no-repeat;
			text-align: justify;
			font: 8pt verdana;
			color: #000000;
			width: auto;
			margin-left: 260px;
			margin-right: 55px;
			min-height: 600px;
			line-height: 21px;}
				
#content .left {float: left;
				font: 10pt verdana;
				margin-top: 0px;
				text-align: right;
				width: 240px;
				height: auto;}

#footer {height: 34px;
		margin: auto;
		padding: 0px;}
		
#bottomnav {width: 800px;
		height: 24px;
		color: #FFFFFF;
		font: 8pt Arial, Helvetica, sans-serif;
		padding-top: 10px;
		margin: auto;}
		

