/* imported
------------------------------*/
@import url(nav.css);


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}

a {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #666666;
}

p {
font-size: 14px;
line-height: 18px;
color: #000000;
}

p.bold {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}
p.link {
	padding: 2px 0 0 0;
	font-size: 11px;
	color: #990033;
	text-decoration: underline;
}
#wrap {
	margin: 0%;
	width: 100%;
	font-size: 100%;
	color: #000000;
}




#mainContainer{
	width:50%;
	margin:0% 0% 0% 0%;
	padding:1%;
	height:20%;
}

.big {
font-size:12px;

}


/* contact
------------------------------*/
#mini-contact {
	float:right;
	margin: 5% 17% 0% 0%;
	width: 20%;
	padding: 0%;
	font-size: 17px;
	}
	
	/* webaddress
------------------------------*/
#title {
	float:right;
	margin: 3% 28% 0 0;
	width: 20%;
	padding: 0%;
	font-size: 18px;
	
}
/* accessibility
------------------------------*/
fieldset#mini-search label,
.access-node,
legend {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: absolute;
	overflow: hidden;
}
caption {
	display: none;	
}
#access-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: -200px;
	left: 50%;
	background-color: #fff;
	z-index: 1000;
	width: 250px;
	text-align: center;
}
#access-nav a {
	position: absolute;       
	left: -999em; 
	top: 200px;
	font-size: 12px;
	width: 250px;
	border: solid 1px #C0C0C0;
	padding: 5px 0;
}
#access-nav a:active,  
#access-nav a:focus {       
	left: 50%;    
	margin: 0 0 0 -250px;
	top: 200px; 
	background-color: #fff;
}

.clear-float:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
