@charset "utf-8";
/* CSS Document */

html {
	background-attachment: fixed;
	background-color: #00938D;
	background-image: url(images/backgroundtop.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
}

body {
	background-attachment: fixed;
	background-image: url(images/backgroundbottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	min-height: 100%;
}

a:link {
	color: #03F;
	text-decoration: none;
}

a:visited {
	color: #606;
	text-decoration: none;
}

a:hover {
	color: #F30;
	text-decoration: underline;
}

a:active {
	color: #066;
	text-decoration: overline;
}

#wrap {
	height: 100%;
	margin: auto;
	max-width: 1024px;
	min-height: 100%;
	min-width: 640px;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 32px 8px 0;
	position: relative;
	text-align: center;
	width: 256px;
	z-index: 2;
}

#navtop {
	font-size: 12px;
	letter-spacing: 6px;
	background-image: url(images/navtop.png);
}

#navbottom {
	background-image: url(images/navbottom.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 136px;
	width: 272px;
}

#navbottom img{
	position: absolute;
	bottom: 0;
	right: -16px;
}

#logo {
	background-image: url(images/logo.png);
	height: 104px;
	width: 368px;
}

#main {
	background-image: url(images/mainhead.png);
	background-color: #FFF;
	background-repeat: repeat-x;
	border-color: #C00;
	border-style: none dashed;
	border-width: 1px;
	color: #960;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 128px;
	padding: 0 31px;
}

#head {
	height: 192px;
	text-align: right;
	position: relative;
	z-index: 1;
}

#foot {
	background-attachment: fixed;
	background-color: #004D4D;
	background-image: url(images/backgroundbottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-color: #C00;
	border-style: solid dashed none dashed;
	border-width: 1px;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 32px;
	padding: 8px 32px;
	text-align: center;
}

h2 {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0 -32px 0 -64px;
	line-height: 24px;
	padding: 4px 48px 20px 64px;
	position: relative;
}

h4 {
	border-bottom: #C00 1px solid;
	font-weight: normal;
}

hr {
	border-color: #C00;
	border-style: dashed;
	border-width: 1px;
	line-height: 1px;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

.ac {
	color: #F60;
}

.md {
	color: #090;
}

.ta {
	color: #F0F;
}

.smaller {
	font-size: smaller;
}

div.center {
	border-color: #C00 #FFF;
	border-style: dashed;
	border-width: 1px;
	background-image: url(images/image.png);
	background-position: center;
	text-align: center;
	padding: 2px;
	margin: 0 32px;
}

p.center {
	text-align: center;
}

div.ib {
	border-bottom: #C00 1px solid;
	border-left: #C00 1px solid;
	border-right: #C00 1px solid;
	border-top: #C00 4px solid;
	margin: 8px 32px;
	padding: 0 32px;
	vertical-align: top;
}

div.ib div{
	margin: 0 -32px;
}