/* CSS Document */
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}

body {
	border:0;
	font-size:88.01%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#FFF;
}

p.large {
	font-size:115%;
}
p.smspacer{
	margin-bottom:65px;
}
p.spacer{
	margin-bottom:150px;
}
p.bigspacer{
	margin-bottom:250px;
}
p.mid{
	width:387px;
	margin:0 auto;
	border:1px solid #ccc;
	
}
p.contact{
	border-top:#000 1px solid;
	padding-top:10px;
	margin-top:50px;
	margin-bottom:100px;
}
div.mid320{
	width:320px;
	margin:0 auto;
}
#content ul {
	margin-right:10px;
}
h1 {
	
	margin-bottom:40px;
	margin-left:10px;
	font-size:140%;
}
#title{
	padding-top:5px;
	padding-left:20px;
	font-size:30px;
	font-weight:100;
	color:#fff;
}
#sub{
	padding-top:60px;
	padding-left:130px;
	font-size:20px;
	font-weight:100;
	color:#fff;
	
	
}
h2 {
	margin-bottom:30px;
	margin-left:10px;
	font-size:120%;
}
hr{
	width:50%;
	border: 0;
	color:#e8c7a6;
	background-color:#e8c7a6;
	height: 2px;
	margin-bottom:-10px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:10px;
}
table{
	table-layout:fixed;
	width:90%;
	border-collapse:collapse;
	border-style:none;
	
}

colgroup{
	width:450px;
}
#c1{
	width:340px;
}
#c2{
	width:70px;
}
#c3{
	width:40px;
	
}
td{
	border-style:none;
	border-bottom:#ddd 3px solid;
	padding:5px;
	
}
td.rt{
	text-align:right;
}


#wrapper {
	font-size:85%;
	padding:0px;
	margin:10px auto;
	width: 724px;
	color:#333;
}
#header {
	height:108px;
	width:724px;
	background-image:url(../graphics/banner7.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#nav{
	background-color:#1f3170;
	color:#ccc;
	padding:6px 0;
	text-align:right;
	font-size:90%;
	
}
#nav a{
	color:#ccc;
	margin-left:10px;
	margin-right:10px;
}
#nav a:link{
	color:#ccc;
	text-decoration:none;
}

#nav a:visited{
	color:#ccc;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	text-decoration:underline;
}
#leftcol {
	float:left;
	width:200px;
	margin:0;
	padding-top:90px;
	color:#888;/*#1f3170;*/
	
	
}
#leftcol p{
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	
}
#leftcol a{
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	color:#888;
}
#leftcol a:link{
	color:#888;
	text-decoration:none;
}
#leftcol a:visited{
	color:#888;
	text-decoration:none;
}
#leftcol a:hover{
	color:#1f3170;
	text-decoration:none;
}

#container {
	margin:0px;
	width:724px;
	background-image:url(../graphics/mainbg3.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#content {
	float:right;
	width:483px;/*563px;*/
	background-color:#f5f5f5;
	color:#777;
	padding:20px;
	border-right:#ccc 1px solid;
}

#content a{
	color:#777;
	font-size:100%;
	text-decoration:none;
	
}

#content a:link{
	text-decoration:none;
	border-bottom:1px dashed #777;
}
#content a:visited{
	text-decoration:none;
	border-bottom:1px dashed #777;
}
#content a:hover{
	text-decoration:none;
	border-bottom:1px solid #777;
}



#footer {
	clear:both;
	text-align:center;
	background-color:#1f3170;/*#2d304a;*/
	background-image:url(../graphics/footerbg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#ccc;
	padding-top:5px;
	padding-bottom:5px;
	
	font-size:90%;
}
#footer span.message{
	color:#fff;
	font-size:110%;
	display:block;
	margin-left:190px;
	padding-top:15px;
}
#footer span.cred{
	color:#fff;
	display:block;
	margin-left:190px;
	padding-top:15px;
}
#footer span.cred a{
	color:#fff;
	text-decoration:none;
}

#footer span.cred a:hover{
	color:#fff;
	text-decoration:underline;
}

#banner4 {
	width:400px;
	margin:30px auto;
}

.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
	height:15px;
}
.bluebld{
	margin-left:10px;
	color:#39f;
	font-weight:bold;
}
.emph{
	font-weight:bold;
	margin-right:2px;
}
.ital{
	font-style:italic;
}
.faq{
	font-size:125%;
	font-weight:bold;
	font-style:italic;
	margin-right:10px;
}
.smem{
	width:80%;
	font-style:italic;
	text-align:justify;
}

