body {
	text-align       : center;
	background-color : #ffffff;
}

#wrapper {
	width            : auto;
	position         : relative;
	background-color : #ffffff;
}

#spacer {
	margin           : 0 auto; /* align for good browsers */
	text-align       : left;   /* counter the body center */
	width            : 100%;
	height           : 20px;

	border-color     : #000000;
	border-width     : 0px 0px 0px 0px;
	border-style     : solid;
}

#navigation0 {
	margin           : 0 auto; /* align for good browsers */
	text-align       : left;   /* counter the body center */
	width            : 100%;
	height           : 30px;

	border-color     : #000000;
	border-width     : 0px 0px 0px 0px;
	border-style     : solid;
}

#blue_hue_around_navigation {
	margin           : 0 auto; /* align for good browsers */
	text-align       : left;   /* counter the body center */
	width            : 100%;
	height           : 3px;
	line-height      : 1px;
	font-size        : 1px;
	background-color : #F7B9BA;
}

#header {
	margin           : 0 auto; /* align for good browsers */
	text-align       : left;   /* counter the body center */
	width            : 750px;
	height           : 200px;
	background-color : #ffffff;
	border-width     : 0px 0px 0px 0px;
	border-style     : solid;
}

#content {
	font-family      : 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size        : 12px;
	font-weight      : normal;
	color            : #ffffff;
	height           : auto;
	min-height       : 500px;
	_height          : 500px; /* IE hack to get this the right height */

	margin           : 0 auto; /* align for good browsers */
	text-align       : left;   /* counter the body center */
	width            : 750px;

	border-color     : #000000;
	border-width     : 1px 1px 1px 1px;
	border-style     : solid;
	background-color : #C21129; /* 194 11 41 */
}

#footer {
	margin           : 0 auto; /* align for good browsers */
	text-align       : left;   /* counter the body center */
	width            : 750px;
	height           : 30px;
	background-color : #ffffff;

	border-color     : #000000;
	border-width     : 0px 0px 0px 0px;
	border-style     : solid;
}

#td_normal {
	font-family      : 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : normal;
	color            : #000000;
	margin           : 0px;
}

#td_footer {
	font-family      : 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size        : 10px;
	font-weight      : normal;
	margin           : 0px;
}

#td_small {
	font-family      : 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size        : 12px;
	font-weight      : normal;
	color            : #000000;
	margin           : 0px;
}

#td_nav {
	color            : #C21129; /* 194 11 41 */
	font-family      : 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	margin           : 0px;
	padding          : 4px 12px 4px 12px;
	font-size        : 14px;
	font-weight      : bold;
}

a.myred:link, a.myred:visited {
	text-decoration  : none;
	color            : #993333;
}
a.myred:hover, a.myred:active {
	text-decoration  : underline;
	color            : #FF3333;
}

a.mywhite:link, a.mywhite:visited {
	text-decoration  : underline;
	color            : #ffffff;
}
a.mywhite:hover, a.mywhite:active {
	text-decoration  : underline;
	color            : lightgrey;
}

.small {
	font-family      : 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size        : 10px;
	font-weight      : normal;
	color            : #ffffff;
	margin           : 0px;
}
