@import url(/shared/styles/homepage.css);
body, form, table, td, img {
	margin: 0px;
	padding: 0px;
}
body {
	background: #ffffff;
	font-family: verdana, arial, helvetica;
	text-decoration:none;
	font-size: 11px;
	line-height: 19px;
	color: #515151;
	width: 750px;
}
a {	color: #315B93; 
	font-weight: bold; 
	text-decoration:none;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
	
a{
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#036;}
a:visited {color:#07a;}
#content a:hover {background-color:#eee;}


/* this #header is the freakin' magic that makes the dropdown menu work */
#header { position:relative; z-index:1; }
	#header img { margin:0; padding:0; width:750px; height:104px; display: block; }

#footer { 
	color:#515151;	
	margin:0; padding: 20px; 
	min-height:25px; width:710px; clear:both;
	line-height: 16px;
	}

/* main body wrapper */
#wrapper { margin:0; padding:0; float:left; width:750px; background:#fff; }


	/*used on large calendar*/
	.contain-content {
		background: #fff;
		font-family: verdana, arial, helvetica;
		font-size: 11px;
		color: #515151;
		line-height: 16px;
	}
	.contain-calendar {
	text-align:center;
	margin:5px 0px 0px 28px;
	}
	.contain-calendar td, .contain-calendar tr{
	border:1px solid #000;
	background:#fff;
	}
	.contain-main {
		background: #FFFFFF;
		text-align: center;
		font-family: verdana, arial, helvetica;
		font-size: 11px;
		line-height: 16px;
		color: #515151;
		border:none;
	}
	.month td, .month tr{
		background:#000;
		color:#FFFFFF;
		font-weight:bold;
	}
.headline {
	text-align:left;
}
.heading {
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #900000;
	text-align:center;
	line-height:30px;
}

/* what's this stuff ? */
	.subheading {
		font-family: verdana, arial, helvetica;
		font-weight: bold;
		font-size: 15px;
		color: #900000;
		text-align:center;
	}
/* ADDED BY MARITZA WRIGHT */
.col2{ width:35%; display:block; float:left; clear:right; text-align:center;}

#subscription_center{width:600px; margin-left:25px;}