body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	background-color: #f4f4f4;
	/*background-color: #BCB99B;*/
	color: #555555;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}	margin-right: 20px;
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap {
	padding-left: 200px;
	padding-right: 200px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 0;
	
}
th {
	color: #6060cc
}

#header-middle {
	height: 55px;
	background-image: url(../images/banner.gif);
	background-color: #56A7D6;
	background-repeat: no-repeat
}

#header-menu {
	background-color: #717171;
	background: url(../images/top-gradient-slice.jpg) repeat-x;
	color: white;
}

#header-menu ul {
	margin:0;
}
#header-menu ul li { 
	display: inline;
	padding-right: 10px;
}

#header-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold; 
	color: white;
	text-decoration: none;
	background: url(../images/top-gradient-slice.jpg) repeat-x;
}

#header-menu ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold; 
	color: white;
	text-decoration: none;
	background: url(../images/top-gradient-slice.jpg) repeat-x;
}

#content {
	padding: 10px;
	background-color: #ffffff;
}

#footer {
	padding-left: 15%;
	font-size: 10px;
}

p.small {
	font-size: 10px;
	margin-top: 0;
	padding: 5px; 
}

div.tabbedBox {
	padding-top: 1em;
	padding-bottom: 1em;
	/* following to work around IE issue */
	margin-top: 1px;
} 

div.tabbedBox h1 {
	color: #555555;
	font-size: 1em;
	margin: 0;
	padding: 0.2em;
}

div.tabbedBox h1 span {
	background-color: #f0f0f0;
	padding: 0.2em;
	border-top: solid silver 1px;
	border-left: solid silver 1px;
	border-right: solid silver 1px;
}

div.tabbedBoxContent {
	border: solid silver 1px;
	padding: 0.5em;
}


