/* CSS Document */


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height:1.3em;
	background-color: #0D1A59;
	background-image: url(images/BG_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
} 
a:hover {
	text-decoration: none;
	color:#eee;
}
a:active {
	text-decoration: none;
	color: #900;
}

h1 {
	color: #900;
	font-size:1em;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	color: #efe8ce;
}

h3 {
	font-size: 1.2em;
	font-style: normal;
	text-align: right;
	color: #efe8ce;
}

h4 {
	font-size: .7em;
	font-style: normal;
	text-align: left;
	color: #efe8ce;
}

table, td {
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	border: none;
}

.twoColFixLtHdr #container { 
	width: 940px; 
	margin: 0 auto; 
	text-align: left;
	background-color:#FFF;
} 
.twoColFixLtHdr #header { 	
	padding: 0;  
} 
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px;
	padding: 15px 10px 15px 20px;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; 
	padding: 20px 40px 20px 0px;
	min-height: 250px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(images/footerBar.png);
	background-repeat: no-repeat;
	height: 140px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
}


.twoColFixLtHdr #legal {
	background-color: #121959;

} 
.twoColFixLtHdr #legal p {
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: .7em;
	text-align:center;
}
.twoColFixLtHdr #legal a {
	color:#FFF; 
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #sidebar1 { width: 200px; }


/* ---------- NAV BAR ------------*/


#navcontainer { width: 200px; }

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontainer a{
display: block;
padding: 3px;
padding-bottom: 5px;
width: 180px;
border-bottom: 1px dotted #eee;
text-transform:uppercase;

}

#navcontainer a:link, #navlist a:visited{
color: #0D1A59;
text-decoration: none;
}

#navcontainer a:hover{
	color: #900;
}

