/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0; 
 background-color: #000066;
 color: #333333;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
a {
	font-size: 11px;
	color: #B89D06;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a:visited {
	color: #B89D06;
}
a:hover {
	color: #003366;
}
a:active {
	color: #B89D06;
}	 

p {
 padding: 0 15px;
 }

h4, h3 {
 margin: 10px 0 0 0; 
 padding: 5px 0;
 }
 
.hr { width: 100%; height: 3px; background-image:url(images/burgundy_stitch.gif); background-repeat:repeat-x; }

.vr { width:0;height:250px; margin-left:50%; border-left:dotted 1px red;}

.box { width:650px; height:50px; border:dotted 1px green;}

.floatleft {
	position: fixed;
	width: 40%;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatright {
	position: fixed;
	width: 40%;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#c-block {
 width:100%;
 background:#FFFFFF;
 color: #333333;
 height:80%;}

#hdr{
 height:20px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#CBAC02;
 color: #333333; 
 padding: 20px 0px 0px 0px;
 text-align:center
  }

#c-col{
 margin: 10px 50px 10px 50px;
 position:relative;
 background:#ffffff;
 color: #333333;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px; 
 border-width:1px 0;
 background:#000000;
 color: #FFFFFF;
 padding: 10px 0 0 0;
 font-stretch:expanded;
 }