/*
CSS for Samuel Gilbert PS Archive site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	line-height: 130%;
	font-size: 12px;
	background-image: url(nav/bluebar.gif);
	background-repeat: repeat-y;
	
}
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica,  sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000099;
}
h2 {
font-family: "Trebuchet MS", Arial, Helvetica,  sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000099;
}

h3 {
font-family: "Trebuchet MS", Arial, Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

ul#enrolment a:link, ul#enrolment a:visited, ul#enrolment a:hover, ul#enrolment a:active {
display: block;
padding: 2px 10px;
text-decoration:none;
}

ul#enrolment a:link {
color:#000099;
}

ul#enrolment a:visited {
color:#000099;
}

ul#enrolment a:hover {
background:#FFCC33;
}

ul#enrolment {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#enrolment li {
	background: #FFFF99;
	margin: 0;
	
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #aaa;
}

ul#enrolment #enrol_head {
	font-size: 12px;
	font-weight: bold;
	background: #000099;
	color: #FFCC33;
	padding: 2px 10px;
}


#header {
height: 75px;	
}

#det {
position: absolute;
top: 12px;
right: 10px;  
}

#nav {
	
	float: left;
	width: 120px;
	height: 100%;
	}

#logo {
margin-top: 15px;
}

#logotall {
margin-top: 0px;
}

#navmenu {
margin-top: 35px;
}

#content {

margin-left: 135px;
margin-right: 10px;
padding-top: 15px;
}

#content2col {
margin-left:  135px;
margin-right: 220px;
padding-top: 15px;
}

#sidepanel {
margin-top: 25px;
float: right;
width: 200px;
margin-right: 5px;
padding: 3px;

}

#links {
	float: right;
	width: 205px;
}

#wrapper {
background-image: url(header/tree.jpg);
background-repeat: no-repeat;
background-position: 120px 0px;
}

#footer {
	clear:both;
	margin-left: 120px;
	padding: 5px;
	font-size: 10px;
	font-style: italic;
	
}

#footercol {
	clear:both;
	margin-left: 120px;
	margin-right: 205px;
	padding: 5px;
	font-size: 10px;
	font-style: italic;
	
}

.spacer_left {
clear:left;
}

.spacer_right {
clear:right;
}

.imagebdr {
	padding: 10px;
	border: 1px solid #D9E0E6;
	border-right-color: #c8cdd2;
	border-bottom-color: #c8cdd2;
	background-color: #FFFFFF;
	margin: 0 15px;
}