/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background-color: white;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height:18px;
    color: #585d60;
	background-image:url(../images/mediacenterheader.jpg);
	background-repeat:no-repeat;
	background-position:top center;
/*    overflow: -moz-scrollbars-vertical; */
}

TABLE, IMG {
    border: 0;
}

H1 {
	color:#1d90ca;
    font-size: 18px;
    font-weight: normal;
	margin-top:25px;
}

H1 A:link, H1 A:active, H1 A:visited {
	color:#1d90ca;
	text-decoration:none;
}

H2 {
	color:#585d60;
    font-size: 11px;
	text-transform:uppercase;
    font-weight: bold;
}

A:link, A:visited, A:active {
    color: #31383b;
    text-decoration: underline;
}

A:hover { text-decoration:none; }

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, P {
    margin-bottom: 10px;
}

DIV#bodyWrapper {
    width: 943px;
    margin-left: auto;
    margin-right: auto;
}

DIV#leftColumn {
	width:657px;
	margin-top:5px;
	padding:25px 25px 0 0;
	border-right:1px solid #d6d8d8;
	float:left;
}

DIV#rightColumn {
	padding:25px 0 0 17px;
	width:243px;
	float:left;
}

#rightColumn #ss IMG {
	float:left;
	padding:0 9px 19px 0;
}

#rightColumn #ss DIV {
	float:left;
	padding-top:55px;
}

#rightColumn #ss DIV A {
	color:#1d90ca;
	font-size:9px;
	font-weight:bold;
	padding-top:10px;
	text-transform:uppercase;
}

DIV#rightColumn A { text-decoration:none; }
DIV#rightColumn A:hover { text-decoration:underline; }

#footerWrapper {
	border-top:4px solid #a3a4a4;
	margin-top:20px;
	padding:10px 0px 50px;
	font-size:145%;
}

A.readmore {
	color:#1d90ca;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}

A.readmore:hover {text-decoration:underline; }
