body {
	background: #37393D url(../images/back.gif) repeat-y center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #bababa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	min-width: 1007px;
}

#all {
	text-align: left;
	position: relative;
	width: 980px;
	margin: 0 auto 0 auto;
	/*border: 1px solid white;*/
}

a {
	color: #4293AD;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	color: #4293AD;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 1.3em;
	margin-top: 0;
	padding-top: 10px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	color: #bababa;
	font-weight: bold;
	font-size: 1.3em;
}

h3 {
	color: #4293AD;
	font-size: 1.35em;
	font-weight: normal;
}

h4 {
	font-size: 1.35em;
	font-weight: normal;
}

#col1of3 {
	background: url(../images/blue-back-left.jpg) no-repeat 0 130px;
	width: 300px;
}

#col1of3 h1 {
	margin: 0;
	padding: 20px 20px 10px 30px;	
}

#col1of3 p {
	margin: 0;
	padding: 1px 20px 20px 30px;
}

#col1of2 {
	background: url(../images/blue-back-left.jpg) no-repeat 0 130px;
	width: 640px;
}

#col1of2in2 {
	margin: 10px 0 0 34px;
}

#logo {
	padding: 10px 0 0 15px;
}

#col2of3 {
	width: 300px;
	position: absolute;
	top: 0;
	left: 303px;
}

#col3of3, #col2of2 {
	background: url(../images/blue-back-right.jpg) no-repeat 0 180px;
	width: 300px;
	position: absolute;
	top: 0;
	right: 0;
}

#col3of3 h4, #col3of3 p, #col2of2 h4, #col2of2 p {
	padding-left: 45px;
}

#kemon {
	padding: 100px 0 0 30px;
}

#naccas {
	position: absolute;
	top: 40px;
	left: 34px;
}

#pnacc {
	position: absolute;
	top: 60px;
	left: 110px;	
}

#pfina {
	position: absolute;
	top: 83px;
	left: 110px;	
}

#nav, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav {
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 210px;
}

#nav a {
	display: block;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.3em;
	font-weight: bold;
	padding: 6px 0;
}

#nav a:hover {
	text-decoration: underline;
}

#alloutr {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: url(../images/back-right.gif) repeat-y top right;
	height: 100%;
	display: none;
}

#slideshow {
	position: relative;
	overflow: hidden;
	width: 366px;
	height: 487px;
}

#slideshow img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0.0;
}

#slideshow img.activeslide {
	z-index: 7;
	opacity: 1;
}

#slideshow img.lastactiveslide {
	z-index: 6;
}

#slft {
	height: 487px;
	width: 20px;
	position: absolute;
	background: url(../images/photo-overlay-left.png) repeat-y;
	top: 0;
	left: 0;
	z-index: 99;
}

#srgt {
	height: 487px;
	width: 20px;
	position: absolute;
	background: url(../images/photo-overlay-right.png) repeat-y;
	top: 0;
	right: 0;
	z-index: 100;
}

.imgefx {
	position: relative;
	overflow: hidden;
	float: right;
	left: 20px;
}

.imgs1 {
	height: 800px;
	width: 20px;
	position: absolute;
	background: url(../images/photo-overlay-left.png) repeat-y;
	top: 0;
	left: 0;
	z-index: 99;
}

.imgs2 {
	height: 800px;
	width: 20px;
	position: absolute;
	background: url(../images/photo-overlay-right.png) repeat-y;
	top: 0;
	right: 0;
	z-index: 99;
}

.FormHeading {
	clear: both;	
}

fieldset {
	border: 0;
}

div.field {
	clear: both;
	padding-bottom: 10px;
}

label.left {
	width: 100px;
	float: left;
	margin-right: 10px;
}

input, textarea, select {
	background-color: #0C4C81;
	border: 0;
	padding: 2px;
	color: #ffffff;
}

textarea {
	width: 300px;
}

