@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.9em;
	color:#4d4d4f;
	font-weight: normal;
	
}

#container  {
	width: 1000px;  
	background: #FFFFFF; 
	border: 1px solid #DDD; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#main  {
	width: 695px;
	background-color: #FFF;
	float: left;
	padding: 1px;
	border-right: solid 1px #DDD;
	
}
#main p {
	padding-right: 20px;
	padding-left: 20px;
}
#rtBar {
	margin: 0;
	padding: 40px 1px 0 1px;
	width: 300px;
	float: right;
}
#rtBar p {
	font-size: 16px;
	color: #325984;
	padding-left: 20px;
	padding-right: 20px;
}
#header  {
	background: #325984;  /* #436c98;  */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;	
} 
h1   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}
#nav {
	background-color: #719CCC;
	width: 1000px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.3em;
	margin-bottom: 8px;
}
.shiftup {
	margin-top: -30px;
}
.center {
	text-align:center; 
}	
#footer  { 
	padding: 10 10px 10 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#325984; 
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	
.qtn {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C60;
	margin-top: 0px;
	padding-top: 0px;
}
.justClear {
	clear: both;
}
.bolder {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.empasis {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C60;
}
.orange {
	color: #C60;
	background-color: #C60;
	width: 280px;
	margin-left: 20px;
	height: 5px;
}

a:link, a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #369;
}
a:hover {
	color: #C60;
}
form {
	width: 300px;
	padding-left: 20px;
}
#extraRt {
	float: right;
	width: 380px;
	padding-left: 10px;
	padding-top: 0px;
}
.fltRtImg {
	float: right;
	margin-left: 20px;
}
.fltLftImg {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.grey {
	background-color: #999;
}
.banner {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #375984;
	font-family: Verdana, Geneva, sans-serif;
}
.Italic {
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #325984;
	font-size: 16px;
	font-weight: bold;
}
.cred {
	font-size: 14px;
	font-style: normal;
	padding-top: 0px;
	margin-top: 0px;
	color: #325984;
	
}
ul li   {
	line-height: 1.3em;
	width: 300px;
}
input.submit {
	padding-top: 10px;
}

