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


body, form, table, h1, h2, h3, h4, h5, h6, p, ul, li, tr, td, input, textarea {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	background-color:#FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	padding: 10px;
}
#wrapper {
	width: 1000px;
}
#content h1, #content h2, #content p, #content ul {
	font-size: 16px;
	margin-bottom: 20px;
}
#header p {
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
#leftColumn {
	float: left;
	width: 185px;
	padding-top: 30px;
}
#leftColumn p {
	font-size: 10px;
	color: #800000;
	margin-top: 20px;
}
#nav {
	margin-left: 185px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	height: 45px;
	margin-top: 10px;
	width: 780px;
}
#nav li {
	float: left;
	height: 22px;
	width: 90px;
	margin-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}
#nav li a:link, #nav li a:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/nav_sprite.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 22px;
	width: 90px;
}
#nav li a:hover, #nav li a:active {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/nav_sprite.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 22px;
	width: 90px;
}
#content {
	margin-left: 185px;
	font-size: 16px;
	line-height: 21px;
	padding-left: 10px;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-bottom: 20px;
}
#content li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}
#content p.button a:link, #content p.button a:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/nav_sprite.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 22px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}
#content p.button a:hover, content p.button a:active {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/nav_sprite.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 22px;
	width: 100px;
}
#links p {
	font-size: 11pt;
	color: #4D6AB4;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.corsiva  {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
}
.notBold {
	font-weight: normal;
}
.italic {
	font-style: italic;
}
.alignCentre {
	text-align: center;
}
.sixteenpx {
	font-size: 16px;
}
.thirteenpx {
	font-size: 13px;
}
.twentyfourpx {
	font-size: 24px;
	line-height: 27px;
}
.clearLeft {
	clear: left;
}
#header a {
	color: #000000;
	text-decoration: none;
}
