* html {
	width: 	100%;
}
body, h1, h2, h3, h4, h5, h6, form, img {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #38a2a6;
	text-align: center;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
#wrapper {
	padding: 0px;
	width: 950px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;

	
}
#header {
	margin: 0;
	padding: 0;
	width: 948px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
   	
#menu {
	background-color: #ffffff;
	width: 948px;
	display: block;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
}	
#navbar {
	background-color: #00597b;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 27px;
	width: 220px;
	background-image: url(images/menu_curve.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:link {
	color: #ffffff;
}
#menu a:visited {
	color: #ffffff;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menu a:active {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 10px;
}
#submiddle {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	display: block;
}
#subcontent {
	width: 880px;
	text-align: left;
	margin-left: auto;
	float: right;	
	
}
.paddingrt {
	margin-right: 60px;
	display: block;
}
#paddingrt {
	margin-right: 60px;
	display: block;
}
h1 {
	border-bottom: 1px solid #e67907;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 18px;
	font-style: italic;
	color: #e67907;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 20px;
	
}
h3 {
	
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 16px;
	font-style: italic;
	color: #048b95;
	padding-top: 5px;
	font-weight: bold;
	
}
h3.board {
	
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 14px;
	font-style: italic;
	color: #048b95;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
h4 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #e67907;
	font-weight: bold;
	text-decoration: underline;	
}
h5 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #e67907;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
}
h6 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;	
}
.subheadgrn {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #578628;
	font-weight: bold;
	margin-bottom: 0px;
}
.subheadgrn2 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #578628;
	font-weight: bold;
	margin-bottom: 0px;
}
.subheadorg {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #e67907;
	font-weight: bold;
	margin-bottom: 0px;
}
.subheadwht {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
}
#hottopic {
	display: block;
	float: left;
	width: 240px;
	padding: 10px;
	margin: 0px;
	border: 1px dotted #e67907;
	background-color: #fffad1;
	background-image: url(images/bg_hottopics.gif);
	background-repeat: no-repeat;
}

#dotted {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e67907;
	margin: 0px;	
}
#dotted2 {
    display: block;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e67907;
	margin-top: 15px;
}
#heading {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}	
#hmleftcol {
	width: 631px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hmrightcol {
	width: 265px;
	margin: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h2.blue {
	border-bottom: 1px solid #00597b;
	font-family: Trebuchet MS, Arial, Verdana,Times,serif;
	font-size: 15px;
	color: #00597b;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
h2.green {
	border-bottom: 1px solid #006633;
	font-family: Trebuchet MS, Arial, Verdana,Times,serif;
	font-size: 15px;
	color: #006633;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
h2.hot {
	font-family: Trebuchet MS, Arial, Verdana,Times,serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
h2.box {
	font-family: Trebuchet MS, Arial, Verdana,Times,serif;
	font-size: 15px;
	color: #d5dea1;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
p.bio {
	padding-left: 15px;
}




#content {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;	
}
#subcontent {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;	
}

p.announcements {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;	
}

#minimenu {
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px dotted #e67907;
	padding: 10px;
	background-color:#FFFFFF;
	
}
.signature {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 14px;
	font-style: italic;
	color: #e67907;
	font-weight: bold;
}
br.clear {
	clear:right;
	border: 1px solid #464646;
}
.verdana9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.heading {
	border-bottom: 1px solid #464646;
	
}
.heading2 {
	border-bottom: 1px solid #a0a0a0;
	
}

#footer {
	padding-bottom: 30px;
	width: 950px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	
}
#footercontent {
	float: right;
	width: 450px;
	text-align: left;
	
}	

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

#footer .title {
	color: #342b1a;
	font-weight: bold;
}



#navbottom {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 18px;

}


	width: 950px;
	margin-right: auto;
	margin-left: auto;

/*contact form css*/


#contact-area {
	width: 500px;
	margin: 25px 0px 5px 50px;
}

#contact-area input, #contact-area textarea {
	float: left;
	width: 300px;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	
}

#contact-area textarea:focus, #contact-area input:focus {
	float: left;
	width: 300px;
	margin: 0px 0px 5px 0px;
	padding: 3px;
}

#contact-area textarea {
	height: 100px;
	overflow:auto;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin: 0px 0px 5px 130px;
	font-weight: bold;
	color: #506b62;	
}

