html,
body {
	background: #e7e8e9 url(images/sacc_body_bkg.gif) repeat-y fixed center;
	margin:0;
	padding:0;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	height:100%;
}

#container {
	position:relative;
	margin: 0 auto;
	min-height:100%;
	width:100%;

}

#header {
	background: #000000 url(images/sacc_header_bkg.jpg);
	position:relative;
	margin: 0 auto;
	width:930px;
	height:107px;
}

#clocks {
	padding:40px 0px 0px 638px;
}

#nav {
	background: #B3B3B3;
	position:relative;
	margin: 0 auto;
	padding:3px 0px 3px 0px;
	width:930px;
	height:50px;
}

#display_bkg {
	background: #e7e8e9 url(images/sacc_display_bkg.gif) repeat-y fixed center;
	height:255px;
	position:relative;
	margin: 0 auto;
	width:100%;
	
}

#display {
	position:relative;
	padding:0px 0px 5px 0px;
	margin: 0 auto;
	width:930px;
	height:253px;
	
}


#content {
	position:relative;
	margin: 0 auto;
	width: 930px;
	padding-bottom:38px;

}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
}


.footer_style {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.footer_style	a {
color: #ffffff;
text-decoration: none;
}

.footer_style	a:active {
color: #fffff;
text-decoration: none;
}

.footer_style	a:visited {
color: #ffffff;
text-decoration: none;
}

.footer_style	a:hover {
color: #ffffff;
text-decoration: underline;
}


a {
	color: #f26653;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f26653;
	font-weight: bold;
	text-decoration: underline;
}

H1 {
	color: #006BB6;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:0px;
	margin-bottom:5px;
}

H2 {
	color: #666666;
	font-size: 14px;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:15px;
	margin-bottom:15px;
}

H3 {
	color: #006BB6;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:15px;
	margin-bottom:5px;
}

H4 {
	color: #006BB6;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:0px;
	margin-bottom:7px;
}

H5 {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:0px;
	margin-bottom:7px;
}

.clock_type {
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
}

.display_txt {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.body_bold {
	color: #006BB6;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom:10px;
	margin-top:10px;
}

.body_plain {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:0px;
	margin-bottom:7px;
}

.link{
 	color:3a3a3a;
       text-decoration:none;
       font-family:Verdana, Arial, Helvetica, sans-serif;
       font-size:11px;
    }
