/* 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 {color: #681349; text-decoration:none;}
a:visted {color: #681349; text-decoration:none;}
a:hover {color: #681349; text-decoration: underline;}
a:active {color: #681349; text-decoration:none;}

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;
}
a:link {color: #681349; text-decoration:none;}
a:visted {color: #681349; text-decoration:none;}
a:hover {color: #681349; text-decoration: underline;}
a:active {color: #681349; text-decoration:none;}

#footer a:link, a:visited, a:active { color: #681349; text-decoration:none;}
#footer  a:hover{color: #681349; text-decoration: underline;
}



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


h1 {
	color: #7d0058;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	margin: 20px 0px 5px 0px;
	}


.big-bold-maroon {
	color: #7d0058;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8em;
 }
 
 
 .bktitle {
 	font-weight: bold;
 	font-style:italic;
 }
 
 
.maroon-bold {
 	color: #7d0058; 
 	font-weight: bold;
 }
 
.maroon {
 	color: #7d0058; 
 }
 
.blu-bold {
	color: #2c5c97;
	font-weight: bold;
}
.brite-blu-bold {
	color: #158dc7;
	font-weight: bold;
}

.blu-big-center {
	text-align:center;
	font-size: 13px;
	letter-spacing: .1em;
	color: #158dc7;
	font-weight: normal;
}
	

.dk-brown-bold {
	color: #564820;
	font-weight: bold;
	}

.dk-teal-bold {
	color: #24635d;
	font-weight: bold;
}
.dk-teal-big {
	color: #24635d;
	font-size: 13px;
	letter-spacing: .1em;
	font-weight: normal;
}

.pink-big {
	font-size: 13px;
	letter-spacing: .1em;
	color: #b2086d;
	font-weight: normal;
}



.small {
	color: #000000;
	font-size: 10px;
	line-height: 1.4em;
}

.tiny {
	color: #6b6341;
	font-size: 9px;
}

.center {
	text-align:center;
}

.left-margin-text {
	margin-left: 50px;
	padding-left: 50px;
}

