@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #006da1;
	background-image: url(background.png);
	background-repeat: repeat-x;
	font-size: 14px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-width: 5px;
	border-style: solid;
	border-color: #333;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#header {
	height: 120px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 15px;
}

.logo {
	border: none;
}


	
#navigation ul
{
list-style-type:none;
overflow: hidden;
border-bottom: 5px solid #333;

}

#navigation li
{
display:inline;
float: left;
}

#navigation a:link,a:visited
{
display: block;
width: 100px;
font-weight:bold;
color:#FFFFFF;
background-color:#333;
text-align:center;
padding: 10px;
text-decoration:none;

}

#navigation a:hover,a:active
{

}	


#content {
	margin-top: 5px;
	min-height: 400px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	margin-right: 10px;
	margin-left: 10px;
}

p {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 25px;
	text-align: justify;
}

.blue {
	font-weight:bold;
	color:#006da1;
	text-decoration:none;
}


#footer {
	height: 25px;
	border-top: 5px solid #333;
	margin-bottom: 5px;
	line-height: 12px;
	color: #000;
	font-size: 10px;
	text-align: center;
	}
	


h2 {
	font-size: 20px;
	margin-left: 15px;
}

h3 {
	font-size: 14px;
}

h4 {
	margin-left: 25px;
}

img { 
	border-width: 2px;
	border-style: solid;
	border-color: #333;
	margin-right: 25px;
}
.clipboard  {
	border: none;
	margin-top: 10px;
}
