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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #009;
	margin: 0px;
	padding: 0px;
	background-color: #CEFFFF;
	font-weight: lighter;
}
#container {
	background-image: url(assets/images/bg2.jpg);
	background-repeat: repeat-y;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 220px;
	line-height: 1.3;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}
#container #sidebar .sideContent p {
	font-size: 90%;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	color: #009;
}
#sidebar {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.centre {
	text-align: center;
}

.rightimg {
	float: right;
	margin-left: 8px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 95%;
}
#nav li {
	font-size: 95%;
	list-style-type: none;
	background-image: none;
	background-repeat: repeat-x;
}
#nav a {
	text-align: center;
	display: block;
	width: 178px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium outset #9FF;
	background-image: none;
	background-repeat: repeat-y;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	background-color: #009;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: normal;
	color: #FF0;
	font-weight: bold;
}
#nav a:focus, #nav a:hover, #nav a:active {
	color: #009;
	background-color: #CFF;
	font-weight: bold;
}

#footer {
	background-image: none;
	background-repeat: no-repeat;
	padding: 8px;
	background-color: #ceffff;
	border: thick outset #6FF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer ul {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFF;
	margin-right: 5px;
	font-size: 95%;
	background-color: #FF0;
}
#footer a:link, #footer a:visited {
	color: #009;
	margin-right: 5px;
	text-decoration: none;
	font-size: 95%;
}
h1 {
	font-size: 130%;
}
td {
	text-align: center;
	padding: 0px;
}
table {
	border: 2px solid #009;
	background-image: none;
	width: 519px;
	padding: 0px;
}
.odd {
	background-color: #CFF;
}

