﻿body {
	background-color: white;
	color:black;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/stripebg.png');
	background-repeat:repeat;
	background-position: top left;
}

#placeholder {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#title {
	background-color: #003366;
	background-image: url('images/titlebg.png');
	background-repeat:repeat-x;
	padding: 5px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#toprightlogo {
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

#titleimage {
	float: right;
	border: 1px solid silver;
	padding: 3px;
	margin: 3px;
}

.whiteh1 {
	color: #FFFFE1;
	margin: 0px;
	padding: 0px;
}

.whiteh2 {
	color: white;
	margin: 0px;
	padding:0px;
	font-size:small;
}

.floatright {
	float:right;
	font-size: smaller;
	margin: 5px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#intro {
margin-top: 5px;
	margin-bottom: 8px;
}

h4 {
	font-size: medium;
	}

#dropdown {
	text-align:right;
}

td {
	text-align:left;
	vertical-align:top;
}

#menu {
	background-color: black;
	padding: 4px;
}

.menulink {
	color: white;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	font-size:smaller;
	text-decoration:none;
	background-color:#333333;
	padding-top: 2px;
	padding-bottom: 2px;
}

:hover.menulink {
	color: red;
	border-right: 2px solid red;
}

.whitelink {
	color: #FFFFE1;
	text-decoration:none;
}

#leftside {
	width:120px;
}

#mainspace {
	line-height: 130%;
	padding-left: 5px;
	padding-right: 5px;
	background-image:url('images/greyarrow.png');
	background-repeat:no-repeat;
	background-position:right top;
}

.floatright {
	float:right;
}

.mainspacecontent {
	width: 50%;
}

.googlelinkbar {
	text-align:center;
	margin-top: 8px;
	margin-bottom: 8px;
}

#footer {
	background-color: silver;
	text-align:center;
	font-size:smaller;
	padding: 6px;
}