body {
	margin:0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
#main {
	width:750px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	position: relative;
	top: 20px;
	}
.times12Grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5E5E5E;
	text-align: left;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #5E5E5E;
}
#footer {
	text-align: center;
	width: 750px;
	position: relative;
	top: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#flashBanner {
	position: relative;
	top: 0px;
	background-color: #FF0000;
	height: 283px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 20px 10px 30px;
	width: 700px;	
}

.blueShell {
	background-image: url(../images/homepage/blueShell.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #C0CEE4;
}
.orangeShell {
	background-image: url(../images/homepage/orangeShell.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF19A;
}
.greenShell {
	background-image: url(../images/homepage/greenShell.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D1E0B7;
}
.purpleShell {
	background-image: url(../images/homepage/purpleShell.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D6CEE5;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
#bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E5E5E;
	text-align: center;
	padding-top: 15px;
}
#bottomLinks a {
	color: #5E5E5E;
	text-decoration: none;
}
#bottomLinks a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.orangeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9B04;
}
.blueHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.purpleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #775BA9;
}
.specials a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.specials a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}