body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: white;
}

/* Links */ 

a {
	color: #333399;
	text-decoration: underline;
}

a:hover {
	color: #3366CC;
}

/* Header */

div#header {
	background: url("images/header.jpg") no-repeat right center;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid gray;
	text-align: left;
	vertical-align: middle;
	background-color: white;
}

div#header span#headerText {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 4px;
	padding: 5px 5px 5px 10px;
	margin-left: 230px;
	margin-right: 50px;
	display: block;
}

div#header span#headerText span#prefix {
	display: none;
}

span.inlineACT {
	padding: 0; 
	margin: 0; 
	display: inline; 
}

/* Special components */

.poll {
	line-height: 12pt;
	background: url(images/poll.jpg) no-repeat; 
	margin: 0 0 0 10px;
	width: 250px;
	border: 1px solid gray;
	padding: 5px;
}

.shadowOuter {
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	background-color: #eae2eb;
}
.shadowInner {
	background-color: #eae2eb;
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
}
.shadowInner {
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}

.subheading {
	/*color: #777777;*/
}

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

* html .hr {
	border-bottom: none;
	padding: 1px;
	background: url(/images/css-dotted.gif) repeat-x bottom;	
}


#register {
	float: right;
	font-weight: bold;
}

a.editThis {
	background: url("images/redarrow.gif") no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	color: black;
	display: block;
}

a.smallLink {
	text-decoration: none;
	color: black;
}

a.editThis:hover {
	color: red;
}

div#content {
	padding-left: 0em;
	margin-left: /*231px;*/ 240px;
	padding-right: 1em;
	margin-top: 0.7em;
	padding-bottom: 0.5em;
	line-height: 14pt;
/*	background-color: transparent;*/
	background: url("images/watermark.gif") bottom right no-repeat;
	border-left: 0;
	height: 100%;
}

/*
 * The content div contains an innerContent div to fix the "three-pixel jog" bug
 * in Internet Explorer
 */

div#innerContent {
	width: 99%;
}

div#logo {
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	color: #CC3300;
	letter-spacing: -1px;
	/*border-bottom: 1px solid #CC3300;*/
}

h2 {
	font-size: 14px;
	color: #003366;
	letter-spacing: -1px;
}

h3 {
	font-size: 14px;
	color: #333366;
	letter-spacing: -1px;
	font-weight: normal;
}

#headline h2 {
/*	border-bottom: 1px dotted gray; */
}

img.photo {
	border: 1px solid gray;
	padding: 0px;
	margin: 10px;
}

ul {
	list-style-image: url("images/bullet.gif");
}

li {
	padding-bottom: 8pt;
}

ul.small {
	list-style-image: url("images/arrow.gif");
	padding: 0;
	margin: 0 0 0 17px;
}

li.small {
	padding: 0;
	margin: 0;
}


img {
	border: 0;
}

.highlight {
	border: 1px solid gray;
	background-color: #FFFF99;
}

/* Text input */

.textfield {
	margin: 3px;
	padding: 1px;
	width: 300px; 
/*	border: 1px solid gray;
	background: transparent url("images/textbox.jpg");*/
}

textarea.textfield {
	margin: 3px;
	height: 200px;
	width: 300px; 
	border: 1px solid gray;
}


label {
	text-align: right;
	float: left;
	width: 160px;
	margin: 0;
	margin-top: 0.3em;
}

div.inputControl label {
	float: none;
	display: inline;
}

.inputControl {
	text-align: left;
	margin: 0 0 0 160px;
}

.inputControlInner {
	width: 99%;
}

div#fieldDisplay p {
	margin: 0 0 2px 0;
}

/* Staff page */

.staffPhoto {
	float: left; 
	margin-right: 5px; 
	margin-top: 5px; 
	border: 1px solid gray;
/*	height: 81px;*/
	width: 86px;
/*	clear: left;*/
}

.staffEntry {
	padding: 0 0 0 94px; 
	margin: 0 0 20px 0;
}

/* Tab style definitions */

#menu {
	background: url("images/tab-background.jpg") bottom repeat-x;
	margin: 0;
	padding-bottom: 18px;
	padding-top: 0;
}

#menu ul, #menu li	{
	display: inline;
	list-style-type : none;
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited {
	background: url("images/tab-unselected.jpg") top right no-repeat;
	border-right: 1px solid gray;
	color: black;
	float: left;
	font-weight: normal;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	text-align: center;
}

#menu a:hover {
	color: black;
	background: url("images/tab-hover.jpg") top right no-repeat;
	height: 1%;
}

#menu li#selected a {
	background: url("images/tab-selected.jpg") top right no-repeat;
	height: 1%;
	color: black;
}

/* Navigation list style definitions */

#navcontainer {
	width: 100%;
	padding: 5px 0 0 0;
	background-color: transparent;
	margin: 0;
	font: 8pt Verdana;
	height: 1%;
}

#navcontainer ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1%;
}

#navcontainer ul ul {
	border: 0;
	height: 1%;
}

#navcontainer li {
	margin: 0;
	font-weight: bold;
	padding-bottom: 0;
}

#navcontainer li span {
	display: block;
	padding: 5px;
	background-color: #004466;
	color: white;
	text-decoration: none;
}

#navcontainer li a {
	display: block;
	padding: 5px;
	color: white;
	text-decoration: none;

	background-image: url("images/button-header.jpg");
	padding-left: 10px;
}

html>body #navcontainer li a { 
	width: auto; 
}

#navcontainer li a:hover {
	background-image: url("images/button-header-hover.jpg");
	color: white;
}

#navcontainer li li {
	margin: 0;
	font-weight: normal;
	display: block;
	border-top: 0;
}

* html #navcontainer li li {
	height: 10px; /* ie only */
}

#navcontainer li li a {
	display: block;
	padding: 5px 5px 5px 23px;
	margin: 0;
	color: black;
	text-decoration: none;
	background-color: transparent;
		
	height: 17px;
}

#navcontainer li li a.right { 		background-image: url("images/button-right.jpg"); 		}

#navcontainer li li a.left {		background-image: url("images/button-left.jpg");  		}

#navcontainer li li a.left:hover {	background-image: url("images/button-left-hover.jpg");	}

#navcontainer li li a.right:hover {	background-image: url("images/button-right-hover.jpg"); }

