* /*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: #ffffff url(/images/bg.gif) repeat-x;
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 70%;
margin-top: 40px;
margin-bottom: 40px;
}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #000099;
text-decoration: none;
}

.clear { clear: both; }

#mainContainer {
    width: 775px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 300px;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    border: #9ea0a1 1px solid;
    background-color: #fff;
}
* 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 {
    width: 775px;
    height: 35px;
    background: #d33840;
}
#header h1 {
    padding: 29px 0 0 0;
    overflow: hidden;
    background: #d33840 url("/images/header.gif") no-repeat;    
    height: 0px !important;
    height /**/:29px; /*** IE hack */
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** Make som space for our top menu ***/
padding-left: 165px;
position: relative;
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
margin: 0px;
width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* 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: 775px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
margin-top: -28px;
background: #fff;
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 560px;
background: #fff;
min-height: 500px;
}
* html #content {
position: relative; /*** IE needs this  ***/
height: 500px;
}
.contentWrap {
padding: 0px;
}
.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: 211px;
background: #fff; 

padding: 0px;
background: #fcfefe url(/images/nav_bg_hdr.gif) no-repeat;
border-right: #9ea0a1 1px solid;
}
* html #left {
position: relative; /*** IE needs this  ***/

}
#left ul {
margin: 180px 0 0 40px;
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
#colFooter {
margin-top: 75px;
height: 165px;
background: #fcfefe url(/images/nav_bg_ftr.gif) no-repeat;
bottom: 0;
}

/*************************
Top Nav
**************************/
#top-nav {
/*margin: -50px 0 0 -775px;*/ /*** Move the right column so it takes the positon as a top menu ***/
position: absolute;
top: -50px;
left: 0px;

float: left; 
width: 765px;
background: #d33840;
padding: 5px;
border-bottom: #9ea0a1 1px solid;
}
/*
* html #top-nav {
position: relative; /*** IE needs this  ***/
}
*/
#top-nav ul {
float: right;
list-style: none;
padding-right: 4px;
}
#top-nav li {
display: inline;
padding-right: 15px;
}
#top-nav a {
color: #fff;
font-weight: bold;
text-decoration: none;
}
#top-nav a:hover {
text-decoration: underline;
}

/**************************
FOOTER
**************************/
#footer {
width: 775px;
margin: 0 auto;
text-align: center;
background: #fff;
border-left: #9ea0a1 1px solid;
border-right: #9ea0a1 1px solid;
border-bottom: #9ea0a1 1px solid;
padding-top: 5px;
padding-bottom: 5px;
}

#footer ul {
list-style: none;
}
#footer li {
display: inline;
padding-right: 15px;
}
#footer a {
font-weight: bold;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

.warning {
	background: #FFFFED url(/images/warning.gif) left no-repeat;
	border-top: 1px solid #E5E081;
	border-bottom: 1px solid #E5E081;
	margin: 10px 0;
	padding: 10px 5px 8px 28px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 18px;
}

