body {
	background-attachment: fixed;
	background-image: url('/images/background.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
}

p {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #15B8CD;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

.noprint {
	
}

#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#header {
	font-size: xx-large;
}

#header .alignright {
	font-weight: bold;
}

.alignright {
	text-align: right;
}

#logo {
	float: right;
}

#tabs {
	display: inline;
	font-size: large;
	font-variant: small-caps;
	height: 40px;
	margin-top: 53px;
}

.tabmid a:link, .tabmid a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.tabmid a:active, .tabmid a:hover {
	text-decoration: underline;
}

.tableft {
	background-image: url('/images/tab.gif');
	background-repeat: no-repeat;
	height: 40px;
	width: 15px;
}

.tabmid {
	background-image: url('/images/tabmid.gif');
	background-repeat: repeat-x;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
}

.tabright {
	background-image: url('/images/tab.gif');
	background-position: right;
	background-repeat: no-repeat;
	height: 40px;
	width: 15px;
}

.tabspacer {
	font-size: 1px;
	width: 3px;
}

#mid {
	border-color: #15B8CD;
	border-style: solid;
	border-width: 1px;
	height: 200px;
}

#midswf {
	float: right;
	margin: 0px;
	padding: 0px;
}

#midside {
	border-right-color: #15B8CD;
	border-right-style: solid;
	border-right-width: 1px;
	font-style: italic;
	height: 200px;
	text-align: right;
	width: 200px;
}

#content {
	border-left-color: #15B8CD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #15B8CD;
	border-right-style: solid;
	border-right-width: 1px;
}

#sidebar {
	border-right-color: #15B8CD;
	border-right-style: solid;
	border-right-width: 1px;
	display: table-cell;
	padding-left: 3px;
	width: 197px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#sidebar ul ul ul {
	font-style: italic;
}

#sidebar a:link, #sidebar a:visited {
	color: #15B8CD;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}

#body {
	display: table-cell;
	padding: 2px;
}

#body h2 {
	margin: 0px;
}

.homebar {
	margin: 2px;
}

.hometop {
	color: #FFFFFF;
	background-image: url('/images/homebar.png');
	background-repeat: no-repeat;
	font-size: large;
	height: 30px;
	padding-left: 3px;
}

.hometop a:link, .hometop a:visited {
	color: #FFFFFF;
	height: 30px;
	text-decoration: none;
	width: 350px;
}

.homepanel {
	border-bottom-color: #15B8CD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #15B8CD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #15B8CD;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 3px;
}

.homespacer {
	height: 5px;
}

#footer {
	border-color: #15B8CD;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	text-align: center;
}