/********** FOR ROUNDED CORNERS **************/
.box {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DADBE7;
	margin-top: 5px;
}
.boxtop { 
  background: url(/assets/gfx/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(/assets/gfx/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/assets/gfx/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(/assets/gfx/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
/*********** END OF ROUNDED CORNERS ********************/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
/********* OLD **********background-color: #eee; */
background-color: #212556;
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
	width: 760px; /*** Centers the design ***/
	min-height: 300px;
	/*background: #add8e6;*/
	background-color: #DADBE7;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
/****** HIDE ORIGINAL CODE *********************
background: #000099;
padding: 10px*/
}
#header img {
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
/*margin-top: 50px;*/ /*** Make some space for our top menu ***/
margin-top: 0px; /*Moved main content up and eliminated top menu - LB*/
padding-left: 165px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
	width: 595px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 760px;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 600px;
background: #fff;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
	padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 150px;
	/*background: #fcc; */
min-height: 250px;
	background-color: #DADBE7;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}
/************** Removing these origianal list definitions ************** LB
/*#left ul {
list-style: none;
padding-bottom: 4px;
}*/
/*#left li {
padding-bottom: 2px;
}*/
/****************** INSIDE LEFT COLUMN **********************/

#left #box01{
	background-color: #FFFFFF;
	height: 100px;
	width: 148px;
	border-top: 1px solid #EEEFEA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EEEFEA;
	margin-top: 4px;
}
#left #box01 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 4px;
}
#left #box02{
	background-color: #FFFFFF;
	height: 48px;
	width: 148px;
	border-top: 1px solid #EEEFEA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EEEFEA;
	margin-top: 4px;
}
/*************************
RIGHT (top) COLUMN Eliminated
**************************/

/**************************
FOOTER
**************************/
#footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#story .storyHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
#story table {
	padding: 10px;
	border: 1px solid #000000;
	width: 100%;
}
#story p {
	margin: 0px;
	padding: 5px;
}
#story img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#adBanner {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #DADBE7;
	width: 100%;
}
