/* 
Finance Template Stylesheet
Created by: Shiva Harris
Date:12/01/05
Notes: Contains styles for Finance subpages
 */

/*
Begin div id's
These determine layout and style of the various divs
*/
body {
	text-align:center;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#container {
	width:760px;
	margin:0 auto;
	text-align:left;
	}	
#header {
	height:60px;
	width:760px;
	text-align:right;
	float:left;
	clear:both;
	}
#leftCol {
	float:left;
	width:160px;
	clear:both;
	margin-top:2px;
	position:relative;
	}
#menuNav {
	float:left;
	width:160px;
	position:absolute;
	}
#newsletter	{
	width:158px;
	border:1px solid #CCCCCC;
	border-top:none;
	background-color:#E6E6E6;
	height: 190px;
	position:absolute;
	top: 220px;
	}
.headline-4 {
	font-family: Tahoma, Geneva, Verdana;
	font-weight: bold;
	color: #555555;
	font-size:11px;
	margin-bottom:5px;
	text-align:center; 
	border-top:3px solid #99BBDD; 
	margin-bottom:10px; 
	border-bottom:1px solid #CCCCCC; 
	background-color:#E2E2D3;
	}			
#mainContent {
	width:590px;
	margin-top:5px;
	position:relative;
	float:right;
	}
#quickLinks {
	position:absolute;
	width:590px;
	text-align:center;
	top: 3px;
	}

/*
Begin class definitions
These are all the general classes that define text, links, and items
*/

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
		
/* The following #menu defintions are for the left hand navigation */
.nav-tdoff {
	height:18px;
	background-image:url(http://images.military.com/pics/td-background-money.jpg);
	border-bottom:1px solid #666666;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	margin-top:3px;
	}
.nav-tdon {
	color:#CC3300;
	cursor:pointer;
	height:18px;
	background-image:url(http://images.military.com/pics/td-background-money.jpg);
	border-bottom:1px solid #666666;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	}
.text-10 {font-size:10px}
.text-11 {font-size:11px; font-weight:normal;}
.textBlue {color:#336699; font-family:Arial, Helvetica, sans-serif;}
.textGrey{color:#666666; font-family:Arial, Helvetica, sans-serif;}
.grey-h {color: #999999;font: bold;}
.headText {font-family:Verdana; font-weight:bold; font-size:13px; color:#003366; margin-left:10px;}
ul {
	list-style-type: square;
	margin-left: 1em;
	padding-left: 1em;
	color:#CCCCCC;
	font-size:11px;
	text-align:left;
	}

	

