/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: 0.8em;
	}
	
#wrapper {
	margin: 5px auto;
	width: 758px;
	border: #419b91 solid 1px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	}
	
#header {
	margin: 0px auto;
	width: 758px;
	height: 139px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#headerhome {
	margin: 0px auto;
	width: 758px;
	height: 139px;
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
}

#navbar {
	margin: 0px auto;
	width: 758px;
	height: 28px;
	background-color: #FFFFFF;
	color: #000000;	
}

#largepic {
	margin: 0px auto;
	width: 758px;
	background-color: #FFFFFF;
	color: #000000;	
}

#leftside {
	width: 345px;
	height: 233px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;	
	text-align: left;		
}

#rightside {
	width: 410px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;			
}

#leftpart {
	width: 410px;
	height: 233px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;	
	text-align: left;		
}

#rightpart {
	width: 345px;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;			
}

#footer {
	clear: both;
	margin: 0px auto;
	width: 758px;
	height: 25px;
	background-color: #419b91;
	color: #000000;	
}

#logos {
	margin: 0px auto;
	background-image: url(../images/logo_bottom.gif);	
	width: 758px;
	height: 60px;
	background-color: #FFFFFF;
	color: #000000;	
}

#cyberwrapper {
	margin: 0px auto;
	width: 758px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

#cyberfooter {
	width: 758px;
	height: 100px;
	background-color: #FFFFFF;
	color: #000000;
}

.info {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.0em;
	line-height: 120%;	
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.door {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}

.partnerspic {
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	color: #FFFFFF;
	background-color: #419b91;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
}

.cyberlogo {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.cybertext {
	font-size: 0.8em;
}

a:link {
	color: #c55f29;
	text-decoration: underline;
}

a:active {
	color: #f9b897;
	text-decoration: underline;
}

a:visited {
	color: #f9b897;
	text-decoration: none;
}

a:hover {
	text-decoration: none; 
	color: #f9b897; 
	text-decoration: underline;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.0em;
	line-height: 130%;
}
	
ul {
	list-style-position: inside;
	list-style-type: square;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 1.0em;
	line-height: 130%;
}
	








