
body{
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px 0px;

}

a{
	color: #666666;
	text-decoration: underline;
}

a:link{
	color: #666666;
	text-decoration: underline;
}

a:visited{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #333333;
	text-decoration: none;
}

input, select, textarea, button
{
	padding: 0px;
	margin: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

#main {
  width: 995px; /* 925 */
	padding: 0px;
	/* took this out so that page is now left-justified and rotating panels line up! */
	/* margin: auto; */
}

#aocheader {
  clear: both;
  text-align: left;
  width: 975px; /* 925 */
  margin: 0px 120px -1px 120px; 
  padding: 0px 0px 10px 0px;
}

#logoheader {
  width: 955px; /* 925 */
  clear: both;
  padding: 5px 10px 10px 10px;
}

#logoheader img {
  border: 0px solid;
}

.logoheaderrttext, .logoheaderrttext a {
  color: #70B002;
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}

.logoheaderrttext {
  text-decoration: none;
}

.logoheaderrttext a:hover {
  text-decoration: none;
}

#dateBar {
  clear: both;
	width: 100%; /*975px;*/ /* 925 */
	height: 32px;
	margin: 0px;
  padding: 10px 0px 0px 0px; 
/*	background: #FCF8F8 url(../images/bg/stripUnderMenu.gif) repeat-x left top; */
}

#dateBar table {
  font-size: 12px;
/*	text-indent: 10px; */
	font-style: italic;

}
#dateBar .date {
  color: #666666; /* #0485D6;*/
  font-style: normal;
}

#dateBar .textSizeBar {
  font-style: normal;
  padding-right: 10px;
  margin: 0px;
  text-align: right;
}

#dateBar img {
  border: 0px;
}

#mainBody {
  clear: both;
  padding: 1px 0px 0px 0px; /* 10px right */
  margin: 0px;
	width: 975px; /* 965 955 925-20 padding 995-20 */
	text-indent: 10px;  
  font-style: normal;
  background: #FCF8F8 url(../images/bg/stripBottom.gif) repeat-x bottom left;  
}

#leftContainer {
  float: left;
  width: 195px; /* 170 */
  padding: 0px 0px 0px 5px;
/*  background: #FCF8F8 url(../images/bg/stripUnderMenu.gif) repeat-x left top;  */
}
#rightContainer {
  float: right;
  width: 165px;
}
#centerContainer {
  float: left;
  width: 565px; /* 565 550 */ 
}
#centerContainerNoLeft {
  float: left;
  width: 730px; /* 550+180 ; 565px + 170px */
}

#bottomContainer {
  clear: both;
  width: 100%;

}
#sideContainerDiv {
  width: 180px; /* 170 */
  border-bottom: 2px solid #D9D6D6;
}
#sideContainerDivR {
  width: 300px; /* 300 */
  margin: 10px 10px 10px 0px;
  border-bottom: 2px solid #D9D6D6;
}

#copyright {
  clear: both;
  text-align: center;
  width: 975px; /* 925 */
  padding: 10px 0px 10px 0px;
}

#messagebox {
  z-index: 2000; 
  position: absolute; 
  top:0px; 
  left:0px; 
  padding: 15px; 
  margin: 0px; 
  background:#0485D6; 
  border:2px solid #FFFFFF; 
  width: 300px; 
  text-align:center;
  color: #FFFFFF; 
  font-size: 14px; 
  font-weight:bold;  
}

.smartLink, .smartLink a {
  color: #2648A1;
  text-decoration: none;
  border-bottom: 1px dashed #666666; 
}
.smartLink a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000; 
}
