/* Colors for Site:
Azure Blue: #6f9fc9 
Light Blue: #ccdaeb
Lighter Blue: #e4ebf7
Gray: #58595b
*/

body {background-color: white;}

.Inner {width: 950px;
			height: 100%;
			margin: auto;
			padding: 8px;
			background-color: white;
			font-family: "century gothic", "geneva", sans-serif;
			font-size: 1.0em; }
			
.Header {width: 950px;
			background: url(Images/Header.jpg) no-repeat;
			margin: 0px;
			padding: 0px 0px 0px 0px;
			height: 145px;}
				
.HeaderLeft {text-align: left;
				margin-left: 10px;
				margin-top: 5px;
				color: white;
				font-weight: bold;
				height: 145px;
				float: left;
				font-size: 1.2em;}
				
		.HeaderLeft a:link {color: white;
								font-weight: bold;}
		
		.HeaderLeft a:visited {color: white;
								font-weight: bold;}
		
		.HeaderLeft a:hover {color: white;
								font-weight: bold;}
		
		.HeaderLeft a:active {color: white;
								font-weight: bold;}

	.User {padding: 0px 5px;}
	
.LogoDiv {width: 172px;
			height: 145px;
			float: right;}


.Menu {clear: both;
		background-color: white;
		height: 30px;
		width: 100%;
		padding: 0;
		margin: 0;
		border-bottom: solid 5px #6f9fc9;}

	.MenuBar {line-height: 30px;
				float: left;
				padding-left: 5px;}
			
		.MenuRootItem {padding: 0px 5px;
						color: #58595b;
						font-size: 0.8em;
						font-weight: bold;
						line-height: 30px;}
						
		.MenuSeparator {background: url(Images/MenuSeparator.png) center no-repeat;}
						
		.MenuItemHoverRoot {background-color: white;
							color: #6f9fc9;
							font-weight: bold;}
		
		.MenuSubMenu {background-color: white;
						color: #58595b;
						padding: 0px 5px;
						font-size: 0.8em;}
		
		.MenuItem {padding: 0px 2px;
					line-height: 20px;}
		
		.MenuItemHoverSub {background-color: #ccdaeb;
							color: black;}					


	.SearchDiv {color: #58595b;
					float: right;
					padding-right: 5px;}
	
		.SearchDiv a:link {color: #58595b;
								font-weight: bold;}
		
		.SearchDiv a:visited {color: #6f9fc9;
								font-weight: bold;}
		
		.SearchDiv a:hover {color: #6f9fc9;
								font-weight: bold;}
		
		.SearchDiv a:active {color: #58595b;
								font-weight: bold;}

	

.ContentDiv {clear: both;
				width: 950px;
				margin: 0;
				padding: 0px;}
	
	.LeftPane {width: 230px;
				padding: 10px;
				background-color: #e4ebf7;
				text-align: center;}	
	
	.RightPanes {width: 690px;}

		.TopPane {width: 100%;
				text-align: center;}
		
		.ContentPane {width: 100%;}
			
		.BottomPane {width: 100%;}
		
.SplashPageDiv {width: 950px;
					margin: 0;
					padding: 0;}

	.SplashPageDiv table {border-spacing: 0;}
				

.InfoRow {clear: both;}
				
.InfoLeftFloat {float: left;}

.InfoRightFloat {float: right;}

.InfoRowInfo {font-size: 0.7em;}

