/* Page Stylesheet */ 

/* Page Layout */
#outer {
	text-align:left;
	border:1px solid #f9b738;
	width:800px;
	margin:0 auto;
 }

#hdr {
	height:150px;
 }

#bar {
	height:15px;
	background:#c0c0c0;
	color: #333333;
	padding:3px 0px 0px 5px;
	font-size:11px;
	background-image:url(../images/imgDdBg.gif);
	background-repeat:repeat-x;
 }
#bar a{
	text-decoration:none;
	}

#bodyblock {
	position:relative;
	background: #ffffff;
	color: #333333;
	width:800px;
	padding:0;
	min-height:450px;
	
}

#l-col {
	width:645px;
	background:#ffffff;
	color: #333333;
	text-align:left;
}


#r-col {
	float:right;
	background:#ffffff;
	color: #333333;
	width:145px;
	border-right:thin #000000;
	margin-right:2px;
 }

#ftr {
	font-size:x-small;
	height:75px;
	background:#c0c0c0;
	color: #333333;
	border:solid #f9b738;
	border-width:0px 1px 1px 1px ;
	margin:0 auto;
	width:800px;
	background-image:url(../images/imgDdBgfoot.gif);
	background-repeat:repeat-x;
}

/* Presentation Stylesheet */ 

body {
	margin:5px;
	background-color:#ffffff;
	text-align:center;
	padding:0;
 }
#image{
	float:right;
	border:solid thin #f9b738;
	margin:8px;
	}
#imageLeft{
	float:left;
	border:solid thin #f9b738;
	margin:8px;
	}
#bodyblock p{
	padding-right:10px;}
a{
text-decoration:none;
color:#d28b02}
h3, p {
	margin:0;
	padding:15px;
 }

h4 {
	margin:0; 
	padding: 5px 0;
 }

p:first-letter {
	font-size: 140%; 
	font-weight: bold;
	color:#000000;
 }
#l-col ul{
 	margin: 2px 20px; 
	padding: 2px 20px;
 }
#l-col ol{
 	margin: 2px 20px; 
	padding: 2px 20px;
 }
 
/*Menu System */
#menu {
	width: 148px;
	margin: 0px;
	padding-top:3px;
	border:0px;
	border-color:#273b14;
	border-style:dashed;
	}
#menu ul{
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	text-indent:0px;
	list-style:none;
	}
#menu li{
	}
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	font-weight:bold;
	color: #273b14;
	display: block;
	padding: 8px 0 0 10px;
	background:url(../images/menugreen.gif);
	}
	
#menu li a:hover {
	color: #f9b738;
	padding: 8px 0 0 10px;	
	background:  url(../images/menugreen.gif) 0 -32px;
	}
		
#menu li a.down {
	color: #000;
	padding: 8px 0 0 10px;	
	background:  url(../images/menugreen.gif) 0 -32px;
	}		
#menu li a.down:hover {
	color: #f9b738;
	padding: 8px 0 0 10px;	
	background:  url(../images/menugreen.gif) 0 -32px;
	}