/****************************************************************
Anchors
****************************************************************/
#headerLinks a:link { color: #ffffff; }
#headerLinks a:visited { color: #c3c3c3;}
#headerLinks a:link:hover, #headerLinks a:visited:hover { text-decoration: underline; color: #d8dad8;}

#subNavigation a:link { color: #e2e8cd;}
#subNavigation a:visited { color: #b0b4a1; }
#subNavigation a:link:hover, #subNavigation a:visited:hover { text-decoration: underline; color: #f8fde5;}

#content a:link { color: #003300; text-decoration: underline; }
#content a:visited { color: #004500; text-decoration: underline; }
#content a:link:hover, #content a:visited:hover { text-decoration: underline; color: #007a00;}


/****************************************************************
Headings
****************************************************************/
#subContainer h3
{
	font-size: 1.3em;
	color: #dcecac;
}

#subContainer h2
{
	font-size: 1.9em;
	color: #003300;
	border-bottom: 1px solid #660000;
	margin-bottom: 10px;
	padding-bottom: 4px;
}


/****************************************************************
Template & Layout
****************************************************************/
html  { background-color: #ebf8b7; }

	#subContainer
	{
		background-color:#003300;
		line-height:130%;
		margin-left:24px;
		width:964px;
	}
	#subNavigation
	{
		background-color:#003300;
		float:left;
		height:200px;
		padding: 21px 0 0 29px;
		padding-left:29px;
		padding-top:21px;
		width:170px;
	}	
		#subNavigation ul
		{
			text-align: left;
			list-style-type: none;
			padding-left: 10px;
			margin: 5px 0 0 0;
		}
	#content
	{
		margin-left: 199px;
		padding: 20px 20px 50px;
		max-width: 724px;		
		background-color: #FFF;
		/*Min-height hack : http://www.dustindiaz.com/min-height-fast-hack/*/
		min-height:254px;
	  	height:auto !important;
		height: 254px;
	}
		#content table
		{
			width: 100%;
			border-width: 0px;
			margin-bottom: 20px;
			float: left;
		}
		.tableEven { background-color: #e6f0c2; }
		.tableOdd {	background-color: #d8e4a9;}
		.smallTd { width: 100px; }
	
	#content h3 {
		color: #060;
		padding-bottom: 10px;
		}
		
	#footer 
	{
		background-color: #003300;
		width: 100%;
		clear: both;
		height: 78px;
		text-align: center;
	}
		#footer div
		{
			line-height:1.4em;
			margin:0 auto;
			padding:10px 167px 10px 0;
			text-align:left;
			width:289px;
		}


