/* Generic Selectors */ 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCC;
} 
p {
	width: 75%;
	font-size: 12px;
	color: #000;
} 
li { 
list-style-type: none; 
line-height: 150%; 
list-style-image: url(../images/arrowSmall.gif); 
} 
h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 27px; 
font-weight: bold; 
color: #000000; 
} 
h2 { 
font-family: cooper, "cooper black", Times, serif; 
font-size: 28px; 
font-weight: bold; 
color: #009900; 
} 
h3 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000; 
}
 
/**************** Pseudo classes ****************/ 
a:link { 
color: #0000FF;
text-decoration: underline; 
font-weight: bold; 
} 
li a:link { 
color: #0000FF;   
text-decoration: none; 
font-weight: bold; 
} 
a:visited { 
color: #990099; 
text-decoration: underline; 
font-weight: bold; 
} 
li a:visited { 
color: #990099;
text-decoration: none; 
font-weight: bold; 
} 
a:hover { 
color: #1D7CF2; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
li a:hover { 
display: block; 
color: #1D7CF2; 
padding-bottom: 5px; 
font-weight: bold; 
} 
a:active { 
color: #1D7CF2; 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#masthead { 
position: absolute; 
z-index: 10; 
padding: 0px 20px 20px 240px; /*top right bottom left*/ 
width: 900px; 
height: 100px;  
margin-top: 5px; 
font-weight: normal; 
}
#navigation { 
position: absolute; 
z-index: 10;
padding: 20px 10px 10px 5px; /*top right bottom left*/ 
width: 165px; 
height: 100px;  
margin-top: 270px; 
font-weight: normal; 
} 
#centerDoc { 
position: absolute; 
z-index: 15; 
padding: 10px 20px 20px 20px; /*top right bottom left*/ 
margin-top: 270px;
margin-left: 185px;
/* margin-right: 835px;  */
}
#sponsors { 
position: absolute; 
z-index: 10; 
hight: 600px;
width: 145px;
padding: 20px 10px 10px 10px; /*top right bottom left*/ 
margin-top: 270px;
margin-left: 845px; 
}
.date_warning {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F03;
}
