/* HTML tags */

a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a:link img, a:visited img {
	border-color: #000099;
}

body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 140%;
	background: #FFFFF4 url(pictures/background.jpg) repeat;
}
h1, h2, h3, h4 {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong {
	color:#000099
}
td {
	vertical-align: top;
}
/* Classes */

.captiontext {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
.centre {
	text-align: center
}
.clearboth {
	clear:both
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.imgborder {
	padding: 4px;
	border: 1px solid #000099;
	background: #FFFFFF;
}
.imgleft {
	float: left;
	padding: 4px;
	border: 1px solid #000099;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #FFFFFF;
}
.imgright {
	float: right;
	padding: 4px;
	border: 1px solid #000099;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #FFFFFF;
}
.palebox {
	background-color: #FFFFFF;
	padding: 1em;
	border: 2px solid #000099;
	text-align: center;
}
.phonenumber {
	font-size: 1.8em;
	font-weight: bold;
	color: #000099;
}
/* IDs */

#address {
	float: right;
	font-size: 0.9em;
	line-height: 110%;
	text-align: right;
}
#footer {
	text-align: center;
	font-size: 0.9em;
	line-height: 110%;
	padding-top: 20px;
	border-top: 2px solid #000099;
}
#header {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #000099;
}
#mainbox {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 10px;
	text-align: left;
}
#menu {
	font-size: 0.8em;
	line-height: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
