@charset "utf-8";

/* ------  1. Global and Defaults ------ */
body  {
	font: 80% "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	padding: 0;
	color: #ffffff;
	}
	
img{
	border: none;
	margin: 15px;
	}
	
ul { 
	padding:0px;
	margin:0px;
	}

/* ------ 2. containers and Positions ------ */
#wrapper{
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container { 
	width: 100%;
	margin: 0px 0;
	border: 2px solid #ffffff;
	}
#header { 
	background: #000000; 
	padding: 0 10px 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 2px solid #ffffff;
	height: 102px;
} 
#header img{
	float: left;
	margin: 0 30px 0 0;
	}

#mainContent { 
	/* margin: 0 0 0 250px;
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent table{
	margin-left: 60px;
	}
#mainContent table td{
	padding: 4px 20px 3px 20px;
	}	
	
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	border-top: 2px solid #ffffff;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*  ------ Fonts ------ */
h1,h2,h3,h4,h5{
	color: #aaaaaa;
	}
h1{
	font-size: 1.5em;
	}
h2{	
	font-size: 1.3em;
	}


h5{
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	}
/* ----- Variations ------*/
#header h1 {
	margin: 0; 
	padding: 25px 20px 5px 25px;
	font: 1.6em/1.8em "Trebuchet MS", Tahoma, Verdana, Arial, Geneva ,Helvetica, sans-serif;
	font-style:italic;
	color: #ffffff;
	}

#footer p{
	font-size: 0.8em;
	text-align: center;
	padding: 0;
	margin: 8px 20px 8px 20px;
	}
	
/*  ------ Navigation ------ */

/* menu design */
#menubar{
	width: 99.9%;
	height: 1.7em;
	background-color: #000000;
	padding-bottom: 0.1em;
	border-bottom: 2px solid #ffffff;
	}

div#menubar ul li {
	font: 0.9em/1.1em tahoma,arial,helvetica, sans-serif;;
    font-weight: bold;
   	list-style-type: none;
	float: left;
	width: 15%;
	background: #000000;
	}
div#menubar ul li a {
	display:block;
	width:100%;
	padding-left: 4px;
	text-decoration: none;
	line-height:1.9em;
	color: #ffffff;
	border:2px solid #ffffff; 
	border-bottom: none;
	border-top: none;/* format the design */
	}
div#menubar ul li a:hover {
	text-decoration: none;
	background-color:#444444;
	color: #ffffff;
	}

#mainContent a:link{
	color: #FFFF00;
	}
#footer a{
	color: white;
	text-decoration: none;
	margin: 0 30px;
	}
#footer a:hover{
	color:#FFCC00;
	}
	
/**********  New Items **/
#wrapper .keyphrases_upper{
	width: 100%;
	top: 0;
}
#wrapper .keyphrases_lower{
	width: 100%;
}
#wrapper .keyphrases_upper ul, #wrapper .keyphrases_lower ul{
	color: #aaaaaa;
	font-weight: bold;
	list-style: none;
	padding: 5px;
	text-align: center;
}
#wrapper .keyphrases_upper li, #wrapper .keyphrases_lower li{
	display: inline;
	margin: 5px 20px;
	font-size: 0.8em;
}
