body {
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	font-size: 0.85em;
	background-color: #bbb;
}

h1 {
	font-family: Georgia;
	font-size: 2em;
	color: #333;
	margin-bottom: 1.2em;
}

a:link {
	text-decoration: none;
	color: #338;
}

a:visited {
	text-decoration: none;
	color: #338;
}

.container {
	width:960px;
	margin:0px auto;
	text-align: left;
}

#header {
	height: 70px;
	background-color: #227;
	background-image: linear-gradient(left, #014, #228, #259);
	background-image: -webkit-linear-gradient(left, #014, #228, #259);
	background-image: -moz-linear-gradient(left, #014, #228, #259);
	background-image: -ms-linear-gradient(left, #014, #228, #259);
}

#footer {
	clear: both;
	background-color: #227;
	background-image: linear-gradient(left, #014, #228, #259);
	background-image: -webkit-linear-gradient(left, #014, #228, #259);
	background-image: -moz-linear-gradient(left, #014, #228, #259);
	background-image: -ms-linear-gradient(left, #014, #228, #259);
	color: #999;
	height: 1.8em;
	padding: 6px 6px 0px 6px;
	margin-top: 20px;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#title-text {
	color: #fff;
	font-family: Georgia,Helvetica,Times,'Times New Roman',serif;
	font-size: 2.5em;
	/*font-weight: bold;*/
	padding: 15px;
}

#menu-bar {
	font-variant: small-caps;
	font-family: sans serif;
	font-size: 1.2em;
	line-height: 2em;
	height: 2em;
	margin: 0;
	padding: 0;
}

#menu-bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menu-bar li {
	margin: 0;
	padding: 0;
	display: inline;
	height: 5em;
}

#menu-bar li a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	border-radius: 8px;
}

#menu-bar li a.selected {
	background-color: #126;
	color: #ddd
}

#menu-bar li a:hover {
	background-color: #ccc;
	color: #126;
}

#menu-bar li a.selected:hover {
	background-color: #126;
	color: #ddd;
}

#navigation {
	float: left;
	width: 200px;
	background-color: #fff;
	color: #333;
	min-height: 400px;
}

#header-image {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 0;
	vertical-align:bottom
}

#main {
	width: 930px;
	padding: 15px;
	float: left;
	background-color: #fff;
	color: #444;
	min-height: 300px;
	margin-top: 4px;
	margin-bottom: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: 0
}

table {
	font-family: Tahoma;
	font-size: 0.85em;
	white-space: nowrap;
	color: #333;
	border-collapse: collapse;
}
table tr:hover th[scope=row], table tr:hover td {
	background: #cde;
}
table td, table th {
	text-align: left;
	padding: 6px;
}
table tr.even {
	background-color: #f0f0f0;
}
table tr.odd {
	background-color: #e0e0e0;
}
table tr.header {
	background-color: #c0c0c0;
}

#info {
	display: none;
	position: fixed;
	top: 60px;
	left: 45%;
	padding: 5px;
	border: 1px solid #444;
	background-color: #dc2;
	color: black;
	text-align: center;
	border-radius: 3px;
}
