@import "reset.css";

body{
	background:url(images/background_strip.gif);
	background-repeat:repeat-x;
	background-color:#130d0e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
}
img, div{
	behavior: url("iepngfix.htc");
}

h1{
	font-size:22px;
	line-height:22px;
	color:#660000;
	text-align:left;
	padding-bottom:20px;
}

h2{
	font-size:18px;
	color:#660000;
	line-height:20px;
	text-align:left;
}

ul.list-home{
list-style-position: outside;
list-style-type: none;
list-style-image: url(images/check.png);
text-align: left;
margin-left: 45px;
}

ul.list-home li{
padding: 10px 0 10px 0;
}

ol.list-num{
list-style-position: outside;
text-align: left;
margin-left: 20px;
}

ol.list-num li{
padding: 10px 0 10px 0;
}

#page{
	margin:0px auto;
	width:750px;
	border:1px solid black;
	border-top:none;
	background:#133640;
}


#header{
	width:750px;
	height:91px;
	background:url(images/financial_concepts.gif);
	background-repeat:no-repeat;
}

#motto{
	width:750px;
	text-align:center;
	padding:10px 0 0px 0;
	background-color:#FFFFFF;
}
#container{
	background:#133640;
	overflow:hidden;
}
#navigation{
	width:193px;
	height:100%;
	background:#133640;
	float:left;	
}



#navigation ul{
	margin-top:30px;
}

#navigation ul li{
	margin-left:20px;
}

#navigation ul li a{
	display:block;
	background:#55584f;
	height:30px;
	width:120px;
	border:1px solid black;
	margin:10px 0px 5px 10px;
	padding:12px 0 3px 15px;
}

#content{
	width:557px;
	height:100%;
	background:#ffffff;
	float:left;
	min-height:500px;
	overflow:hidden;
}
#footer{
	width:750px;
	padding:10px 0 10px 0;
	background:#133640;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.tealStrip{
	background-color:#007ea2;
	width:750px;
	height:6px;
}

.maroonStrip{
	background-color:#6c1111;
	width:750px;
	height:6px;
	clear:both;
}

.whiteStrip{
	background-color:#ffffff;
	width:750px;
	text-align:center;
	padding:10px 0 0px 0;
	clear:both;
}

.centered{
	padding:20px;
	padding-bottom:0px;
	text-align:center;
}

.centered p{
	text-align:left;
	padding-bottom:20px;

}

.centered table tr td{
	vertical-align:top;
	padding:5px;
	text-align:left;
}

.centered table tr td:first-child {font-weight:bold;}

