/* Global Styles */
html, body { 
  margin:0; 
  padding:0; 
  border:none; 
}
#container { /* this is the main container ID */
  width: 100%; 
  max-width: 1000px; 
  min-width: 200px; 
}
#thick-col { 
  width: 70%; 
  float: right; /* switch this to left and below to right to change the column locations */
}
#full-col { 
  width: 100%; 
  float: left; /* switch this to left and below to right to change the column locations */
}
#thin-col {
  width: 25%; 
  float: left; /* switch this to right and above to left to change the column locations */
} 
ul.SimpleHorizMenu {
  margin-left: 0px;
  padding-left: 0px;
}
ul.SimpleHorizMenu li {
  display: inline;
  background-color: #0099FF;
  border-style: outset;
  border-width: 1px;
}
ul.SimpleHorizMenu li a {
  text-decoration: none;
  padding-left: 3em;
  padding-right: 3em
}
ul.SimpleHorizMenu li a:hover {
  background-color: #D0D0D0
}hr {
    height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
a:link {color: #000099;}
a:visited {color: #CC3366;}
a:active {color: #000099;

/* ID Styles */

#navigation {
	font:11px georgia;
	color: #233CDC;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}
/* Class Styles */

.sidebarHeader {
	font:14px georgia;
	color: #233CDC;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
