/*Two column from w3school*/

body {font: 0.8em verdana, arial, sans-serif;}
* {margin:0px; padding:0px;}
div#mainwrapper {width:100%; margin-left:auto; margin-right:auto; background-color:#FFFFFF; /* this b/g color is visible below the center col content div  */}
div#header {width:100%; height: 180px; padding-top:40px; text-align:center; background-color:#484848;} 

div#nav {width:100%; height:30px;
	padding:2px 0; 
	font-size:1em;  font-weight:bold;
	text-align:center; 
	background-color:#F0E68C;
	border-top:1px solid #F0E68C; border-bottom:6px solid #F0E68C;}
div#nav ul {margin-top:1em; margin-bottom:2em;} 
div#nav li {display:inline; color:black; padding:0 9px 0 9px;}
div#nav li:first-child {border-left:0;}
div#nav ul li a {text-decoration:none; color:black;}
div#nav ul li a:hover {text-decoration:none; font-weight:bold; color:#006699;} 

div#main {float:left; width:420px; margin-left:40px; display:inline; padding:5px 0;}
div#sidebar {float:right; width:250px; display:inline; padding:50px 0;}


h2 {font-family:Palatino Linotype, serif; font-size:1.5em; margin:20px 0 15px 0; color:#006699;} /*text for titles*/
h3 {font-family:verdana, arial, sans serif; font-size:1.1em;; font-weight:bold; padding:10px 0 5px 0; color:#006699;} /*text for headings*/
h4 {font-family:verdana, arial, sans serif; font-size:1em; color:#006699; padding: 10px 0 10px 0;}
p {font-family:verdana, arial, sans serif; font-size:1em; color:black; text-align:left; padding: 5px 0 3px 0;}
p.small {font-family:verdana, arial, sans serif;font-size:.95em;font-style:italic; color:black; text-align:left; padding: 5px 0 3px 0;}
a {text-decoration:none; color:#585858;}
a:hover {text-decoration:underline; color:#006699;}

ul.disc {list-style-type: disc; list-style-position: inside;} 


div.img {margin: 2px; display: inline; height: auto; width: auto; float: center; text-align: center;}
div.img img {display: block; margin: 3px;border:1px solid #484848;}	
div.img a:hover img {border: 1px solid #006699;}
div.desc {text-align: center; font-size:1em; width: 120px; margin: 2px;}

div#footer {width:100%;
 	padding:6px 0; 
	font-size:.85em;  
	text-align:center; 
	background-color:#484848;
	border-top:1px solid #484848; border-bottom:2px solid #484848;
	clear:both;}
 div#footer ul {margin-top:2px; margin-bottom:2px;} 
 div#footer li {display:inline; color:white; border-left:1px solid; padding:0px 9px 0 9px;}
 div#footer li:first-child {border-left:0;}
div#footer ul li a {color:white;}						 }
 div#footer ul li a:hover {font-weight:125%; color:#006699;} 
 div#footer ul.fineprint li {color:white;}
 div#footer ul.fineprint li a {color:white;} 
 div#footer ul.fineprint li a:hover {color:white;} 


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
  	height: 0;                  /* ensure the period is not visible */
	 clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */}
	.clearfix {display: inline-block;}   /* a fix for IE Mac */


/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

</style>

