*/
* /*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;
background-color: #E5E7EE;
text-align: center; /*** Centers the design in old IE versions ***/
}

body {
font-size: 70%;
}

hr {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid;
    border-left: 0px solid;
    border-top: 0px solid;
    border-right: 0px solid;
}

p {padding: 0px 0 0px 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: 780px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: white;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
border: 1px solid #415CAA;
}

* 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 {
padding: 0px
}

/**************************
CONTENT AND COLUMNS
**************************/


#container {
    float: left;
    width: 780px;
    background: #E6EDFF;
}

#content {
	float: left;
	width: 599px;
	height:  auto !important;
	min-height: 300px;
	height: 300px;
	background: #fff;
	border-left: 1px solid #415CAA;
	padding: 0px 0px 10px 0px;
}

/**************************
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: 180px;
	background: #E6EDFF;
	height: auto !important;
	min-height: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


a {
    color: #415CAA;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}
#left h3 {
    font-size: 12px;
    padding: 0px 0px 0px 5px;
}
/*************************
TOP COLUMN
**************************/
#top {
float: left;
width: 780px;
background: #415CAA;
padding: 0;
height: 24px;
}

#top ul {
	padding: 0px;
	margin: 0px;
}

/**************************
FOOTER
**************************/
#footer {
width: 762px;
margin: 0 auto;
text-align: left;
padding: 0px 10px 5px 10px;
background-color: #425DAA;
color: #FFFFFF;
height: 10px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover {
    color: #FF0000;
}

/**************************
HEADLINES
**************************/

#headlines {
    float: left;
    padding: 10px 0px 0px 10px;
}

.teaser_link a {
    color: #415CAA;
    text-decoration: none;
    font-weight: bold;
}

.teaser_link a:hover {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}