@charset "utf-8";
body  {
	background: #C4C4FF; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#container  {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
} 
#header  {
	background-color: #000099;
	background-image: url(../images/constant/dropshadowtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0px;
} 
#header  h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	background-color: #4C4C94;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 20;
}
#header  img {
	margin-top: 20px;
	margin-right: 145px;
	margin-bottom: 0px;
	margin-left: 130px;
	padding: 0px;
}
#header .tagline {
	color: #FFFFFF;
	background-color: #4C4C94;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
#sidebar1 li {
	margin: 0px;
	padding: 0px;
}
#sidebar1  .leftnav a:link, #sidebar1 .leftnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #4C4C94;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/constant/navleftbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebar1  .leftnav a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #4C4C94;
	text-decoration: none;
	background-image: url(../images/constant/navleftbghover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#access h4 {
	font-size: 90%;
	text-align: center;
}
#access p {
	text-align: center;
	font-size: 80%;
}

#access   a:link, #access a:visited {
	text-decoration: none;
	color: #000066;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	background-color: #EBEBEB;
}
#access a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}



#maincontent  {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/constant/dropshadowright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	float: right;
	width: 560px;
	margin: 0;
} 
#maincontent h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#maincontent h2 {
	font-size: 100%;
	font-style: normal;
	text-align: center;
	color: #000066;
	background: #FFFFFF;
	clear: both;
}
#maincontent h3 {
	font-size: 90%;
	font-weight: bold;
}
#maincontent h4 {
	font-size: 80%;
}


#maincontent p {
	font-size: 90%;
	line-height: 150%;
	text-align: justify;
}
#maincontent  li {
	font-size: 90%;
	line-height: 130%;
}

#maincontent .author {
	color: #000000;
	font-style: italic;
	background: #FFFFFF;
}
#maincontent img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#maincontent .imagetrain {
	text-align: center;
}
#maincontent .datatable {
	border: 1px solid #000066;
	width: 55%;
	padding: 0px;
	text-align: left;
	font-size: 80%;
}
#maincontent .filler {
	height: 230px;
}
#maincontent .filler1 {
	height: 252px;
}


#maincontent a:link, #maincontent a:visited {
	color: #000066;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	text-decoration: none;
}
#maincontent  a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	text-decoration: none;
}
#maincontent .contactform p {
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#maincontent .contactform .subs {
	margin-top: 15px;
	margin-bottom: 0px;
}
#maincontent .contactform .subs1 {
	margin-top: 40px;
	margin-bottom: 0px;
}
#maincontent .required {
	color: #FF0000;
	background-color: #FFFFFF;
}
#maincontent label {
	float: left;
	width: 25%;
	text-align: left;
}
#maincontent .contactform .text {
	width: 240px;
	color: #473B87;
	background-color: #E6E6FF;
}
#maincontent .submit {
	margin-left: 150px;
	margin-top: 20px;
	margin-right: 0px;
}
#maincontent .quotes {
	font-style: italic;
	font-size: 90%;
}
#maincontent .quotes1 {
	width: 450px;
}
#maincontent .quotes2 {
	font-style: italic;
	font-size: 80%;
}
#maincontent   .required {
	color: #FF0000;
	background-color: #FFFFFF;
}



#contacttel {
	float: left;
	width: 200px;
	margin-left: 30px;
	font-size: 90%;
}
#contactmail {
	padding: 0px;
	float: left;
	margin-top: 0px;
	width: 220px;
	clear: both;
	margin-left: 30px;
	font-size: 90%;
}

#contacttel img {
	float: left;
	padding-right: 10px;
}
#contactmail img {
	float: left;
	padding-right: 10px;
	margin-bottom: 100px;
	margin-top: 40px;
}




#footer  {
	background-color: #FFFFFF;
	background-image: url(../images/constant/dropshadowbottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	float: left;
	width: 780px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#footer .bottomnav {
	font-size: 70%;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer .ostrich {
	font-size: 70%;
	text-align: center;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#footer img  {
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer .bottomnav a:link, #footer .bottomnav a:visited,
#footer .ostrich a:link, #footer .ostrich a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	background-color: #FFFFFF;
}
#footer .bottomnav a:hover,
#footer .ostrich a:hover {
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.hide {
	display: none;
}
