body
	{
	margin:0;
	padding:0;
	line-height: 1.5em;
	}

b
	{
	font-size: 110%;
	}

em
	{
	color: red;
	}

#maincontainer
	{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}

#topsection
	{
	height: 151px; /*Height of top section*/
	}

#topsection h1
	{
	margin: 0;
	padding-top: 15px;
	}


/* Begin CSS Popout Menu */


#menuh-container
	{
	width:100%;	
	height: 31px; /*Height of menu*/
	background-color: #FECA04;
	border-left : 0px dashed #00964B; 
	border-right : 0px dashed #00964B; 
	border-top : 0px dashed #00964B; 
	border-bottom : 0px dashed #00964B;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	width:100%;
	border-left : 0px dashed #00964B; 
	border-right : 0px dashed #00964B; 
	border-top : 0px dashed #00964B; 
	border-bottom : 0px dashed #00964B;
	}
		
#menuh a
	{
	text-align: center;
	white-space: nowrap;
	display:block;
	border: 1px solid white;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: black;
	background-color: #FECA04;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: #FFF35E;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* top-parents */
	{
	border: 0px solid #555;
	width:7em;	/* width of all parent menu boxes */
	}

.subwidth
	{
	width:8.53em;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width of sub menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */


#contentwrapper
	{
	float: left;
	width: 100%;
	}

#contentcolumn
	{
	border-left : 0px dashed #00964B; 
	border-right : 0px dashed #00964B; 
	border-top : 0px dashed #00964B; 
	border-bottom : 0px dashed #00964B;
        margin-top: 10px;
	margin-left: 175px; /*Set left margin to LeftColumnWidth*/
	}

.consubcontainer
	{
	padding: 10px 10px 10px 10px;
	}

.consubheader
	{
	padding: 10px 10px 10px 10px;
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	color: green;
	font-weight: bold;
	}

.consubcontent
	{
	margin: 0px 0px 0px 15px;
	font-size: Small;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	color: black;
	}

.consubquote
	{
	margin: 0px 0px 0px 15px;
	font-size: 20px;
	font-family: lucinda;
	padding: 10px 10px 10px 10px;
	color: green;
	font-weight: bold;
	font-style: oblique
	}

#leftcolumn
	{
	float: left;
	width: 175px; /*Width of left column*/
	border-left : 0px dashed #00964B; 
	border-right : 1px dashed #00964B; 
	border-top : 0px dashed #00964B; 
	border-bottom : 0px dashed #00964B;
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
        margin-top: 10px;
	}

.leftsub
	{
	padding: 0px 10px 10px 0px;
	}


.leftsubheader
	{
	padding: 0px 10px 10px 5px;
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	color: green;
	}

.leftsubcontent
	{
	margin: 0px 0px 0px 5px;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	color: black;
	}

#footer
	{
	clear: left;
	width: 100%;
	background: white;
	color: black;
	text-align: center;
	padding: 4px 0;
	}

#footer a
	{
	color: black;
	}

.innertube
	{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}