/* CSS Document */

html, body { background: url(images/back.jpg) repeat-x #F4F3F3;
  padding: 0px;
  margin: 0px;
  font: 10pt tahoma;
 }
  
a:link,
a:active {
color:#330065;
text-decoration:underline;
}

a:visited {
color:#330065;
text-decoration:underline;
}

a:hover {
color:#cc0033;
text-decoration:none;
}

a.white:link,
a.white:active {
color:#ffffff;
text-decoration:none;
}

a.white:visited {
color:#ffffff;
text-decoration:none;
}

a.white:hover {
color:#330066;
text-decoration:none;
}
	
h1 {font-family: tahoma;
	font-size: 16pt;
	color: #CC0033;}

h2 {font-family: tahoma;
	font-size: 14pt;
	color: #CC0033;}
	
p {margin: 0px;}

.purple {color: #330065;
		font-weight: bold;}
		
.red {color: #cc0033;
		font-weight: bold;}
		
.bullets {line-height: 30px;
		color: #ff9933;
		font-weight: bold;}
		
#container {width: 800px;
			height: auto;
			margin: auto;}
					
#header {width: 800px;
		height: 153px;
		margin: auto;}

#navbar {width: 800px;
		text-align: right;
		height: 57px;}
			
#content {background-color: #FFFFFF;
			border: 2px solid #9882B4;
			width: 800px;
			min-height: 600px;
			padding: 0px;
			margin: 0px;
			color: #000000;}
		

#content .right {float: right;
			text-align: justify;
			font: 10pt tahoma;
			color: #000000;
			width: 235px;
			line-height: 20px;
			padding-top: 25px;
			padding-right: 20px;
			}
				
#content .left {font: 10pt tahoma;
				text-align: justify;
				margin-top: 0px;
				width: auto;
				height: auto;
				margin-left: 35px;
				line-height: 20px;
				padding-top: 25px;
				margin-right: 300px;
				min-height: 450px;}

#footstrip {background-color: #CC0033;
		text-align: center;
		font: 12px tahoma;
		color: #FFFFFF;
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 10px;
		width: auto;
		height: 30px;}
		.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	font-weight: bold;
	line-height: 18px;




}
.navlinks a:link {
	color: #FFFFFF;
	text-decoration: none;

}
.navlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navlinks a:hover {

	color: #D6CDE0;
	text-decoration: none;
}
.navlinks a:active {


	color: #D6CDE0;
	text-decoration: none;
}
