* { 
	padding: 0;
	margin: 0;
	border: 0;
}
html, body { 
	margin: 5px 0 0 5px;
	font-size: 90%; 
	background-color: #ffffff; 
	font-family: verdana, Arial, sans-serif; 
	color: #181810; 
	width: 950px;
}

div.container {
	width: 100%;
	overflow: auto;
	padding: 10px 5px 10px 0;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;

}
/*-------------------------header----------------------*/

div.header {
	width: 100%;
	background-color: #008CDE;
	border: #000000 solid 1px;
	color: #ffffff;
	padding-left: 5px; 
}

/*-------------------------nav----------------------*/

div.nav {
	float: left;	
	width: 120px;
	margin: 0 10px 0 10px;
}

/*-------------------------main----------------------*/

.boxblue {
	border: #008CDE solid 4px;
}
.boxorange {
	border: #E76310 solid 4px;
}
.titleblue {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #008CDE;
	padding: 2px 5px;
}
.titleorange {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #DE5A00;
	padding: 2px 5px;
}

/*-------------------------footer---------------------*/

div.footer {
	width: 100%;
	background-color: #008CDE;
	border: #000000 solid 1px;
	color: #ffffff;
	padding-left: 5px; 
	text-align: center;
}
.footer a:link {color: #ffffff;	text-decoration: none; font-weight: bold;}
.footer a:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
.footer a:hover {color: #ffffff; text-decoration: underline; font-weight: bold;}
.footer a:active {color: #ffffff; text-decoration: none; font-weight: bold;}

/*-------------------------form----------------------*/

input.text {
	border: #008CDE 1px solid;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
}
input.submit {
	border: #008CDE 1px solid;
	background-color: #008CDE ;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
}

/*-------------------------misc----------------------*/
img.thumb {

	border: #181810 1px solid;
	margin: 1px;
}

div.picture {
	width: 620px;
	overflow: auto;
}

div.small {
	font-size: 90%;
}

h1 {
	color: #5AB521;
	font-weight: bold;
	font-size: 90%;
}
h2 {
	color: #181810;
	font-weight: bold;
	font-size: 100%;
}

a:link {color: #008CDE;	text-decoration: none; font-weight: bold;}
a:visited {color: #008CDE; text-decoration: none; font-weight: bold;}
a:hover {color: #DE5A00; text-decoration: underline; font-weight: bold;}
a:active {color: #DE5A00; text-decoration: none; font-weight: bold;}

/*-------------------------global----------------------*/

.global_footer {
	margin: 10px 0 0 0;
	font-size: 70%;
	text-align: center;
}