body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-position: top center;
	background-image: url('/img/background.png');
	background-repeat: repeat-y;
}

#footer { color: inherit;
	  margin: 20px auto;
	  font-size: 10px;
	  text-align: center;
	  width: 800px;
	  clear: both;
}

#error {
	background: black;
	border: solid black 1px;
	margin: 0px auto;
	text-align: center;
	color: red;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}

.dispnone {
	display: none;
}

#continfo {
	width: 200px;
	float: left;
	text-align: left;
}

#container {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 890px;
	background: url('/img/header.png');
	background-repeat: no-repeat;
}

#container > a {
	display: block;
	width: 890px;
	height: 250px;
}

#nav {
	display: block;
	width: 890px;
	height: 37px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background: url('/img/navback.png');
	background-repeat: repeat-x;
	list-style: none;
}

#nav > li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 296px;
	height: 37px;
	line-height: 37px;
}

#nav > li > img {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav > li > a {
	display: block;
	float: left;
	float: left;
	width: 285px;
	height: 27px;
	margin: 5px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	color: #1b364c;
}

#nav > li > ul {
	list-style: none;
	display: none;
	margin: 0px;
	padding: 0px;
	width: 285px;
	position: relative;
	left: 5px;
	top: -5px;
}

#nav > li > ul > li {
	background: white;
	display: block;
	float: left;
	width: 285px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	border-left: solid #C6C6C6 1px;
	border-right: solid #C6C6C6 1px;
}

#nav > li > ul > li:last-child {
	border-bottom: solid #C6C6C6 1px;
}


#nav > li > ul > li > a {
	display: block;
	margin: 5px;
	padding: 0px;
	padding-left: 50px;
	width: 225px;
	height: 17px;
	line-height: 17px;
	font-size: 14px;
	text-decoration: none;
	color: #1b364c;
}

#nav > li > ul > li > a:hover {
	background-color: #C6C6FF;
	background-image: url('/img/right.png');
	background-repeat: no-repeat;
	background-position: 35px 0px;
}

#callouts {
	display: block;
	float: right;
	width: 233px;
	margin-right: 20px;
}

#callouts img {
	margin: 5px;
	border: none;
}

#content {
	display: block;
	width: 597px;
	margin: 20px;
}


fieldset {
	display: block;
	clear: left;
}

fieldset legend {
	font-size: 16px;
}

fieldset label {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	margin-right: 10px;
	height: 20px;
	text-align: right;
	font-size: 18px;
	margin-bottom: 4px;
}

fieldset input, fieldset select, fieldset textarea{
	display: block;
	clear: right;
	width: 200px;
	height: 20px;
	font-size: 16px;
	border: solid black 1px;
	margin-bottom: 4px;
}

input[type=checkbox] {
	border: none;
}

fieldset textarea {
	width: 300px;
	height: 200px;
	margin-left: 160px;
}

fieldset div {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/down.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	margin-top: 10px;
	vertical-align: middle;
}

fieldset a {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	height: 16px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/right.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	vertical-align: middle;
}

fieldset input[type=hidden]{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

fieldset button{
	display: block;
	clear: left;
	float: left;
	width: 200px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 160px;
}


.mceEditor {
	display: block;
	float: left;
	clear: left;
}

h1 {
	color: #3b83bd;
	font-size: 24px;
	font-weight: bold;
}

#content {
	font-size: 14px;
}

#content img {
	margin: 5px;
}

#content p {
	text-align: justify;
}

a img {
	border: none;
}


/*preload classes*/
.svw {width: 220px; height: 19px;
	padding: 160px 170px;
}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 5px solid #3b83bd;
	margin: 0 0 1px 0;
	background: black;
}

.stripViewer img {
	margin: 0px !important;
}

.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
}

.stripTransmitter {
	overflow: auto;
	width: 1%;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li{
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}

.stripTransmitter a{
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #3b83bd;
	color: white;
	text-decoration: none;
	display: block;
	border: solid black 1px;
}

.stripTransmitter a:hover, a.current{
	background: white;
	color: #3b83bd;
	border: solid #3b83bd 1px;
}
