@charset "utf-8";
/* CSS Document */

	body {
		
		padding:0px;
		margin:0px;
		
		font-size:small;
		font-weight:normal;
		font-family:Verdana, Geneva, sans-serif;
		
		background-color:#223551;
		color:#000;
	}
	
	h1, h2  {
		letter-spacing:-1px;
		color:#000;
	}
	
	h1 {
		font-size:1.25em;
	}
	
	h2 {
		font-size:1.15em;
	}
		
		
	#allContent {
		background-image:url(images/bg_gradient_big.jpg);
		background-position:top;
		background-repeat:no-repeat;
		
		width:975px;
		
		margin:auto;
	}
	
	#logo {
		margin:auto;
		width:305px;
		padding-bottom:0px;	
		padding-top:5px;
		margin-bottom:-5px;
	}
	
	
	#menuBar {
		background-image:url(images/menuBar.png);
		width:895px;
		height:28px;
		margin:auto;
	}
	
	#menuText {
		color:#fff;
		text-align:center;

		letter-spacing:-1px;
		margin-top:-38px;;
	}
	
	#siteMeter {
		position:relative;
		bottom:-80px;
		right:5px;
		float:right;
	}
	
	h1.headingText {

		font-size:1.10em;
		font-weight:bold;
		
		letter-spacing:-1px;
		color:#394059;
		text-align:center;
		
		padding:0px;
		margin:0px;
		
		margin-bottom:10px;

	}
	
	
	h3.menuLabel {
		font-size:90%;
	}
	
	img.menuSpacer {
		padding:0px 10px;
		margin-bottom:-7px;
	}
	
	#mainContent {
		
		width:895px;
		height:auto;
		
		margin:auto;
		margin-top:20px;
	}
	
	#subPageContent {
		padding:0px 30px;
		padding-top:5px;
	
	}

	#subPageContentRight {

		background-image:url(images/rightContentBox.png);

		text-align:center;
		
		float:right;
		padding:10px;
	}

	#subPageContentLeft {

		background-image:url(images/leftContentBox.png);
		background-repeat:no-repeat;
		padding:10px;

		text-align:justify;
	}
	
	#footer {
		border-top: 2px solid #223551;
		width:800px;
		
		margin:auto;
		margin-top:5px;
		
		text-align:center;
		line-height:20%;
	}
	
	a:link {
		color:#FFF;
		text-decoration:none;
	}
	
	a:visited {
		color:#FFF;
		text-decoration:none;
	}
	
	a:hover {
		color:#CCC;
	}
	
	a:active {
		color:#777;
	}

	a img {
		border:none;
	}
	
	a.bodyLink:link {
		color:#000;
		text-decoration:underline;
	}
	
	a.bodyLink:visited {
		color:#000;
		text-decoration:underline;
	}
	
	a.bodyLink:hover {
		color:#333;
	}
	
	a.bodyLink:active {
		color:#FFF;
	}
