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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333;
	margin-top: 40px;	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em; /* was 2em; */
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 25px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	font-variant: small-caps;
	margin-top: 32px;
	margin-bottom: 10px;
	text-decoration: underline;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 15px;
}

.first {
	margin-bottom: 0px;	
}

.normheight {
	line-height: 1.5em;	
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E1E1E;
	margin-left: 10px;
	line-height: 1.5em;
}

.blinner {
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 5px;
}

.super {
	vertical-align: super;
	font-size: 8px;
	color: #993300;
}

.blue {
	color: #006699;
}

.top {
	margin-top: 30px;
}

#container {
	margin: 0 auto;
	width: 821px;
	background: #FFFFFF;
	overflow: auto;
	padding-bottom: 20px;
}

#head {
	margin: 0 auto;
	width: 821px;
	height: 177px;
	background: url(Images/head2.png) no-repeat;
}

#main {
	margin: 0 auto;
	width: 821px;
	position: relative;
	background: #FFFFFF;
}

#leftcol {
	float: left;
	width: 170px;
	margin-left: 1px;
}

#nav {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#nav ul li {
	width: 170px;
	height: 36px;
	line-height: 3.3em;
	list-style-type: none;
	background: #333333;
	border-bottom: 1px solid #FFFFFF;
}

#assoc {
	margin: 20px 0 0 20px;	
}



.left {
	margin-left: 12px;
}

.footnote {
	font-style: italic;
	font-size: 10px;
}

.lshift {
	margin-left: -10px;
}

.title {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 40px;
}

.titlel {
	font-size: 12px;
	font-weight: 600;
	line-height: 2em;
	margin-bottom: 10px;
}

.titlelt {
	font-size: 12px;
	font-weight: 600;
	line-height: 2em;
	margin: 25px 0 10px 0;
}

.code, .2ndcode {
	line-height: 1.5em;
	font-size: 12px;
}

.l20 {
	font-size: 13px;
	margin-left: 10px;
	word-spacing: normal;
	letter-spacing: normal;
}

.lspace {
	margin-bottom: 20px;
}

.tspace {
	margin: 20px 0 20px 0;
}

.centre {
	text-align: center;	
}

.red {
	color: #bc3f3f;
}

.sub {
	color: #F00;
	font-style: italic;
}

.tableright, .tableleft {
	font-size: 13px;
	line-height: 1.6em;
	margin: 5px 0 5px 6px;
}

.tableleft {
	text-alight: top;
}

.table {
	border: thin #333 solid;
}

#nav li.current {
	background: #581d1d;
}

#rightcol {
	float: right;
	width: 602px;
	margin-right: 24px;
}

#text {
	width: 562px;
	background: url(Images/text.png) no-repeat #FFFFFF;
	padding: 20px;
}

#text ul, #text ol.cd, #text ol.qs, #text ul.ya {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#text ol.cd, #text ol.qs, #text ul.ya {
	width: 500px;	
	margin: 15px 0 40px 20px;
	font-size: 13px;
	color: #000000;
}

#text ul li, #text ol li {
	margin-bottom: 8px;
	list-style-position: outside;
}

#education {
	width: 562px;
	background: url(Images/text.png) no-repeat #FFFFFF;
	padding: 20px;
}

#education ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
	margin-left: 20px;
}

#education ul li {
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#footcontainer {
	margin: 0 auto;
	margin-bottom: 40px;
	width: 821px;
	height: 54px;
	background: url(Images/footer2.png) no-repeat;
}

#footer p {
	font-family: arial;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	padding: 8px 0 5px 0;
	line-height: 1.3em;
}

		/*  Links  */
		
#nav a:link, #nav a:active, #nav a:visited, #nav a:hover {
	color: #FFFFFF; 
	text-decoration: none;
	display: block;
}

#nav a:hover {
	background: #bc3f3f;
}

#nav a:active {
	background: #581d1d;
}


#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #FFFFFF; 
	text-decoration: none;
	display: block;
}

#footer a:hover {
	text-decoration: underline;
}
