/*
TOC
1 -- Site Structure
2 -- Text Settings
3 -- Pseudo classes
*/

/*1 -- Site Structure*/
html {
 	height: 100.1%;
}


body {
	font-size: 101%;
	background-color: #C6C6A5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	background-image:url(../assets/page header.jpg);
	height: 148px;
	background-color: #D2D1B4;
	background-repeat: no-repeat;
	width: 730px;
	background-position: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D48E39;
	background-image: url(../assets/page_header.jpg);
}

#mainnav {
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	background-color: #E6E7D6;
	padding-left: 15px;
}

#content {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 5px;
}

#maincontent {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.2em;
	padding-bottom: 20px;
	margin-right: 15px;
	margin-left: 12px;
}

.mugshot	{
	float: right;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10;
	padding-left: 10px;
}

#special {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	width: 500px;
	text-align: center;
}

#special p {
	font-size: 70%;
	margin-bottom: 0px;
}

#special img {

	
}

#leftside {
	width: 208px;
	float: left;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#leftside img {
}

#leftsidespecial {
	width: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

#leftsidespecial img {
	border: 1px solid #C4861F;
	margin-top: 5px;
}

#leftsidespecial p {
	font-size: 70%;
	margin-bottom: 0px;
	text-align: right;
}

#affiliations {
	padding-top: 25px;
	text-align: center;
	display: block;
}

#rightside {
	float: right;
	width: 471px;
	padding-left: 15px;
	padding-right: 20px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin: 0px;
}

#footer {
	text-align: center;
	font-size: 85%;
	line-height: 1.2em;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666633;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
}

.colbottom {
	padding-bottom: 0px;
}

/*2 -- Text Settings*/
p {
	size: 90%;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 130%;
	padding-bottom: 5px;
	margin-bottom: 0px;
	color: #C98313;
}

h2 {
	font-size: 110%;
	margin-bottom: 0px;
	color: #C98313;
	padding-top: 10px;
	margin-top: 0px;
}

h3 {
	font-size: 100%;
	margin-bottom: 0px;
	color: #C98313;
	padding-top: 5px;
	margin-top: 5px;
}

h5 {
	font-size: 80%;
	margin-bottom: 0px;
	color: #000000;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}

#rightside UL {
	LIST-STYLE-IMAGE: url(../assets/bullet.gif);
	font-size: 80%;
	padding-left: 15px;
	margin-top: 0px;
	margin-left: 3px;
}

#rightside li {
	margin-top:3px;
	margin-left: 0px;
	padding-bottom: 3px;
}

#leftsidebar UL {
	LIST-STYLE-IMAGE: url(../assets/page_elements/bullet_secondary.gif);
	font-size: 65%;
	padding-left: 35px;
	margin-left: 0px;
}

#leftsidebar li {
	margin-top:10px;
}

#footer p {
	color: #666633;
	margin: 0px;
}

/*3 -- Pseudo classes*/
 a:link {
	color: #C98313;
	text-decoration: none;
}

 a:visited {
	color: #C98313;
	text-decoration: none;
}
 a:hover {
	color: #666633;
}
 a:active, a:focus {
	color: #C98313;
}
#footer a:link {
	color: #666633;
}
#footer a:visited {
	color: #666633;
}
#footer a:hover {
	color: #D48E39;
}

#footer a:active, #footer a:focus {
	color: #666633;
}
