/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333;
	height:100%;
	/*background-color:#7b9cbd;*/
	}

h1 {font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	}
	
h2 {font-family:Arial, Helvetica, sans-serif;
	color:#336699;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	border-bottom:1px solid #CC0000;
	padding-bottom:5px;
	}

a:link {color: #000; text-decoration:underline;}
a:visited {color: #000; text-decoration:underline;}
a:hover {color: #C00; text-decoration:underline;}
a:active {color: #000; text-decoration:underline;}
	
#footer a:link {color: #bacbdd; text-decoration:none; font-weight:bold;}
#footer a:visited {color: #bacbdd; text-decoration:none; font-weight:bold;}
#footer a:hover {color: #bacbdd; text-decoration:underline; font-weight:bold;}
#footer a:active {color: #bacbdd; text-decoration:none; font-weight:bold;}

.rates {text-align:center;
	}

.dark {background-color:#336799;
	color:#FFFFFF;
	}

.light {background-color:#eee;
	}
	
div#container {
	width: 745px;
	margin: 0 auto;
	padding-bottom:25px;
	text-align: left;
	}
	
div#topstripe {background-image:url(images/bg_topbanner.gif);
	height:96px;
	background-repeat:repeat-x;
	width:100%;
	}

div#header {
	height:96px;
	padding-top:25px;
	}

div.nav {
	margin: 0 30px 0 30px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #CC0000;
	}

div.disclaimer {
	margin: 0 30px 0 30px;
	
	}

div#content {
	margin:0px;
	padding:0px;
	}

div#center {
	margin: 0 0 0 220px;
	padding:0 0 0 20px;
	}

div#center-in {
				
	}

div.column {
	width: 220px;
	background-image:url(images/bg_navigation.gif);
	height:550px;
	background-repeat:no-repeat;
	color:#999;
	font-size:10px;
	line-height:12px;
	}

div#left {
	float: left;
	}

div.column-in {
					
	}

div#bottomstripe {background-image:url(images/bg_bottombanner.gif);
	height:40px;
	background-repeat:repeat-x;
	width:100%;
	clear:both;
	padding-top:20px;
	}
	
div#footer {
	clear: both;
	color: #336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#7b9cbd;
	height:100%;
	}

div#footer-in {
			
	}
p.footnote {color:#999999;
	font-style:italic;
	}