	body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	}
	
	a {
		text-decoration:none;
	}
	
	img { border-style: none;   }
	
	.x-tabs-wrap 
	{
		border-bottom:1px solid ##99BBE8;
		padding-top:0px;
	}
	.x-tabs-body {
	    border:0 none;
	    border-top:0 none;
	}
	
	b{font-size: 110%;}
	em{color: red;}
	
	#maincontainer{
	width: 1006px; /*Width of main container*/
	margin: 2px auto; /*Center container on page*/
	}
	
	#topsection{
	/* background: #EAEAEA; */
	height: 75px; /*Height of top section*/
	border-bottom: 1px solid #15428b;
	margin: 0;
	}
	
	#topsection h1{
	margin: 0;
	padding-top: 15px;
	}
	
	#contentwrapper{
	float: left;
	width: 100%;
	}
	
	#contentcolumn{
	margin-left:2px;
	margin-right: 190px; /*Set right margin to RightColumnWidth*/
	}
	
	#rightcolumn{
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth) */
	/* background: #FDE95E; */
	}
	
	#footer{
	clear: left;
	width: 100%;
	text-align: left;
	font-size:small;
	font-style:italic;
	padding: 1px 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}
	
	
	
	.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}



	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
	    
	#slidetabsmenu {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
	border-bottom: 1px solid gray;
	
	}
	
	* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 0.2em;
	}
	
	#slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	margin-top:2px;
	margin-left:0;
	padding:0;
	}
	
	#slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
	}
	
	#slidetabsmenu a {
	float:left;
	background:url(../images/tab-left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	}
	
	#slidetabsmenu a span {
	float:left;
	display:block;
	background:url(../images/tab-right.gif) no-repeat right top;
	padding:3px 14px 3px 5px;
	font-weight:bold;
	color:#3B3B3B;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#slidetabsmenu a span {float:none;}
	/* End IE5-Mac hack */
	
	#slidetabsmenu a:hover span {
	color: black;
	}
	
	#slidetabsmenu #current a {
	background-position:0 -125px;
	}
	
	#slidetabsmenu #current a span {
	background-position:100% -125px;
	color: black;
	}
	
	#slidetabsmenu a:hover {
	background-position:0% -125px;
	}
	
	#slidetabsmenu a:hover span {
	background-position:100% -125px;
	}
	
	.x-panel-header1{width:390px;height:120px;overflow:hidden;zoom:1;font:12px arial;padding:5px 3px 4px 5px;border:1px solid #99bbe8;line-height:20px;repeat-x 0 -1px;}
	.x-panel-header{width:390px;height:140px;overflow:hidden;zoom:1;font:12px arial;padding:5px 3px 4px 5px;border:1px solid #99bbe8;line-height:20px;repeat-x 0 -1px;}
	.x-panel-header2{width:398px;height:155px;overflow:hidden;zoom:1;font:12px arial;padding:5px 3px 4px 5px;border:1px solid #99bbe8;line-height:20px;repeat-x 0 -1px;}