/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#eee;
 color: #000000; /* not used */
 text-align:center;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 }
 
a {
color:#4D0F7C;
font-weight: normal;
text-decoration:none;
}

a:hover {
/* color:#808080; */
color:#ea7515;
text-decoration:underline;
}

#outer {
 text-align:left;
 border:1px solid #17145c;
 width:775px;
 margin:auto;
 }

#hdr {
	height:150px;
	background:#a3a4c1;
	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:20px;
 background:#cccccc;
 color: #ffffff;
 border:solid #17145c;	
 border-width:1px 0 1px 0;
 padding:7px 0px 0px 0px;
 font-size:70%;
 }

#bodyblock {
 position:relative;
 background: #a3a4c1; 
 color: #333333;
 width:775px;
 padding:0;
 }

#l-col {
 float:left;
 background:#18155A;
 color: #333333;
/* width:125px; */
/* padding:0px 0px 0px 0px; */
 font-size: 80%;
 }

#cont {
	width:450px;
	background:#a3a4c1;
	color: #000000;
	border:solid #a3a4c1;
	border-width:0 0 0 1px;
	text-align:left;
	line-height:150%;
	font-size: 75%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
 }
 #cont h1 {
	line-height: 21px;/* font-size:1.2em; */
}
#main {
/* width:450px; */
 background:#a3a4c1;
 color: #000000;
 border:solid #a3a4c1;	
 border-width:0 0 0 1px;
 text-align:left;
 line-height:150%;
 padding:0px 10px 10px 10px;
 font-size: 75%;
 }

#ftr {
 height:35px;
/* background:#a3a4c1; */
 color: #999;
/* border:solid #cccccc;
 border-width:1px 0 0 0; */
 margin:0;
 font-size: 70%;
 padding:5px 0px 0px 0px;
 }
 
 /*** 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;}

 /***********************************************
 
