@charset "iso-8859-1";

body
{
	background-color: #CCF;	/* background (Behind Left Column) */
	font-size: 100.1%;
	margin: 0;
}

#masthead
{
	background-color: #9CC;		 /* top of page */
	color: #000;
}
/* This section makes sure that H1 elements in the masthead don't
take up extra virtical space. (You have to use a <br/> or <p/> tag
after them if you want a break or a p-break.) */

#masthead h1
{
	font-variant:small-caps;
	display: inline;	/* easier than setting 0 padding and margin */
}

#current {
  font-weight:bold; 
}

/*
a:visited{
 color: #aaaa22;
 }

a:link{
 color: #aa2222;
 }

a:hover{
 color: #993300;
 } */

#mainPage
{
}

#leftColumn 
{
	
	/*background-color:#000000;  The left colunm shares the BGcolor of the BODY, edit it there*/

	/* Feel free to change the attributes above this line
	  with little risk of messing up the layout */

	/* No user servicable components below this line */
	width: 14em;
	padding: 0.5em; 
	float: left;   /* Allows content collumn to be at same height */
}

#contentColumn
{
 	background-color:#FFF;
	padding: 0.5em;

	/* Feel free to change the atributes above this line
	 with little chance of messing up the layout */

	/* no user servicable components below this line */
	height: auto; /* Keeps the column full length */
	margin-left: 15em; /* width of left col + 2 * padding 
			      of the leftColumn */
}	

#footer
{
        background-color: #669; 
	font-size: 75%;
	padding: 1em;
}

/* this section keeps a little bit of space below the footer so the
 bottom piece of content doesn't look like it's in danger of 
being  "chopped off" */
html>body #footer
{
	padding-bottom: 1.01em;	/* attempt to fix Gecko engine's rounding errors
				   which can disrupt the layout. */
} 
p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;		/* for better consistency across platforms */
}



/******************************************************************************/
