/* CSS Document */
	body {
	margin: 0px;
	padding: 0px;
	background:  url("g/bg_r.gif") #FFFFFF repeat-y;
	height: 100%;
	}
	
	#content {
	padding: 5px;
	margin-left: 175px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font: Arial;
	z-index: 7;
	}
	
	#logo{
	position: absolute;
	top: 75px;
	left: 3px;
	width: 149px;
	height: 113px;
	border: none;
	background: url('g/logohomepage.gif') #000000;
	background-color: #FF0000;
	z-index: 2;
	}
	
	#mission{
	width:135px;
	left: 9px;
	top: 223px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font: Arial;
	font-weight: bold;
	z-index: 6;
	}

	#logotext{
	left: 2px;
	top: 190px;
	position: absolute;
	z-index: 4;
	}
	
	#titleword{
	position:absolute; 
	z-index:9; 
	left: 400px; 
	top: 45px;
	}
	
#content li{
	list-style-type: square;
}

#content a{
	color: #00f;
	background-color: transparent;
	text-decoration: underline;
}

#content a:visited{
	color: #7E00FF;
	background-color: transparent;
	text-decoration: none;
}

#content a:hover{
	color: #00f;
	background-color: transparent;
	text-decoration: underline overline;
}
	#contact{
	position:absolute;
	height:12px;
	left: 30px;
	top: 434px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font: Arial;
	color: #FFFFFF;
	z-index: 5;
	}
