/* Layout Stylesheet */ 
body {
 margin:10px;
 background:#f7f7f7;
 color: #000000; /* not used */
 text-align:center;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 }
 
a {
color:#284283;
font-weight: bold;
text-decoration:none;
letter-spacing: 1pt;
margin:30px 0px 30px 0px;
}

a:hover {
/* color:#808080; */
color:#ff0000;
font-weight: bold;
text-decoration:none;
letter-spacing: 1pt;
}

#outer {
 text-align:left;
 border:1px solid #284283;
 width:975px;
 margin: 0 auto;
 }

#hdr {
 height:110px;
 background:#284283;
 color: #000000;
 }
#hdr h1,#hdr h2 {
font-weight:400;
letter-spacing:2px;
margin:0;
padding:0;
}

#hdr h1 {
font-size:200%;
 padding-top:5px; 
}

#hdr h2 {
font-size:1.0em;
}

#bar {
 height:2px;
 background:#496DC7;
 color: #544835;
 border:solid #496DC7;	
 border-width:1px 0 1px 0;
 padding:5px 0px 0px 0px;
 font-size:80%;
 }

#bodyblock {
 position:relative;
 background: #dddddd;
 color: #333333;
 width:975px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dddddd;
 color: #333333;
/* width:125px; */
 padding:10px 5px 5px 15px;
 font-size: 80%;
 }

#cont {
 width:749px;
 background:#ffffff;
 color: #333333;
 border:solid #cccccc;	
 border-width:0 0 0 1px;
 text-align:left;
 padding:10px 20px 20px 20px;
 }
 #cont h1 {
/* font-size:1.2em; */
}

#ftr {
 height:35px;
 background:#496DC7;
 color: #ffffff;
 border:solid #cccccc;
 border-width:1px 0 0 0;
 margin:0;
 font-size: 80%;
 padding:0px 0px 0px 0px;
 }
 #ftr2 {
 height:100px;
 background:#284283;
 color: #ffffff;
 border:solid #284283;
 border-width:1px 0 0 0;
 margin:0;
 font-size: 80%;
 padding:3px 0px 0px 0px;
 }
a.ftr:link, a.ftr:active, a.ftr:visited {
color:#ffffff;
font-weight: normal;
text-decoration:none;
letter-spacing: 1pt;
margin:30px 0px 30px 0px;
}

a.ftr:hover {
/* color:#808080; */
color:#000000;
font-weight: normal;
text-decoration:none;
letter-spacing: 1pt;
}
 
 /*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

.smalltext_white {  font-family: verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.pagetitle {  font-family: Verdana, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FF0000; text-decoration: none; }
A.linktwo {  font-family : verdana,helvetica,sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : #FFFFFF;
	text-decoration : none;}
A:hover.linktwo {font-family : verdana,helvetica,sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : #3B83CD;
	text-decoration : none;}
 /***********************************************
 
