body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #171717;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a {
	outline: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

p { line-height: 20px; }

h1,h2 {
	padding: 7px 0 10px 15px;
	font-size: 16px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-size: 14px;
}

label {
	display: block;
	float: left;
	width: 250px;
	font-weight: bold;
	text-align: right;
	margin: 0 10px 0 0;
}

input, textarea, select {
	border: 1px solid #494949;
	background-color: #eeeeee;
	color: #292929;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

#container {
	margin: 0 auto;
	width: 779px;
	clear: both;
	overflow: auto;
	overflow-x: hidden;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #000000;
}


/* bof HEADER */
#header {
	float: left;
	width: 779px;
	height: 110px;
	background-image: url(images/hdr_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	margin: 0 0 0 0px;
}

#hdrText {
	float: right;
	margin: 10px 20px 0 0;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

#hdrText a{
	color: #ffffff;
}

.highlight {
	color: #b4ff81;
}
/* eof HEADER */


/* bof HDRIMG */
#hdrImg {
	float: left;
	margin: 0 0 7px 0;
	height: 232px;
	border-bottom: 1px solid #305e19;
}
/* eof HDRIMG */


/* bof NAV */
#nav {
	float: left;
	width: 779px;
	height: 32px;
	border-top: 1px dotted #000;
	border-bottom: 1px solid #000;
	color: #ffffff;
	background-color: #3b3b3b;
}
#nav ul{
	list-style: none;
	display: inline;
}
#nav ul li {
	float: left;
	height: 32px;
	border-right: 1px dotted #000;
}
#nav ul li a{
	display: block;
	margin: 8px 14px 0 14px;
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #ffffff;
}
/* eof NAV */


/* bof BOXLEFT */
#boxLeft {
	float: left;
	width: 217px;
	background-color: #dddddd;
	font-size: 11px;
}
.boxLeftHdr {
	padding: 5px 0 5px 10px;
	height: 15px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/);
	background-repeat: repeat-x;
	background-color: #702601;
}
.boxLeftMain {
	margin: 10px 0 20px 10px;
	width: 90%;
}
.date {
	color: #c30000;
	font-weight: bold;
}
/* eof BOXLEFT */


/* bof MAINBOX */
#mainBox {
	float: right;
	margin: 0 15px 0 0;
	padding: 10px 0 10px 0;
	width: 532px;
	background-color: #c9edb1;
}
.mainBoxThird {
	float: left;
	width: 33%;
	border-right: 1px dotted #999999;
}
.mainBoxThird h3{
	margin: 10px;
	padding: 4px 0 4px 6px;
	border: 1px dotted #999999;
	color: #558a31;
	font-size: 14px;
}
.mainBoxThird img {
	margin-left: 10px;
	width: 155px;
}
.mainBoxThird p {
	font-size: 10px;
	padding: 0 8px 0 8px;
}
/* eof MAINBOX */


/* bof MAINCONTENT */
#mainContent {
	float: right;
	margin: 0 15px 0 0;
	padding: 10px 0 10px 0;
	width: 95%;
}
#mainContent ul{
	list-style-image: url(images/bullet.gif);
}
#mainContent ul li{
	margin-bottom: 8px;
}

.empContainer {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 80%;
	border: 1px solid #494949;
	clear: both;
	overflow: auto;
}

.empTitle {
	float: left;
	width: 100%;
	background-color: #494949;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.empName {
	font-size: 16px;
}

.empTitle {
	padding: 2px 0 2px 0;
}

.empQual {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 30%;
	border: 1px solid #696969;
	background-color: #eeeeee;
}

.empInfo {
	float: right;
	margin: 5px;
	padding: 5px;
	width: 62%;
}

#drawingsBox {
	margin-left: 80px;
	padding: 10px;
	width: 300px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid;
	font-size: 14px;
	background-color: #eeeeee;
}

div.affiliations { text-align: center; border: 1px solid #ccc; padding: 20px; }
	div.affiliations img{ margin: 5px 12px; }
/* eof MAIN CONTENT */


/* bof FOOTER */
#footerLinks {
	float: left;
	padding: 8px 0 8px 0;
	width: 779px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	background-color: #3a3a3a;
	border-top: 1px solid #305e19;
}
#footerLinks a{
	margin: 0 10px 0 10px;
	color: #ffffff;
	text-decoration: none;
}
#footerLinks a:hover{
	text-decoration: underline;
}
#footerCopyright {
	float: left;
	padding: 15px 0 20px 0;
	width: 780px;
	color: #ffffff;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat;
	font-size: 10px;
}
/* eof FOOTER */
