﻿
/* Layout Stylesheet */ 

body {
 margin:20px;
 background-attachment:fixed;
 background-image:url('../logos/bg2jpg');
 background-color:#182050;
 color:#000000; 
 text-align:center; padding:0; 
 }

#outer {
 background: #ffffff;
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:260px;
 width:800px;
 background:#ffffff url('../logos/header2.gif');
 color:#ffffff; 
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #000000;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ffffff url('../logos/left.jpg') repeat-y;
 color:#000000; width:140px;height:825px;border-width:0 
 }

#cont {
 background:#ffffff;
 width:655px;
 height:825px;
 color: #000000;
 border:solid #000000;	
 border-width:0px 0 0 1px;
 text-align:left;
 }
 
#info{
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

#info2{
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

#info3{
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

a {
	color: #211c54;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color:#808080;
	text-decoration: underline;
}

h2{
	font-size:medium;
	font-weight:bold;
	margin-left:20px;
}


h3{
	font-size:medium;
	font-weight:bold;
	text-align:center;
}

#ftr {
position:relative;
 height:25px;
 width:800px;
 text-align:center;
 background:#000000;
 color: #ffffff;
 margin:0;
 } 

