/* Art316 Style Sheet

    Created by DRESSCARMEN
	Last Updated: 10/21/2003 by CS */

/* HTML elements, in alphabetical order */

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body, p, table, tr, td, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060
}

body {
	background-color: #C0C0C0;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #990033;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990033;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}

h5 {
	
}

h6 {
	
}

hr {
	height: 1px;
	color: #A7614F;
}

label {
	font-weight: bold;
}

/* CLASSES, in alphabetical order */

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ID'S, in page structure order */

#page {
	margin: 0 auto;
	text-align: left;
}

#row-top {
	margin: 0 auto;
	width: 771px;
	background-color: #AEBCA5;
	border-top: solid #FFF 2px;
	border-bottom: solid #FFF 2px;
	height: 85px;
}

#row-photo {
	margin: 0 auto;
	width: 771px;
	background-color: #F6921C;
	height: 160px;
}

#nav {
	margin: 0 auto;
	width: 771px;
	background-color: #FFF;
	text-align: center;
	height: 26px;
}

#content {
	margin: 0 auto;
	width: 771px;
	padding-top: 38px;
	padding-right: 114px;
	padding-left: 149px;
	background-color: #C0C0C0;
	float: left;
}

#container {
	margin: 0 auto;
	width: 500px;
}

#column-left {
	width: 200px;
	float: left;
}
#column-right {
	width: 200px;
	float: right;
}

#footer {
	width: 771px;
	text-align: center;
	margin: 0 auto;
	padding-top: 35px;
	padding-right: 114px;
	padding-bottom: 25px;
	padding-left: 149px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#606060;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color: #858585;
	text-decoration: underline;
}

#footer a:hover {
	color: #858585;
	text-decoration: none;
}

.caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000;
	text-align:left;
}

.spacer {
	clear: both;
}

.2007 {
	color:#009900;
	font-weight: bold;
}
