body {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Times New Roman",Times,serif;
	color: #C00000;
}

p, td {
	font-family: "Bookman Old Style",Garamond,"Times New Roman",Times,serif;
}

hr {
	color: #C0C0C0;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.bodytext {
	font-family: "Bookman Old Style",Garamond,"Times New Roman",Times,serif;
	font-size: smaller;
	color: #000000;
	text-align: justify;
}

.bodytext-normal {
	font-family: "Bookman Old Style",Garamond,"Times New Roman",Times,serif;
	font-size: smaller;
	color: #000000;
	font-style: normal;
}

.bodytext-italic {
	font-family: "Bookman Old Style",Garamond,"Times New Roman",Times,serif;
	font-size: smaller;
	color: #000000;
	font-style: italic;
}

#content {
	background-image: url(images/background.gif);
}


.margin0 {
	margin-top: 0;
	margin-bottom: 0;
}

.head-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

.head-1 {
	color: #C00000;
}

.head-2 {
	font-family: "Times New Roman",Times,serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.head-3 {
	font-family: "Times New Roman",Times,serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.head-4 {
	font-family: "Times New Roman",Times,serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: #C00000;
}

.head-1b {
	font-size: medium;
	font-weight: bold;
	color: #C00000;
}

.head-2b {
	font-family: "Times New Roman",Times,serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.head-3b {
	font-family: "Times New Roman",Times,serif;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.emph-commercial {
	font-weight: bold;
	font-style: italic;
	color: #C00000;
	font-size: 1.15em;
}

.emph-i {
	font-weight: bold;
	font-style: italic;
	color: #C00000;
}

.emph-n {
	font-weight: bold;
	font-style: normal;
	color: #C00000;
}

.caption {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.cmsred {
	color: #C00000;
}

a.sitelinks:link {	
	color: #0000EE;
}	
		
a.sitelinks:visited {	
	color: #551A8B;
}	
		
a.sitelinks:active {	
	color: #EE0000;
}	
	
a.sitelinks:hover {	
	color: #EE0000;
}

.linklist p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.affiliation {
	width: 75%;
	margin: 3px auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.affiliation td {
	padding: 5px 0;
	font-family: "Bookman Old Style",Garamond,"Times New Roman",Times,serif;
	font-size: smaller;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}
.bw75 {
	width: 75%;
}
.youtube {
	margin-bottom: 40px;
}

/* Form Validation */

input, select {
	border: 1px solid silver;
}
input.error, select.error {
	padding-right: 16px;
	border: 1px solid red;
	background-color: #FFFCE2;
	background-image: url(images/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
}
input:focus, select:focus {
	border: 1px solid red;
	background-color:#EFEFEF;
}

.contactForm th {
	padding: 10px 0;
	text-align: center;
}

.contactForm td {
	padding: 5px 0;
	text-align: left;
}