/* CSS Document */

html, body { background: url(images/back.jpg) repeat-x #61A31B;
	text-align: center;
  padding: 0px;
  margin: 0px;
}

h1 {font: 18px arial;
	color: #E5006E;
	padding-bottom: 20px;
	font-weight: bold;
	margin: 0px;}

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

.pink {color: #E5006E;
font-weight: bold;}

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

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

a:visited {
color:#E5006E;
font-weight: bold;
text-decoration:none;
}

a:hover {
color:#61A31B;
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:#61A31B;
text-decoration:none;}

input.back {font-size: 13px;
			border: 1px solid #990027;}
			
#container {width: 800px;
			background-color: #ffffff;
			height: auto;
			text-align: center;
			margin: auto;
			}
			
#banner {width: 800px;
		height: 135px;
		text-align: left;}

#content {width: 800px;
		background-color: #ffffff;
		height: auto;}

#content .right {border: 2px solid #E5006E;
			background-color: #FBFFF6;
			text-align: justify;
			font: 10pt arial;
			color: #660033;
			width: auto;
			line-height: 22px;
			margin-left: 180px;
			margin-right: 15px;
			padding: 25px;
			min-height: 380px;}
				
#content .left {float: left;
				font: 10pt arial;
				margin-top: 0px;
				text-align: left;
				width: 167px;
				height: auto;}

#footer {width: 800px;
		height: 25px;
		margin-top: 15px;
		padding-top: 10px;
		font: 10px Arial, Helvetica, sans-serif;
		color: #ffffff;
		background-color: #E5006E;
		text-align: center;}