* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: lucida sans unicode;Verdana, Arial, Tahoma, sans-serif;
background-color: #f5f5f5; 
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}

a:link, a:visited {
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: #4b9bce;
text-decoration: none;
}
a:hover{
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: #4b9bce;
text-decoration: underline;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
font-size: 0.9em;
}
h3 {
font-size: 1.2em;
letter-spacing:-1px;
text-decoration:underline;

}
h1 a, #header h2{
color: #fff;
}
.main { float: left;padding:15px;font-size:13px;font-family: "Lucida Grande", "Lucida sans unicode", Verdana, Arial, sans-serif;line-height:150%;width:480px; }
#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #fff;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* 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 {
background: #fff;
padding: 0px
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 20px; /*** We need to add some space for our top menu ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
/*** No need to do anything with a one column solution ***/
}
* html .inner {
/***  And therefor no need for hacking IE either ***/
}
/*** 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;

}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 760px;
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;
}
.main ul{
	padding-left:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main li{
	padding-left:5px;
	color: #00408a;
}
/**************************
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: 220px;
background: #fff; 
min-height: 400px;
padding: 5px;
margin-right:15px;
}
* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

/*************************
RIGHT COLUMN - This is our footer menu
**************************/
#right {
float: left;
width: 750px;
background: #cfc;
padding: 5px;
height: 40px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer {
width: 760px;
margin: 0 auto;
text-align: center;
background-color: #e7e7e7;
border-bottom:4px #00365c solid;
}
.style1 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing:-1px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color:#126da7;
}
.style3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
}
.style4 {
	color: #b20608;
	font-weight: bold;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
