/* CSS Document */
html, body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #FFF;
font-size: 12px;
margin: 0px;
padding: 0px;
line-height: 1.5;
text-align: left;
}

a:link, p a:link {
	color: #a347ae;
	text-decoration: none;
	}
	
a:visited. p a:visited {
	color: #a347ae;
	text-decoration: none;
	}
	
a:hover, p a:hover {
	color: #ff6604;
	text-decoration: underline;
	}
	
a:active, p a:active {
	color: #a347ae;
	text-decoration: underline;
	}

p { font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 5px;
	}

/* home & contest attributes (where cover overlaps masthead)*/

#container {  
	margin: 25px 0px 20px 25px;
	width: 706px;
    height: auto;
}


img {display:block; border: none;}
.inline {display: inline; border:none; padding: 0px; margin: 0px;}


 	
/* ------------------ FOOTER -----------------*/

#footer {
	margin: 0px 0px 20px 25px;
	width: 706px;
	height: 92px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}


#footer p {
	font-size: 10px;
	padding: 10px 40px 0px 0px;
	color: #000;
}
#footer a:link, a:visited, a:active { color: #ff6604; text-decoration:none;}
#footer  a:hover{color: #681349; text-decoration: underline;
}



/* ------------------ TEXT STYLES -----------------*/


h1 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #53035d;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	}

 
.bktitle {
 	font-weight: bold;
 	font-style:italic;
	}

.body-small {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2;
	}
 
.tiny {
	color: #6b6341;
	font-size: 9px;
	}

