/* NOTE:
This css is just for the shell of each page, or what may be considered the template. It's not meant to change.
 */


body{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_repeat_stripes.gif);
	background-repeat:repeat;
	/*opacity:.40;*/
}

td.blank{
}

/* BEGIN BANNER BUILD */


table.bannerMsg{
	width: 750px;
	height: 35px;
	color: #ffffff;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

img.actionLogo{
	margin-left: 25px;
}

img.alzLogo{
	margin-right: 15px;
	margin-top: 0px;
}


td.navMiddle{
	height: 35px;
}

td.orangeBG{
	background: #bded2c;
	height: 35px;
	width: 33%;
	border-top: 1px solid #ffffff;
}

td.redBG{
	background: #bded2c;
	height: 35px;
	width: 33%;
	border-top: 1px solid #ffffff;
}

table.nav{
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-top: 1px solid #ffffff;	
	border-bottom: 0px;
	width: 750px;
	height: 35px;
	background: #ffffff;

}

td.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #ffffff;
	height: 50px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #99cc00;
	border-bottom: 1px solid #ffffff;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

p.footer{
	margin-bottom: 10px;
	margin-top: 5px;
	width: 520px;
}


/* END BANNER BUILD  */

h1 { 
	font-size : 21px;
	font-weight: bold;
	line-height: 28px;
	margin-top : 0px;
	color: #fe6601;
}

/* BEGIN PAGE HEADER */
table.mainHeader{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	margin-bottom: 12px;
}

td.mainHeader{
	/* width: 70%;*/
	font-size : 23px;
	font-weight: bold;
	line-height: 28px;
	margin-top : 0px;
	color: #fe6601;
	margin-bottom: 0px;
	padding-top: 0px 0px 5px 0px;
}


/* END PAGE HEADER */
/* BEGIN STATIC/FIXED PAGE ELEMENTS */

#content{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
	background: #ffffff;
	height: 500px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-top: 20px;
}

a:active, a:link, a:visited{
	color: #0429b3;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

div.leftHomeColumn{
	padding-top: 10px;
	margin-top: 5px;
}

div.leftHomeColumn h2{
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 16px;
	font-size: 16px;
}

#tblSponsors{
	margin-top: -12px;
	margin-left: 7px;
	border-left: 1px solid #99cc00;
	background: #e9f6c0;
	width: 200px;
	height: 100%;
}

#cellSponsorLogo{
	height: 1175px;	
}

img.sponsorLogo{
	margin-top: 15px;
	margin-bottom: 15px;
}

#cellSponsorHdr{
	font-size: 16px;
	font-weight: bold;
	color: #e04b0c;
	padding-left: 5px;
	height: 40px;
	background: #ffffff;
	border-bottom: 1px solid #99cc00;
}



/* END STATIC/FIXED PAGE ELEMENTS */
