* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#header {
	width: 980px;
	color: #333;
	padding: 0px;
	height: 660px;
	margin: 0px;
	background-image: url(images/sitedesign.jpg);
}
#subheader {
	width: 980px;
	color: #333;
	padding: 0px;
	height: 184px;
	margin: 0px;
	background-image: url(images/subpages.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 880px;
	color: #FFF;
	margin: 0px;
	height: auto;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#footer {
	width: 960px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.right {
	float: right;
	padding-bottom: 25px;
	padding-left: 25px;
}
#wrapper #content p {
	line-height: 20px;
}
a {
	color: #F90;
}

#submenu {
	float: left;
	width: 200px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	height: auto;
	margin-bottom: 0px;
	background-image: url(images/white.png);
	background-repeat: repeat;
}


#submenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#submenu a
{
	display: block;
	padding: 10px;
	width: 180px;
	color:#2C4A64;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C4A64;
}

#submenu a:link, #submenu a:visited
{
color: #2C4A64;
text-decoration: none;
}

#submenu a:hover
{
	background-color: #C99B3D;
}

/* Menu subpages */

#submenu2 {
	float: left;
	width: 200px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	height: auto;
	margin-bottom: 0px;
	background-image: url(images/white.png);
	background-repeat: repeat;
}


#submenu2 ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#submenu2 a
{
	display: block;
	padding: 10px;
	width: 180px;
	color:#2C4A64;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C4A64;
}

#submenu2 a:link, #submenu2 a:visited
{
color: #2C4A64;
text-decoration: none;
}

#submenu2 a:hover
{
	background-color: #C99B3D;
}

/* Top Navigation */

#navcontainer {
	width: 950px;
	color: #333;
	padding: 0px;
	height: 30px;
	margin: 0px;
}
#navlist {
	margin-left: 0;
	float: right;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 5px;
	margin-right: 10px;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 0px;
	padding-right: 0.6em;
	padding-bottom: 0px;
	padding-left: 0.65em;
	font-size: 85%;
}
#navlist li a.last, #navlist li a.current {
	border: none;
}
#navlist li a:link {
	color: #FFF;
}
#navlist li a:visited {
	color: #FFF;
}
#navlist li a:hover {
	color: #2e2e2e;
}
#navlist li a#current {
	border-bottom: 1px solid white;
}
#wrapper #content #submenu2 ul li .current {
	background-color: #C99B3D;
}
#wrapper #content ul li {
}
#wrapper #content .highlight {
	background-color: #C79B42;
	padding: 25px;
	font-size: 22px;
	color: #2A4965;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
	line-height: 30px;
}

#wrapper #content table {
	margin-top: 25px;
	margin-bottom: 25px;
}
#wrapper #content table td {
	padding: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C79B42;
}
#wrapper #content #educationtable table td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#wrapper #content table tr:hover {
	background-color: #284B69;
}
#wrapper #content table tr td p {
	color: #C79B42;
	font-weight: bold;
	text-align: centre;
}.Bullets {
	line-height: 20px;
	list-style-position: inside;
}
#educationtable {
}
#wrapper #content #educationtable table {
	margin: 0px;
	padding: 0px;
}
