/* Generic Selectors */

	


body {
	
	font-family: verdana, "helvetica", serif;
	font-size: 14px;
	background-color: #8bc9f8;
	height:100%;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	
}

A:link 		{ COLOR: blue}
A:visited 	{ COLOR: purple}
A:active 	{ COLOR: #026dff}
A:hover 	{ COLOR: orange}
a { text-decoration:none }





p 	{ text-align:center;}



/************************* Lists *************************/


/************************* Classes *************************/


h1.content {
	font-family: verdana, "helvetica", serif;
	font-size: 16px;
	font-weight: bold;
	color: #2650e1;
	text-align: center;
	margin-top:20px;


}

h2.content {
	font-family: verdana, "helvetica", serif;
	font-size: 14px;
	font-weight: bold;
	color: #2650e1;
	text-align: center;
	margin-top:20px;


}

h3.content {
	font-family: verdana, "helvetica", serif;
	font-size: 12px;
	font-weight: normal;
	color: #2650e1;
	text-align: center;
	margin-top:10px;


}
h5.endorsement {
	font-family: verdana, "helvetica", serif;
	font-size: 10px;
	color: blue;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}
h6.endorsement {
	font-family: verdana, "helvetica", serif;
	font-size: 11px;
	color: #1140de;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;

}



/*************************  Pseudo classes *************************/


/*************************  ID's *************************/

#scroller {
	position: absolute;
	z-index: 1;
	height: 100px;
	width: 100%;
	margin-top: 300px;
	margin-left: 0px;
	font-weight: normal;
	background-image:url('images/scrollerbg.png');
}


#dbp {
	position: absolute;
	z-index: 1;
	width: 125px;	
	height: 175px;
	margin-top: 25px;
	margin-left: 441px;
	font-weight: normal;
	background-image:url('images/dbp.png');
}

#enter {
	position: absolute;
	z-index: 1;
	width: 225px;	
	height: 80px;
	margin-top: 200px;
	margin-left: 391px;
	background-color: #8bc9f8;
}

#counter {
	position: absolute;
	z-index: 1;
	width: 225px;	
	height:5px;
	margin-top: 260px;
	margin-left: 391px;
	background-color: transparent;
}

#award {
	position: absolute;
	z-index: 1;
	width: 50px;	
	height: 125px;
	margin-top: 435px;
	margin-left:300px;
	background-image:url('images/enteraward.png');
}

#awardtext {
	position: absolute;
	z-index: 1;
	width: 275px;	
	height: 125px;
	margin-top: 435px;
	margin-left:25px;
	background-color: #8bc9f8;
}

#foottext {
	position: absolute;
	z-index: 1;
	width: 400px;	
	height: 150px;
	margin-top: 400px;
	margin-left:575px;
	background-color: #8bc9f8;
}

#Endorsement {
	position: absolute;
	z-index: 1;
	margin-top: 600px;
	margin-left: 200px;
	width: 600px;
	height: 100px;	
	font-weight: normal;
	background: transparent;
}

/*************************  Menu Formatting *************************/






