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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0px;
}
#container {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}


#menu {
	height: 550px;
	width: 150px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #6699FF;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 120px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	text-align: right;
	margin-bottom: 10px;
	width: 140px;
}
#menu a {
	text-decoration: none;
	color: #039;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}

#header {
	height: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	text-align: center;
}
#content {
	padding-right: 50px;
	padding-left: 200px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #FFF;
	padding-bottom: 20px;
}
#content a {
	text-decoration: none;
	color: #039;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#home-container {
	width: 336px;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	color: #FFF;
	background-color: #039;
	text-align: center;
	padding: 10px;
}
#footer2 {
	color: #039;
	text-align: center;
	padding-top: 5px;
}

#sectionlinks {
	list-style-type: none;
	line-height: 2em;
}
#rightcolumn {
	float: right;
	width: 180px;
	padding-left: 15px;
}
#submenu {
	background-image: url(images/profilebg.jpg);
	width: 166px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #039;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}
#submenu a {
	font-weight: bold;
	color: #039;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}
#submenu h3 {
	color: #000;
}

#submenu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h1 {
	display: none;
}
h2 {
	font-size: 1.5em;
	color: #039;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	color: #039;
	font-size: 1em;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
	vertical-align: top;
	margin: 0px;
	padding-bottom: 5px;
}
strong {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.clearfloat {
	clear: both;
}
.accesskey {
	text-decoration: underline;
}
.h3-underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
	width: 500px;
}
.home-pad {
	margin-right: 24px;
}
.nowrap {
	white-space: nowrap;
}
.qualification {
	font-size: .7em;
}
.quote-indent25 {
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
.quote-indent75 {
	padding-left: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}
.floatleft {
	float: left;
	margin-right: 5px;
}
.floatright {
	float: right;
	margin-left: 5px;
}
