/******* body {
  text-align: center;
  } *******/

#container {
  margin: 0 auto;
  width: 751px;
  text-align: left;
  }
  
  body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #999999;
	text-align: center;
}

img {
	display: block; 
	border: 0;
	padding: 0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #26316e;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

#footer a { text-decoration: none; color: #202020;}
#footera:visited { color: #202020; }
#footer a:hover { text-decoration: underline; color: #000000; }

/************** header tag styles **************/

h1{
 font: bold 160% Arial,sans-serif;
 color: #8b0012;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

/************** layout styles **************/
#navigation{
 width: 751px;
 padding: 0 0 0 0; 
 margin: 0 0 0 0; 
}

#navigation img{ display: inline;}

#contentwrapper{
 float: left;
 width: 723px;
 background: #333333;
 padding: 0 14px 30px 14px;
}

#maincontent{
 float: left;
 width: 541px;
 background: #FFFFFF;
 
}

#storecontent{
 float: left;
 width: 723px;
 background: #FFFFFF;
 }

#maincontent_lvl2{
 float: left;
 width: 496px;
 padding: 30px 25px 40px 20px;
 background: #FFFFFF;
 
}

#maincontent_images{
 float: left;
 width: 668px;
 padding: 30px 25px 40px 20px;
 background: #FFFFFF;
 
}

#rightcontent{
 float: left;
 width: 152px;
 padding: 15px 0 15px 15px;
 color: white;
}

#newscallout{
 width: 150px;
 padding: 5px 8px 15px 8px;
 color: #333333;
 font-size: 80%;
}

.newsitem{
 font-weight: bold;
 color: #435070;
 }

.subhead{
 font-weight: bold;
 color: #8b0012;
 }
 
#footer{
	clear: both;
	margin: 0;
	padding: 10px 0 30px 0;
	background: #5f5f5f;
	font-size: 80%;
	text-align: center;
}