﻿/* CSS layout */
#background {
background-image:url('images/bg.jpg');
background-attachment:fixed;
background-repeat:repeat-x;
min-height:440px
}

body {
	font-family:Tahoma, Arial, Helvetica;
	font-size:13px;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	font-variant:small-caps;
	color: #44608f;
}

.maintable {
	width: 750px;
	float: center;
	border-color: #44608f;
	border-style: solid;
	border-width: 2px;
}


.nav {
	font-size:14px;
	color:black
}

a.nav {
	font-size:14px;
	color:black;
}

a.nav:link {
	font-size:14px;
	color:black;
}

a.nav:visited {
	font-size:14px;
	color:black;
}

a.nav:hover{
	font-size:14px;
	color:#44608f;
}

a:link {
	color: #44608f;
	text-decoration: underline;
	font-size: 13px;
}
a:visited {
	text-decoration: underline;
	color: #44608f;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: #c19c5a;
	font-size: 13px;
}
