body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 73%;
	margin: 0px;
	background-color: #E5E5E5;
}


#header {
	position: relative;	
	height: 1em;
}


#shell {
	margin: 0px auto;
	width: 743px;
	background-color: #FFFFFF;
	border-color: #98AAB1; 
	border-style: solid;
	border-width: 1;
}



#topbar {		
	height: 10px;
	text-align: center;
	margin-top: 10px;
	float:left;
	width: 743px;
}

#navbar {		
}


#main_content{ 
	color: #000000;
	width: 743px;
 }


#panel {
	width: 700px;
	min-height: 400px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 100px;
	float:left;
	background-repeat: repeat-y;
}


#bottombar {		
	width: 743px;
	height: 10px;
	text-align: center;
	margin-left: 0px;
	float:left;
        background-repeat:no-repeat;
}



A:link {color : #006699;} /* @@ */
A:visited {color : #5493B4;} /* @@ */
A:hover {color : #FFA34F; text-decoration:underline;} /* @@ */

A {
	text-decoration: none;
	font-weight: bold;	
}


 


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C2073C;
	float:left;
	clear:right;
} 



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding-left: 5px;
} 



#powered {
	position: relative;
	min-height: 14px;
	width: 700px;
	float: left;
	font-size: 85%;
	text-align: center;
	padding-left: 1em;
}