* {
    padding: 0;
    margin: 0;
} 

body {
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;	
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
background: #FFFFFF url(images/img03.jpg) repeat-x left top;	
margin: 20px auto;
width: 1000px;
}

#top { 
height: 20px;
}

#content {
padding: 0 20px 0 20px;
}

#bottom {

height: 30px;
}


.header {
height: 100px;
background: #FFFFFF url(images/header.png);	
}

.menu {
height: 30px;
background: #B1D43A;	
}

#nav { 
	width: 920px; 
	background: #00adbd; 
	padding: 0px 0px 0px 0px; 
	font-weight: bold; 
	}
#nav ul li { 
	float: left; 
	height: 25px; 
	list-style: none; 
	font-size: 14px; 
	color: #FFFFFF; 
	padding: 5px 0px 0px 0px; 
	}
#nav a { 
	height: 25px; 
	padding: 10px 20px 10px 20px; 
	}
#nav a:link	{ 
	color: #FFFFFF; 
	text-decoration: none; 
	}
#nav a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	}
#nav a:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
	}
#nav a:active { 
	color: #FFFFFF; 
	text-decoration: none; 
	}
#nav ul li:link	{ 
	height: 25px; 
	}
#nav ul li:visited { 
	height: 25px; 
	}
#nav ul li:hover { 
	background-color: #B6BAC0; 
	height: 25px; }
	
#nav ul li:active { 
	background-color: #B6BAC0; 
	height: 25px; 
	}
.nav_active	{ 
	background-color: #B6BAC0; 
	height: 25px; 
	}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: right;
	width: 740px;
	margin: 0 0;
	text-align: justify;
}

.right {
	float: left;
	width: 200px;
	margin: 0 0;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { 
	margin-top: 10px;
	height: 25px;
	padding: 7px 0 0 15px;
	background: url(images/img08.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 20px;
	color: #FFFFFF;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	display: block;
	clear: both;
	height:30px;
	padding-top:10px;
	padding-left:10px;
	background: #FFFFFF url(images/footer.png);	
	text-align: center;
	color:#FFFFFF; 
}


.wit a:link, .wit a:visited { 
	color:#FFFFFF; 
	text-decoration:none; 
	}

.url_form,.button
{
background-color:white;
border:1px solid black;
width:400px;padding:.25em;
margin:1em 0em;	
}
.button
{
width:50px;	background-color:whitesmoke; 
}


