html, body {
	background: #000 url(../images/scene2.jpg)
	no-repeat center top; margin: 0;
}

p {
	margin: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}

ol {
	list-style-type: none;
	margin: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}

li {
	margin: 0;
	padding: 0;
}

ul#caption,
ul#caption ul,
ul#caption li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 245px; /* Sets Width of Menu Items */
	background: #8493b1;
	font-size: 7px;
}

input, select, textarea {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
}

input, textarea {
	margin-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	width: 200px;
}

textarea {
	padding: 2px;
}

.legal {
	color:#FFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
}

.legal a:link {
	color: #324b7d;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.legal a:visited {
	color: #324b7d;
	text-decoration: none;
}

.legal a:hover {
	color: #999;
}

.legal a:active {
	color: black;
	font-weight: bold;
}

.text {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}

.text a:link {
	color: #324b7d;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}

.text a:visited {
	color: #324b7d;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	color: black;
	font-weight: bold;
}

.text a:active {
	color: black;
	font-weight: bold;
}

.link {
	color: black;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
	text-decoration: none;
}

.link a:link {
	color: #324b7d;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
	text-decoration: none;
}

.link a:visited {
	color: #324b7d;
	font-weight: bold;
	text-decoration: none;
}

.link a:hover {
	color: black;
	font-weight: bold;
}

.link a:active {
	color: black;
	font-weight: bold;
}
.heading {
	color: #324b7d;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 16px;
	text-align: left;
	background-color: silver;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
}

.caption {
	color: white;
	width: 235px;
	background-color: #324b7d;
	font: italic 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-indent: 5px;
	text-align: center;
}
.bold {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
}

.italic {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}

.images {
	line-height: 20px;
}

.depth5 {
	height: 5px;
}

.depth10 {
	background-color: white;
	height: 10px;
}

.depth30black {
	background-color: #324b7d;
	height: 20px;
}

.depth30white {
	background-color: white;
	height: 20px;
}

.depth45black {
	background-color: #324b7d;
	background-image: url(../images/layout/layout_logo_top2.gif);
	background-repeat: no-repeat;
	height: 45px;
}

.depth45blue {
	background-color: #324b7d;
	background-image: url(../images/layout/layout_blue_stripe.gif);
	background-repeat: repeat-x;
	height: 45px;
} 

.depth45logo {
	background-image: url(../images/layout/layout_blue_logo.gif);
}

.depthshadow {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
}

.depthautoblack {
	background-color: #324b7d;
	height: auto;
}

.depthautowhite {
	background-color: white;
	height: auto;
	padding-top: 20px;
}