/* CSS Document */


html, body { background: url(images/background.jpg) repeat-x #E9E6EA;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

h1	{font-size: 12pt;
	font-weight: bold;
		color: #663366;
		margin-top: 5px;
		margin-bottom: 15px;}
		
h2	{font-size: 10pt;
	font-weight: bold;
		color: #ff6699;
		margin-top: 5px;
		margin-bottom: 10px;}

p	{margin-top: 0px;
	margin-bottom: 0px;}
			
.pink	{color: #FF6699;}
		
.purple	{color: #663366;}

.white	{font-size: 11pt;
		font-weight: bold;
		color: #ffffff;}
			
#container {text-align: center;
		background-color: #FFFFFF;
		margin: auto;
		padding: 0px;
		width: 800px;
		height: auto;} 	

#header {width: 800px;
		background-color: #ffffff;
		padding: 0px;
		margin: 0px;}
			
#navbar {background-image: url(images/navback.jpg);
		margin: 0px;
		width: auto;
		font: 10pt Arial, Helvetica, sans-serif; 
		color: #663366; 
		padding-top: 8px;
		padding-left: 11px; 
		text-align: center;
		height: 25px;}
		
#navbar li{
	margin: 0px;
	display: inline;
	padding: 0px 22px 0px 22px;
	border-right: 1px solid #663366;
	font-weight: bold;}

#navbar a {color:#ffffff;
			text-decoration:none;}
	
#navbar a:hover {color:#663366;
				text-decoration:none;}
		

#mainarea {margin: 17px;
			text-align: center;
			border: 2px solid #663366;
			text-align: left;
			width: 763px;
			background-color: #FFFFFF;
			color: #333333;
			}
			
#mainarea .full {color: #000000;
				font: 10pt Arial, Helvetica, sans-serif;
				width: auto;
				min-height: 400px;
				line-height: 21px;
				text-align: justify;
				padding: 25px 35px 25px 35px;
				}
			
#mainarea .left {color: #000000;
				font: 10pt Arial, Helvetica, sans-serif;
				width: auto;
				min-height: 400px;
				line-height: 21px;
				margin-right: 200px;
				text-align: justify;
				padding: 25px 0px 25px 35px;
				}

#mainarea .right {float: right;
				font: 10pt verdana;
				line-height: 21px;
				padding: 15px;
				width: 175px;
				text-align:right;
				height: auto;
				}		
				
#mainarea .right .quote	{width: 150px;
		padding-top: 30px;
		background: url(images/quoteback.jpg);
		color: #FFFFFF;
		text-align: center;
		float: right;
		font-size: 9px;
		font-weight: bold;
		line-height: 16px;}
		
#mainarea .right .quote	p{padding: 0px 17px 0px 17px;}
		
#bottomnav {background-color: #663366;
		text-align: center;
		font: 8pt arial;
		color: #FFFFFF;
		padding-top: 15px;
		margin: auto;
		width: 800px;
		height: 30px;}
	
		
#bottomnav a {color:#ffffff;
			text-decoration:underline;}
	
#bottomnav a:hover {color:#ff6699;
				text-decoration:none;}

a:link,
a:active {
color:#663366;
text-decoration:underline;
}

a:visited {
color:#663366;
text-decoration:underline;
}

a:hover {
color:#ff6699;
text-decoration:none;}
		
input.button {background-color: #999999; font-weight: bold; font-size: 12px; color: white;
				border: 1px solid #666666;}

input.back {background-color: #FFFFFF; font-size: 13px;
			border: 1px solid #cccccc;}

select {background-color: #FFFFFF; font-size: 13px;
			border: 1px solid #cccccc;}

textarea {background-color: #FFFFFF; font-size: 13px;
			border: 1px solid #cccccc;}
