
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
 }
 
h1,h2,h3,h4,h5,h6,form {font-size:18px;color:#395DBA;margin:10px 0 10px 0;padding:0px}

#outer {
 text-align:left;
 border:0px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:80px;
 background:#FFFFFF;
 }

#bar {
 height:25px;
 background:#FFFFFF;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 text-align:center;
 }

#bodyblock {
 position:relative;
 background: #FFFFFF;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:150px;
 }

#cont {
 margin:30px 0px 0px 0px;
 width:490px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

p {
margin:0 0 15px 0;
line-height:1.1em;
text-align:justify;
}

a img {
border:0;
}

a:link {
	color: #395DBA;
	font-family: tahoma;
	font-size: .8em;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: #395DBA;
	font-family: tahoma;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: #8CA5A2;
	font-family: tahoma;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

#ftr {
 height:25px;
 background:#FFFFFF;
 color: #395DBA;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 }