/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;}


p,span,div,li,td,th,label { 
	font-family: Arial, Helvetica, sans-serif;}

h1 {font-size: 1.2em; font-weight: normal; margin-top:8px;}	
h2 {font-size: 1.5em; margin-bottom:2px; padding-bottom:2px;}	
h3 {font-size: 2.0em; color:#000; font-weight:bold; xline-height:120%; letter-spacing:3px;}	
h4 {font-size: 1.4em; color:#bbbdc0; font-weight:bold; letter-spacing:3px;}	
h5 {font-size: 0.8em;}	
h6 {font-size: 0.6em;}

form { margin: 0px; }


/* TOOLBOX
------------------------------------------------------------------ */
.hide{ display:none;}
.clear {clear:both;}
.bold {font-weight:bold;}


/* LINKS 
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#261A7F; text-decoration: none;} 
a:hover, 
a:active {
	color:#FF0000; text-decoration:underline;}


/* FORMS
------------------------------------------------------------------ */
form {}
input {}
textarea {}


/* MAIN LAYOUT 
------------------------------------------------------------------ */
#container { /* This is the mainwrapper */
	width:739px; 
	margin:10px auto;
	background:#FFFFFF;
	position: relative;}

/* HEADER */
#header {
	border-bottom:1px solid #E0E0DF;
	position:relative;
	height:93px;}
	
/* TOPMENU */	
#topMenu {
	width:739px;
	position:relative;
	border:1px solid #E0E0DF;
	height:20px;}
	
#topMenu ul {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;}
	
#topMenu ul li {
	border-right:1px solid #E0E0DF;
	height:20px;
	float:left;
	padding-left:29px;
	padding-right:29px;
	line-height:20px;}
	
#topMenu ul li:hover, 
#topMenu ul li.sfhover, 
#topMenu ul li.selected, 
#topMenu ul li.firstSelected, 
#topMenu ul li.lastselected{
	background:#E0E0DF;
	color:#000000;
	text-decoration:none;}

#topMenu ul li.last {
	border:none;}
	
#topMenu ul li a{
	font-size:11px;
	color: #000000;
	text-decoration:none;}


/* MAINCONTENT */
#mainContent {
	margin-top:15px;
	padding:0 15px 0 15px;
	border:1px solid #E0E0DF;}
	

/* FOOTER (OUTSIDE THE #CONTAINER) */
#footerPoweredByitools {
	width:739px;
	font-size:10px;
	text-align:center;
	margin:0 auto;
	position: relative;}
	

