/* Redefined HTML-elements */
body {
	text-align: center;
	background-color: #000000;
	color: #3E3E3E;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px; 
	margin: 0 auto;
	padding: 0px;
	background-image: url(../image/bg_blueline.gif); 
	
}

img { 
	border: 0px;
}

/* Default color on span tag */
span { 
	background-color:inherit;
	color:#0099FF;	
}


/* End redefined HTML-elements */


/* Layout */

#wrapper {
	text-align:left;
	background-color:#FFFFFF;
	color:inherit;
	margin:0 auto;
	width:800px;
}

#top {
	height:40px;
	background-color:inherit;
	color:#CCCCCC;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: right;
} 

#header {
	height:200px;
	background-color:#0099FF;
	color:inherit;
} 

#content {
	margin:25px;
} 

#menu {
	width:170px;
	text-align:left;
	float:left;
} 

#space {
	width:40px;
	float:left;
} 

#text {
	width:510px;
	text-align:left;
	float:left;
	margin:0px;
	} 

#text a:link, #text a:visited {
	text-decoration:none;
	color:#0099FF;
	} 

#text a:hover  {
	text-decoration:underline;
	color:#333;
	} 


#footer {
	height:20px;
	background-color:#0099FF;
	color:#FFFFFF;
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;	
} 

#bottom {
	height:30px;
	background-color:inherit;
	color:inherit;
} 
/* End layout */



/* Link definition */
a:link  {
	color: #3E3E3E;
	text-decoration: none;
}
a:visited  {
	color: #3E3E3E;
	text-decoration: none;
}
a:active  {
	color: #3E3E3E;
	text-decoration: none;
}
a:hover   {
	color: #0099FF;
	text-decoration: none;
}
  
.footer-link:link {
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-link:visited {
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-link:hover{
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-link:active {
	background-color: inherit;
	color: #FFFFFF;
	text-decoration: none;
}
/* End link definition */

/* Pre-defined classes */

.quotation {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 11px; 
	color: #666666;

}

.leftmenu {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-style: none;
	font-size: 11px;
	color: #666666;
	background-color: inherit;
}

.menuitem-first {
	padding-top: 3px;
	height: 23px;
	width: 170px;
	
	border-top-width: 1px;
	border-top-color: #00C0F0;
	border-top-style: solid;
	
	border-bottom-width: 1px;
	border-bottom-color: #00C0F0;
	border-bottom-style: solid;

}

.menuitem {
	padding-top: 3px;
	height: 23px;
	width: 170px;
	
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	
	
	border-bottom-width: 1px;
	border-bottom-color: #00C0F0;
	border-bottom-style: solid;

}
/* Pre-defined classes */	



