/* CSS Document */
.flyOver {cursor : pointer;cursor : hand;}
.flyOut {cursor : auto;}

a:link{
text-decoration:underline;
color:#FFFFFF;
}
a:visited{
text-decoration:underline;
color:#FFFFFF;
}
a:hover{
text-decoration:none;
}
img a:link{
 border:0;
}
h1 
{
	font-size:18px;
	
}
html,body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
	
#wrapper {
	margin:0 auto;
	width:820px;
}
#header {
	height: 88px;
	background-image: url(../../images/apaHeader.jpg);
	width: 820px;
}
#mainmenu{
	width: 820px;
	height: 36px;
	text-align:left;
}
#primaryImage{
	width: 820px;
	height: 529px;
	background-image: url(../../images/homeImage_1.jpg);
	background-repeat: no-repeat;

}
.month6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	color: #252525;
	text-decoration: none;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
.date6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #252525;
	text-align:center;
	text-decoration: none;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
#footer{
	background-image: url(../../images/footer_bkgrd.jpg);
	background-repeat:no-repeat;
	height: 84px;
	clear:both;
}
#copyright{
	width:300px;
	padding:15px;
	color:#CCCCCC;
	font-size:10px;
	line-height:12px;
	margin:auto;	
}

.rowcallouts{
	width:820px;
	height:68px;
	background-image:url(../../images/calloutBkgrd.jpg);
	background-repeat: repeat-y;
}
.callouts{
	display:block;
	float:left;
}
.callouts img{
	margin:5px 0px 0px 3px;
	border: 1px solid #6c6c6c;
}
.headerLogos{
	margin:5px 5px 0px 10px;
	float:left;
	clear:left
}
.logos{
	margin:12px 5px 0px 15px;
	float:left;
}
.calendar{
	width:95px;
	height:77px;
	margin:8px 25px 0px 15px;
	float:right;
}

.calendar a:link, a:hover,a:visited {
	text-decoration:none
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width:50px;
	text-align:center;
	color: #252525;
	text-decoration: none;
	float:right;
	margin:18px 22px 0px 15px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	width:50px;
	color: #252525;
	text-align:center;
	text-decoration: none;
	float:right;
	margin:-5px 23px 0px 15px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
.date a:link, a:hover,a:visited {
	text-decoration:none
}
.copy {
	width:240px;
	margin: 0 auto;
}
.headline{
	color: #ff8800;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin:10px 12px 5px 12px;
	text-align:left;
}
.headline a:link, a:visited, a:hover{
	color: #ff8800;
	text-decoration:none;
}
.newsTeaser{
	color:#FFFFFF;
	margin:5px 12px 5px 12px;
	text-align:left;
	padding-bottom:10px;
	border-bottom: 1px dotted #4d4d49;
}
.newsTeaser a:link, a:visited, a:hover{
	color: #ffffff;
	text-decoration:none;
}
#textHeader{
	margin: 0px;
	padding: 0px;
	width:263px;
	height:17px;
	background-image:url(../../images/hd_news.gif);
}
#emailHeader{
	margin: -6px 0 0 0;
	padding: -5px;
	width:263px;
	height:17px;
	background-image:url(../../images/hd_email.jpg);
}
#textArea{
	text-align: center;
	width:263px;
	float:right;
	margin: 20px 25px 0px 0px;
	padding:0px;
	background-image:url(../../images/images/textBkgrd.png);
	background-repeat:repeat-y;
}
#submit{
	margin: 12px;
	padding:10px 10px 10px 25px;
	border: 1px solid #4d4d49;
}
#replacement-1 {
  width: 23px;
  height: 22px;
  margin: 0 10px;
  padding: 0;
  border: 0;
  background: transparent url(../../images/bt_submit.gif);
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

	
