body {
	background-color: #FFFFFF;
	margin: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

a:link, a:visited {
    color: #002E5B;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14px;
	color: #002E5B;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
		
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.
	The style rule immediately following this rule offers another chance for CSvoice-family: "\"}\"";
	*/voice-family: inherit;
	margin-left: 24px;
	}
	html>body ul {
   		margin-left: -10px;
}

#container {
	width: 761px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#header {
	width: 761px;
	margin: 0px 0px 1px 0px;
	background-color: #FFFFFF;
	padding: 0px;
}

#body {
	width: 761px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#splash {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#home-content {
	background-color: #FFF;
	margin: 0px;
	padding: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 761px;
	}
	html>body #home-content {
   		width: 721px;
}

.headline {
	padding: 0px 5px 0px 0px;
	border-left: 1px solid #BFBFB2;
	border-bottom: 1px solid #BFBFB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

.sidelist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002E5B;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14px;
}

.sidelist a:link, .sidelist A:visited, .sidelist A:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.signup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	font-weight: bold;
	padding: 5px 15px 0px 15px;
}

.dateWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.generalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

.signup-box
{
	background-color: #FFF;
	margin: 5px 0px 5px 0px;
}

#footer {
	background-color: #FFF;
	padding: 2px 0px 10px 0px;
	text-align: center;
	width: 761px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #002E5B;
	line-height: 16px;
}

.copyright A:link, .copyright A:visited, .copyright A:hover {
	color: #002E5B;
	text-decoration: none;
}

.title {
	padding: 0px 5px 0px 0px;
	border-bottom: 1px solid #BFBFB2;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

.subtitle {
	padding: 0px 5px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.sidebarTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002E5B;
	line-height: 16px;
}

