body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #90BFC5;
	margin: 0;
	padding: 0;
}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }

h1 { 
	font-size: 19px; 
	color: #6E99A5; 
	letter-spacing: -1px; 
	font-weight: normal; 
	margin: 0;
	display: block;
	background-color: #E2EEF0;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	border-top: 5px solid #C5DDE0;
}

#site {
	width: 956px;
	padding: 7px;
	background-color: #FFFFFF;
	margin: 32px auto 0 auto;
	clear: both;
}

#header {
	background-image: url(../img/header_background.gif);
	height: 64px;
	clear: both;
}

	#header a.logo { margin-left: 10px; width: 180px; height: 60px; display: block; float: left;  }
	
	#header #welcome { 
		height: 25px; 
		background-color: #D1E4E7;
		float: right; 
		margin: 20px 30px 0 0; 
		padding: 0 15px 0 15px;
		line-height: 25px;
	}
	
	#header #welcome p { 
		color: #666666;
		margin: 0;
		padding: 0;
	}
	
#menu {
	border-left: 1px solid #65909C;
	border-right: 1px solid #65909C;
	border-top: 1px solid #FFFFFF;
	border-bottom: 3px solid #65909C;
	background-image: url(../img/menu_background.gif);
	background-repeat: repeat-x;
	height: 37px;
	clear: both;
}
	
	#menu a { color: #FFFFFF; font-size: 13px; font-weight: bold; height: 37px; display: block; }
	#menu a:hover { color: #FADA66; text-decoration: none; }

	#menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		line-height: 37px;
		float: left;
	}
	
		#menu ul li {
			width: 100px;
			float: left;
			text-align: center;
			border-right: 1px solid #65909C;
		}
		
		#menu ul li:hover, #menu ul li.hover { background-color: #6A94A1; } 
		
			
	#menu ul#secondary { float: right; }
	#menu ul#secondary li { border-right: none;	}
	#menu ul#secondary li a { font-size: 10px; }

#footer {
	width: 970px;
	clear: both;
	margin: 0 auto;
}

	#footer p {
		color: #FFFFFF;
		text-align: right;
		font-size: 10px;
		margin: 0;
	}


input.submit {
	border: 3px solid #A5CBCF;
	background-color: #6A94A1;
	width: 140px;
	height: 34px;
	color: #FFFFFF;
	font-size: 11px;
}

.hide { display: none; }

ul#breadcrumbing {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

ul#breadcrumbing li {
	display: block;
	float: left;
	padding-right: 10px;
}

ul#breadcrumbing li a {
	color: #759FAC;
	font-weight: bold;
}