@charset "utf-8";
body {
	font-family: arial, helvetica, sans-serif;
	background-color: #00ACE6;
	margin: 0;
	padding: 0;
	color: #000000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0px;
	font-size: 16px;
	margin-left: 20px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

p, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00A8D9;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #770052;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00A8D9;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #D7386E;
	font-weight: bold;
	text-align: center;
}

h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #D7386E;
	font-weight: bold;
	text-align: center;
}

a img { 
	border: none;
}

/* Styling for your site's links must remain in this order - including the group of selectors that create the hover effect.*/

a:link {
	color: #E23270;
	text-decoration: underline;
}

a:visited {
	color: #E23270;
	text-decoration: underline;
}
a:active {
	color: #E23270;
	text-decoration: underline;
}
a:hover {
	color: #790079;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	text-align: left;
}


.smalltext {
	font-size: 12px;
}

.smalltext li a:link{
	font-size: 12px;
	color: #DD0F3D;
	text-decoration: underline;
}

.smalltext li a:hover {
	font-size: 12px;
	color: #790079;
}
.container {
	width: 780px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border: 2px solid #B6CE84;
	text-align: center;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	padding: 30px 0px 10px 0px;
	height: 150px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-color: #EF8CAF;
	border-bottom-style: double;
	border-bottom-width: thin;
}

/* ~~ These are the columns for the layout. ~~ 

*/

.sidebar1 {
	float: left;
	width: auto;
	background: FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
	margin-top: 15px;
	text-align: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 

}

.winners {
	text-align: center;
	font-size: 16px;
	color: #006699;
}

.hearts {
	text-align: center;
}

.bottom {
	text-align:right;
	font-size:14px;
	}
	

/* ~~ The footer ~~ */

.footer {
	padding: 5px 5px 5px 5px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin-bottom: 5px;
	text-decoration: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00ACE6;
	height: 65px;
}

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #732654;
} 	
.footer li a:link{
	color: #DD0F3D;
	text-decoration: underline;
	padding: 0.4em 0 0.4em 0.5em;
}

.footer li a:hover {
	color: #790079;
}
.divOuter{
    }

.divInner1{
	float:left;
	width:100px;
    }

.divInner2{
	width:565px;
	float: left;
    }
	
.divInner3{
	float:right;
	width:100px;

    }
		
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin: 10px 10px 10px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 0px;
}

.wordcount{
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #006699;

}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container .footer div {
	text-align: ;
}
.container .content ol li {
	text-align: left;
}

