@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/*======================================================================*/
/* Set the body for background, fonts, colors and link behavior styles  */
/*======================================================================*/

body {
	background: #eee url(images/bg.gif) 0 100% repeat-y;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #333;
	z-index: 1;
}

a:link, a:visited {
	color: #633;
}

a:hover {
	color: #966;
}

h1 {
	margin-bottom: 11px;
	font: normal italic 1.5em/18px Georgia, serif;
	color: #633;
}

h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #999;
	border-bottom: 3px double #003399;
}

h3 {
	padding-top: 18px;
	padding-bottom: 6px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #633;
	text-decoration: underline;
}

.tpad {
	padding-top: 10px;
}

.rpad {
	padding-right: 10px;
}

.lpad {
	padding-left: 10px;
}

.bpad {
	padding: 0 10px 0 10px;
}

.nodec {
	list-style-type: none;
}

/*======================================================================*/
#page {
	width: 960px;
	background: #fff url(images/page2.gif) repeat-y;
	text-align: left;
	margin: 0 auto;
	height: auto;
	z-index: 2;
}

/*======================================================================*/
#header {
	width: 960px;
	height: 150px;
	background-color: #FFFF99;
	z-index: 2;
	border-bottom: 2px solid #663300;
}

#header img {
	float: left;
	width: 150px;
	height: 150px;
}

#header h1 {
	width: 786px;
	text-align: center;
	color: #996600;
	font: normal bolder 2.5em/36px Georgia, serif;
	margin: 20px 0 0 20px;
}

#header p {
	width: 786px;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font: normal large Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 160px;
	line-height: 1.25;
}

/*======================================================================*/
#navbar {
	width: 960px;
	background-color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	overflow: hidden;
	z-index: 3;
}

/*======================================================================*/
#navl, #navl ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 9;
}

#navl a {
	display: block;
	border-left: solid 7px #2D486C;
	width: 183px;
}

#navl li {
	float: left;
	width: 190px;
	border: 1px solid #B0C4DE;
	background-color: #E7EDF5;
	color: #2D486C;
/*	text-align: center; */
}

#navl li ul {
	position: absolute;
	width: 190px;
	left: -999em;
	z-index: 9;
}

#navl li:hover {
	background-color: #00FF66;
	color: #FF0000;
	border-bottom: 1px solid #000;
}

#navl li:hover ul, #navl li.sfhover ul {
	left: auto;
}

#navl ul li {
	border: 0 none;
	border-bottom: 1px solid #E7EDF5;
	background-color: #F1F5F9;
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
}

#navl a:link, #navl a:visited {
	display: block;
	text-decoration: none;
	color: #2D486C;
}

* html #nav a {
	width: 190px;
}

/*======================================================================*/
#rcont {
	width: 188px;
	float: right;
	margin: 0 0 0 auto;
	z-index: 3;
}

#rcont ul {
	font-size: 80%;
	list-style-type: circle;
	margin-left: 18px;
}

#rcont ol {
	font-size: 80%;
	margin-left: 24px;
}

#rcont a:link {
	color: blue;
}

/*======================================================================*/
#lcont {
	width: 754px;
	float: right;
	margin: 0 18px 0 0;
	z-index: 4;
}

#lcont p {
	margin-top: 18px;
	line-height: 135%;
}

#lcont p:first-letter {
	color: #FF0000;
	font-family:"lucida handwriting";
	font-size: 160%;
	font-weight: bold;
}

#lcont ul {
	list-style-type: square;
	margin-left: 27px;
}

#lcont ol {
	margin-left: 27px;
}

/*======================================================================*/
#tagline {
	border-bottom: double #ccc 5px;
	font: italic small-caps 1.5em/22px Georgia, serif;
	text-align: center;
	color: #603;
	padding: 10px 0 10px 0;
	z-index: 4;
}

/*======================================================================*/
#menubar {
	clear: right;
	width: 960px;
/*	border: ridge black 1px; */
	height: auto;
	background-color: #FFFFFF;
	z-index: 3;
}

/*======================================================================*/
#copyright {
	clear: both;
	width: 958px;
	border: groove red 2px;
	background-color:#CCCCFF;
	z-index: 3;
}

/*======================================================================*/
/*** All the items related to the Contact Us form are listed below ******/
#submit {
	font-family:"Arial Rounded MT Bold";
	font-size: 135%;
	background-color: #CCCC00;
	color: #FF0033;
}

#clrAll {
	font-family:"Arial Rounded MT Bold";
	font-size: 135%;
	background-color: #00CCFF;
	color: #000000;
}

fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
}

label {
	float: left;
	width: 12em;
	margin-right: 1em;
}

fieldset fieldset {
	border-style: none;
	background-color: transparent;
	background-image: none;
}

fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}

fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	padding: 0;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color:#3399FF;
	background-color:#003333;
}