#formtitleblu {
	float: left;
	text-align: right;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	width: 120px;
	color: #ede5bb;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4e6a63;
	
}
#formtitlebrn {
	float: left;
	text-align: right;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	width: 120px;
	color: #ede5bb;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #53452a;
	
}




.largeblk {
	font-size: 14px;
	font-weight: bold;	
}

.borderblu {
	border: 1px solid #4e6a62;
}
.bordergray {
	border: 1px solid #E0E0E0;
}



#boxes {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	background-image: url(images/boxes_bg.gif);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#boxes a:link {
	color: #ffffff;
}
#boxes a:visited {
	color: #ffffff;
}
#boxes a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#boxes a:active {
	color: #ffffff;
	text-decoration: underline;
}

#boxesbtm {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/boxes_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


#box1{
	background-image: url(images/box1_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	float: left;
	width: 210px;
	height: 350px;
	background-position: top;
	
}
#box1content {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 185px;
	height: 200px;
	
}

#box2 {
	background-image: url(images/box2_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	float: left;
	width: 210px;
	background-position: top;
}
#box2content {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 185px;
	height: 200px;
	
}

#box3 {
	background-image: url(images/box3_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
	float: left;
	width: 210px;
	background-position: top;
}
#box3content {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 185px;
	height: 200px;
	
}

.check {
	list-style: none;
	background-image: url(images/bullet_org.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
	

}

ul.minimenu {
	margin: 0; padding: 0;
}
ul li.minimenu {
	list-style-position: outside;
	margin-left: 15px;
	list-style-type: disc;
}

ul.hottopics {
	padding-left: 10px;
	margin: 0;
}
ul li.hottopics {
	list-style-position: outside;
	margin-left: 15px;
	list-style-type: disc;
	margin-bottom: 8px;
}


.checkblu {
	list-style: none;
	background-image: url(images/bullet_org.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 22px;	

}
.pdf {
	list-style: none;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-bottom: 5px;
	line-height: 25px;	

}
#centerblock {
	clear: both;
	float: left;
	width: 450px;
	border: 1px dotted #048b95;
	padding: 20px;
	margin-top: 20px;
	margin-left: 100px;
}
#centerblock2 {
	clear: both;
	float: left;
	width: 450px;
	border: 1px dotted #048b95;
	padding: 20px;
	margin-top: 20px;
	margin-left: 100px;
}
.cap {
	font-size: 16px;
	font-weight: bold;
}
blockquote.discipline {
	margin-top: 0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom:0;
}
.grid table {
border-top: solid 1px #e67907;
border-right: solid 1px #e67907;
}

.grid td {
border-left: solid 1px #e67907;
border-bottom: solid 1px #e67907; 
}
.grid2 table {
border-top: solid 1px #38a2a6;
border-right: solid 1px #38a2a6;
}

.grid2 td {
border-left: solid 1px #38a2a6;
border-bottom: solid 1px #38a2a6; 
}
.grid2 ul {
	margin-top: 0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom:0;
}

ol li {
	margin-bottom: 10px;
}
#sitemap1 {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 220px;
	height: 200px;
	
}
#sitemap2 {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 210px;
	height: 200px;
	
}
#sitemap3 {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 230px;
	height: 200px;
	
}
#sitemap4 {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 250px;
	height: 150px;
	
}
#dualcolumn1 {
	margin: 10px 5px 10px 5px;
	float: left;
	width: 300px;
	
}
#dualcolumn2 {
	margin: 10px 5px 10px 15px;
	float: left;
	width: 250px;
	
}
#projects {
	margin: 0;
	padding: 0;
	float: left;
	width: 580px;
	
}
.project {
	padding: 0px 0px 0px 10px;
	margin: 0;
	float: left;
	
	
}
.projectimg {
	padding: 0px 10px 0px 0px;
	
}
.projects img .short {
	margin: 0px 10px 100px 0px;
	
}
ol.roman li {
	list-style-type: upper-roman;
}
ol.upperalpha li {
	list-style-type: upper-alpha;
}
ol.decimal li {
	list-style-type: decimal;
}
ol.loweralpha li {
	list-style-type: lower-alpha;
}
ul.disc li {
	list-style-type: disc;
	margin-bottom: 3px;
}
.floatright {
 float: right;
}