/*Page and Display*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/interface/tile.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.screen {visibility: visible;}
.print {visibility: hidden; display: none;}



/*Layout Styles*/
#wrapper {
	margin: 30px auto;
	width: 830px;
}
#sidebar {
	float: left;
	width: 160px;
	background-image: url(images/interface/sidebar_bg.gif);
	background-repeat: no-repeat;
	height: 450px;
}
#nav {
	height: 384px;
	margin-top: 6px;
	margin-left: 7px;
}
#uvic {
	margin-top: 6px;
	margin-left: 7px;
}
#maincolumn-wrapper {
	float: right;
	width: 660px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#maincolumn-top {
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #2B3551;
	height: 134px;
	margin-right: 11px;
	margin-left: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header img {
	padding-top: 94px;
}
#maincolumn {
	background-image: url(images/interface/maincolumn_bg.gif);
}
#maincolumn-body {
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 3px;
	padding-bottom: 20px;
}
#maincolumn-footer {
	background-image: url(images/interface/maincolumn_bg-footer.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;
	padding-left: 20px;
}
#footernav {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 20px;
	height: 50px;
	clear: both;
}




/*Typographic Styles*/
p {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul li {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D845E;
	font-size: 130%;
	font-weight: normal;
	margin: 0px;
	padding: 18px 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.h1note {
	font-size: 10px;
	color: #2B3551;
}
h2 {
	color: #2B3551;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 110%;
	margin-top: 20px;
	margin-right: 40px;
	padding-top: 0px;
	padding-right: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6D845E;
	font-weight: normal;
	font-size: 110%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 140%;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	text-transform: uppercase;
	color: #2B3758;
	letter-spacing: 2px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font-size: 60%;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 10px;
	padding-left: 120px;
	margin-bottom: 10px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	text-transform: none;
	color: #666666;
	font-weight: normal;
	line-height: 180%;
	padding: 0px;
	text-align: center;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
}

.para {
	float: left;
	padding: 3px 2px 0 0;
}
.authorbio {
	font-size: 70%;
	color: #666666;
	margin-left: 40px;
	margin-right: 30px;
	line-height: 170%;
	margin-top: 10px;
}
.backtotop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	letter-spacing: 1px;
	text-indent: 60px;
	padding-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.embeddedheading {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.promoblurb {
	font-size: 70%;
	margin-right: 40px;
	margin-left: 30px;
	font-style: normal;
	color: #616D4B;
	margin-top: 20px;
	line-height: 160%;
}
.promobyline {
	font-size: 70%;
	margin-right: 40px;
	margin-left: 70px;
	font-style: normal;
	color: #333333;
}
.thumbs {
	float: right;
	padding: 7px 0 0 20px;
}



/*Link Styles*/
a:link {
	color: #6D845E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD3C1;
}
a:visited {
	color: #7C8471;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD3C1;
}
a:hover {
	color: #7C8471;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAB19F;
}
a:active {
	color: #7C8471;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD3C1;
}
#nav a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footernav a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footernav a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footernav a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footernav a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#uvic a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#uvic a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#uvic a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#uvic a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


td {
	vertical-align: top;
}
form {
	float: right;
	margin-top: 10px;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#current { padding-right: 10px; }
.clear {
	clear: both;
}
