html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: url(/images/body_gradient.jpg) left top repeat-x;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D0B5E;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D0B5E;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 27px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D0B5E;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D0B5E;
	font-size: 16px;
	font-weight: normal;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 958px;
	background: url(/images/stripes.jpg) repeat;
}

#header {
	margin: 0;
	height: 168px;
	background-color: #FFFFFF;
}

#topnav {
	background: url(/images/bluegradientnav.jpg) left top repeat-x;
	height: 56px;
}

#side-a {
	float: left;
	width: 209px;
	background: url(/images/gradstripe_left.jpg) left top no-repeat;
	text-align: right;
	min-height: 133px;
}

#side-a a:link {
	color: #9D0B5E;
	text-decoration: none;
	font-weight: bold;
}

#side-a a:visited {
	color: #720D4C;
	text-decoration: none;
	font-weight: bold;
}

#side-a a:hover {
	color: #9D0B5E;
	text-decoration: underline;
	font-weight: bold;
}

#leftcolumn_content {
	margin: 0 22px 40px 0;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height: 18px;
}

#side-b {
	float: right;
	width: 212px;
	background: url(/images/gradstripe_right.jpg) left top no-repeat;
	min-height: 133px;
}

#side-b a:link {
	color: #9D0B5E;
	text-decoration: none;
	font-weight: bold;
}

#side-b a:visited {
	color: #720D4C;
	text-decoration: none;
	font-weight: bold;
}

#side-b a:hover {
	color: #9D0B5E;
	text-decoration: underline;
	font-weight: bold;
}

#rightcolumn_content {
	margin: 0 0 40px 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height: 18px;
}

#content { 
	float: left;
	width: 56%; /*use percent for IE float bug*/
	background: url(/images/bluegradient.jpg) left top repeat-x;
}

#center_content {
	margin: 0 16px 40px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height: 18px;
}

#center_content a:link {
	color: #9D0B5E;
	text-decoration: none;
	font-weight: bold;
}

#center_content a:visited {
	color: #720D4C;
	text-decoration: none;
	font-weight: bold;
}

#center_content a:hover {
	color: #9D0B5E;
	text-decoration: underline;
	font-weight: bold;
}

#center_content ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

#center_content li {
	line-height: 20px;
}

#footer {
	position: relative;
	clear: both;
	height: 27px;
	z-index: 999;
	text-align: center;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 12px;
}

#footer a:link {
	color: #9D0B5E;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #720D4C;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #9D0B5E;
	text-decoration: underline;
	font-weight: bold;
}

#footer_stripe {
	background-color: #BDD8DA;
	height: 27px;
	margin-top: -27px;
}

#badges {
	margin-top: 22px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height: 18px;
}

#copyright {
	font-size: 10px;
	margin-top: -20px;
	margin-left: 30px;
}

#copyright a:link {
	color: #9D0B5E;
	text-decoration: none;
	font-weight: bold;
}

#copyright a:visited {
	color: #720D4C;
	text-decoration: none;
	font-weight: bold;
}

#copyright a:hover {
	color: #9D0B5E;
	text-decoration: underline;
	font-weight: bold;
}

#navlist {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 13px;
	margin: 0;	
	padding: 0;
	text-align: center;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited{
	padding: 0;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #fff;
	line-height: 32px;
	font-weight: normal;
}

#navlist a:hover {
	border-bottom: 4px solid #EAACD2;
}

#logo {
	margin: 0;
	width: 260px;
	height: 147px;
	background-image: url(/images/logo.gif);
	float: left;
}

#logo span {
	display: none;
}

#sublogo {
	margin: 0 0 0 62px;
	width: 419px;
	height: 168px;
	background-image: url(/images/timeismoney.jpg);
	float: left;
}

#sublogo span {
	display: none;
}

#stopwatch {
	float: right;
}

.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #565656;
	font-weight: bold;
	line-height: 18px;
}

.top {
	margin-top: 16px;
}

.image_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565656;
	width: 156px;
	margin-top: 12px;
	line-height: 13px;
}

.ivaa {
	margin: 40px 0 40px 0;
}

.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -5px;
	margin-left -20px;
}

.required {
	color: #FF0000;
}