/* - - -  Colors - - - - 

orange =  #f98e1b;

- - - - - - - - - - - - */

body {
	margin: 0;
	padding: 0;
	background: #e7e6f0;
	}
* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height:1.4em;
	}

a:link, a:visited {
	color:#009;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline; 
	color:#36F;
	}	
h1, h2, h3, h4 {
	padding:0 10px 3px 10px;
	margin-top:0;
	}
h1 {
	font-size: 1.5em;
	background:url(images/heading_bg.gif) bottom left repeat-x;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	}
h2 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	border-bottom: 2px solid #6c849b;
	margin-right: 200px;
	color:#6c849b;
	}	
h3 {
	margin-top:10px;
	color: #009;
	margin-bottom:10px;
	}
h4 {
	padding-top:3px;
	margin-top:10px;
	color: #fff;
	margin-bottom:10px;
	background: url(images/footer_bg.gif) bottom left repeat-x;
	}
table td {
	vertical-align: top;
	}

#all {
	background: #fff;
	}
.border {
	border-left:1px solid #000;
	border-right:1px solid #000;
	}	
.shade_left {
	background: url(images/shade_l.png) top right repeat-y;
	width: 12px;
	}	
.shade_right {
	background: url(images/shade_r.png) top left repeat-y;
	width: 15x;
	}		
#topnav {
	padding:2px 0 10px;
	font-size: .8em;
	}	
#topnav ul {
	margin:0;
	padding:0 0 0 14px;
	text-align: left;
	list-style-type: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#topnav ul li {
	display:inline;
	}	
	
#topnav li a {
	padding:4px 7px;
	text-decoration: none;
	font-weight: bold;
	line-height:20px;
	color: #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}
#topnav li a:link, #topnav li a:visited {
	}		
#topnav li a:hover {
	background: #009;
	color:#fff;
	}
		
#leftcolumn {
	width: 177px;
	vertical-align: top;
	background: url(images/leftcolumn_bg.gif) top left repeat-y;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom:1px solid #000;
	padding-bottom:50px;
	}	
.leftcolumn {	
	margin:15px 0 15px 15px;
	}
#leftcolumn ul {
  margin: 0px;
  padding: 0 0 40px 0;
  list-style-type: none;
  }
#leftcolumn li { 
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #5D758C;
	display: block;
	font-weight: bold;
	font-size: .8em;
   }
#leftcolumn li a:link, #leftcolumn li a:visited {
  color: #000;
  text-decoration: none;
  padding: 8px 15px;
  display: block;
  }
#leftcolumn li a:hover {
  color: #fff;	
  padding: 8px 15px;
  display: block;
  background: #009;
  } 	

#main {
	margin:0 0 10px 0;
	}

#content {
	padding:10px 15px;
	text-align:left;
	}
#content p, #content div, #content table{ 
	padding-left: 10px;
	}	
#content ul {
	margin-top:10px;
	}	
		
.shade_box {
	border: 1px solid #ccc;
	background: url(images/heading_bg.gif) bottom left repeat-x;
	margin-bottom:10px;
	padding-right:5px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
.shade_box ul {
	margin-left:19px;
	padding-left:0;
	}
		
.underline td{
	border-bottom: 1px solid #ccc;
	}		
.grey {
	background: #6c849b;
	}	
.blue {
	background:#0094d8;	
	}		

	
			
#footer {
	background: #f98e1b url(images/footer_bg.gif) top left repeat-x;
	text-align: left;
	color: #000;
	padding:6px 0 6px 15px;
	border-top: 1px solid #000;
	
	}	
#footer a {
	color: #000;
		}	
	
.fright {
 	float: right;
	margin: 5px 5px 5px 15px;
	}  
	
.fleft {
 	float: left;
	margin: 5px 15px 10px 15px;
	}  		
.bigger {
     font-size: 1.7em;
     }

.smaller {
     font-size:.8em;
     }  
.clearer {
	clear:both;
	height:auto 1px;
	padding:0;
	margin:0;
	}	 