@charset "utf-8";
/* CSS Document */

body {
	background-color:		#10adb6;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	}

a:link {
	color:					#ec008c;
	}
	
a:visited {
	color:					#ec008c;
	}
	
a:hover {
	color:					#FF66FF;
	}

#main {
	background-color:		#e2e2e2;
	width:					800px;
	margin-left:			auto;
	margin-right:			auto;
	padding:				2px;
	min-height:				400px;
	}

#banner {
	text-align:				center;
	}
	
#banner img {
	margin-left:			10px;
	margin-right:			10px;
	border:					0;
	}
	
#banner p {
	margin:					1px;
	}
	
#banner_ln2 {
	color:					#10adb6;
	font-weight:			bold;
	}
	
#banner_line {
	color:					#ec008c;
	}
	
#main_bullet {
	list-style-image:		url(images/buttons/pink_ribbon_bullet.gif);
	vertical-align:			middle;
	}
	
.center {
	text-align:				center;
	}
	
.pink {
	color:					#ec008c;
	}
	
#footer {
	background-color:		#e2e2e2;
	width:					800px;
	margin-top:				5px;
	margin-left:			auto;
	margin-right:			auto;
	padding:				2px;
	}
	
#footer p {
	margin-top:				0;
	margin-bottom:			0;
	font-size:				75%;
	text-align:				center;
	}
	
.pink_ribbon_bullet {
	list-style-image:		url(images/buttons/pink_ribbon_bullet.gif);
	vertical-align:			baseline;
	font-size:				75%;
	}