body {
	background-color: #c3e0ff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#content {
	width: 780px;
	margin: 10px auto;
	background: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 10px;
}
#content p {
	padding: 10px;
	color: #718ABE;
}
table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
	-moz-border-radius: 6px;
	-webkit-border-radius: 10px;
}
caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}
td, th {
	padding: 4px;
}
thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
}
tbody th {
	font-weight: bold;
}
tbody tr {
	background: #FCFDFE;
}
tbody tr.odd {
	background: #F7F9FC;
}
table a:link {
	color: #718ABE;
	text-decoration: none;
}
table a:visited {
	color: #718ABE;
	text-decoration: none;
}
table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/asc.gif);
	background-repeat: no-repeat;
	background-position: right;
}
table.tablesorter thead tr .headerSortDown {
	background-position: right;
	background-image: url(img/desc.gif);
	background-repeat: no-repeat;
}
/*Navigation Menu*/

#navigation {
	width: 780px;
	border: 1px solid #ccc;
	margin: 10px auto;
	background: url(img/navbg.jpg) repeat-x;
	height: 40px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 10px;
}
#navigation ul {
	line-height: 40px;
	margin: 0;
	padding: 0;
}
#navigation li, #navigation a {
	display: inline-block;
	color: #FFF;
	font-weight: 800;
	text-decoration: none;
	margin-right: 15px;
	padding: 0 2px;
}
#navigation a:hover {
	background: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 10px;
	color: #000;
}

