/* Layout Stylesheet */ 
body {
 margin: 0;
 padding:0; 
 background:#6CB8CE;
 color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 86%;
 }	 
	 
input, textarea {
background: #fff;
border: 1px solid #000;
}

 a:link {
  color: #0B4B68;
 }

 a:visited, a:active {
  color: #09364B;
 }

 a:hover {
  color: #9FE1FA;
 }
h1 {
 font-size: 15px;
}
.caption {
 height:38px;
 width:100%; 
 background:#62ADC7 url('images/captionbg.gif') repeat-x;
 color: #333333; 
}
.caption h4 {
 padding-top:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
}
#left-col {
 background:#319EBD;
 color: #333333;
}

#right-col {
 background:#ffffff;
 color: #333333;}

#title {
 height:192px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#319EBD url('images/titlebg.gif') repeat-x;
 color: #333333; 
  }

#center-col {
 background:#ffffff;
 color: #333333;
 border: solid #000000;
 border-width:0 0 0 1px;
 padding:8px;
 }

#footer {
 width:100%;
 height:88px;
 border: solid #000000; 
 border-width:1px 0;
 background:#319EBD url('images/footerbg.gif') repeat-x;
 margin:0;
 }

#footer p {
 font-size: 68%;
 color: #333333;
 }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 86%;
 padding: 0 14px;
 }

h4, h3 {
 margin:0; 
 padding: 4px 0;
 }
