body {
	font-family: sans-serif;
	background-color: #336087;
	padding: 0px;
	margin: 0px;
	background-image: url(pics/body_grad3.jpg);
}

h1 {
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
}

a {
	text-decoration: none;
	color: #fcfba9;
}

a:hover {
	color: #ffcb31;
}

p {  
	font-size: smaller;
	max-width:600px;
    width: expression(this.width > 600 ? 600: true);
}

blockquote {  
	font-size: smaller;
	max-width:600px;
    width: expression(this.width > 600 ? 600: true);
}

.nobig p {  
	font-size: smaller;
	max-width:400px;
    width: expression(this.width > 400 ? 400: true);
}

li {  
	font-size: smaller;
	max-width:500px;
    width: expression(this.width > 500 ? 500: true);
}

hr {
	width: 80%;
	text-align: center;
}

#nav {
	padding: 2px;
	font-size: 11pt;
	font-family: Helvetica, sans-serif;
	color: #fcfba9;
	height: 15pt;
	text-align: center;
	background-color: #000011;
}

#titlebar {
	height: 98px;
	text-align: center;
	background-image: url(pics/titlebar_grad.jpg);
}

.content {

}

.thirds {
	height: 180px;
	padding: 0px;
	border-top-color: #eff8ff;
	border-top-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 10px;
	width: 535px;
	background-color: #b5d8ff;
}

.thirds h1 {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
	background-color: #97bcec;
	line-height: 14pt;
	font-size: 16pt;
}

.thirds a {
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #336087;
}

.thirds a:hover {
	color: #333366;
}

.thirds img {
	margin: 0px;
	padding: 0px;
}


.thirds p {
	padding-right: 10px;
}

.tan {
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 20px;
	border-color: #001100;
	border-style: solid;
	border-width: thin;
	background-color: #eff8ff;
}

.tan img {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-color: #191919;
	border-style: solid;
	border-width: thin;
	padding-bottom: 0px;
}

.tan li {
	margin-bottom: 14px;
}

.tan2 {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 20px;
	border-color: #001100;
	border-style: solid;
	border-width: thin;
	background-color: #eff8ff;
}

.tan3 {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	border-color: #001100;
	border-style: solid;
	border-width: thin;
	background-color: #eff8ff;
}

.tan3 img {
	margin-right: 10px;
	border-color: #191919;
	border-style: solid;
	border-width: thin;
}

.contacter {
	padding: 10px;
	background-color: #97bcec;
	text-align: center;
	width: 33%;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.credit {
	height: 14px;
	margin: 0px;
	background-color: #191919;
	padding: 0px;
	color: #646631;
	font-size: x-small;
	font-family: sans-serif;
	text-align: center;
}

