/* CSS Document */
/* General Structure stuff such as div positioning and so on */
body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	text-align: center;
}

#page {
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 900px;
	background: #ffffff;
	}

#header {
	float: left;
	margin: 0; 
	padding: 0;
	top: 0;
	height: 100px; 
	width: 900px;
	background: #ffffff;
}
#content {
	float: left;
	margin-top: 0;
	width: 650px;
	background: #ffffff;
	}
#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
	background: #ffffff;
}
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 900px;
	background: #ffffff;
	border-top: 1px solid #000000;
}
/* End Structure */

/* Header */
#header h1 {
	margin: 10px;
	padding: 0;
	font-size: 30px;
	font-family: Sylfaen, Georgia, serif;
	color: #000000;
}
#header h1 a:link, #header h1 a:active, #header h1 a:visited {
	color: #0040d0;
	text-decoration: none;
}
#header h1 a:hover {
	color: #000000;
}
.description {
	margin: 0 0 10px 10px;
	padding: 0;
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}
/* End Header */

/* Content */
#content {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, sans-serif;
}
.entry {
	margin: 0 10px 10px 10px;
	padding: 10px;
	background: #ffffff;
}
.entry h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-family: Sylfaen, Georgia, serif;
	font-weight: 500;
	font-size: 21px;
	border-bottom: 1px solid #999999;
}
.entry h3 {
	text-align: left; 
	font-family: Sylfaen, Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 10px 0 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
}
.entry h3 a:link, .entry h3 a:active, .entry h3 a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
}
.entry h3 a:hover {
	color: #0040d0;
	border: none;
}
.entry p {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
.entry a:link, .entry a:visited, .entry a:active {
	color: #0040d0;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
.entry a:hover {
	color: #dc143c;
}
.entry ul {
	margin:  5px 5px 5px 15px;
	padding: 0;
}
.entry li { 
	list-style-type: circle;
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.entry ul li a:link, .entry ul li a:visited, .entry ul li a:active {
	color: #0040d0;
	text-decoration: none;
	border: none;
}
.entry ul li a:hover {
	color: #dc143c;
	text-decoration: underline;
	border: none;
}
/* End Content */

/*Sidebar */
#sidebar h2 {
	margin: 10px 10px 10px 0;
	padding: 0 0 5px 0;
	font-family: Sylfaen, Georgia, serif;
	font-weight: 500;
	font-size: 21px;
	border-bottom: 1px solid #999999;
}
#sidebar h3 {
	text-align: left; 
	font-family: Sylfaen, Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0 10px 0 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
}
#sidebar h3 a:link, #sidebar h3 a:active, #sidebar h3 a:visited {
	color: #000000;
	text-decoration: none;
}
#sidebar h3 a:hover {
	color: #0040d0;
}
#sidebar ul {
	margin:  5px 10px 5px 15px;
	padding: 0;
}
#sidebar li { 
	list-style-type: circle;
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
	color: #0040d0;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #dc143c;
	text-decoration: underline;
}
#sidebar .centred {
	text-align: center;
	margin: 0;
	padding: 10px;
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px;
}
#sidebar .centred a:link, #sidebar .centred a:visited, #sidebar .centred a:active {
	color: #0040d0;
	text-decoration: none;
}
#sidebar .centred a:hover {
	color: #dc143c;
}
/* End Sidebar */

/* Footer */
#footer p {
	text-align: center;
	margin: 0;
	padding: 10px;
	font-family: Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px;
	font-weight: 500;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #0040d0;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#footer a:hover {
	color: #dc143c;
}
/* End Footer */

/* End CSS Document */