
/*stylesheet for Triolet*/

body {
margin: 10px;  /* change to 0px if you want it to sit flush with the top of the window */
padding:0;
background-color: #FFFFFF;	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;  /* this rule centers the page in the browser */
	}

a:link {	
	text-decoration: underline;	
}

a:visited {
	text-decoration: underline;
}

a:hover {
}

#topnav {
	font-size: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
	text-align: center;
	width: 700px;
}

h1 {
	font-size: large;
	margin: 10px;
	color: #003300;
   letter-spacing: 0.2em ;
}

h2 {
	font-size: medium;
	margin: 10px;
	color:  #333333;
	letter-spacing: 0.2em;

}

h3 {
	font-size: 12px;
	margin: 10px;
	color: #0037B5;
	letter-spacing: 0.2em ;
}

h4  {
	font-size: 12px;
	margin: 20px;
	color:  #333333;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: bold;
}

p, pre {
	margin: 0px 10px 10px 15px;
	line-height: 120%;
}

#bottomnav {
	background: #FFFFFF;
	font-size: x-small;
	text-align: center;
}
#bottomnav a:link {
	color: #333333;
	text-decoration: underline;
}

#bottomnav a:visited {
	color: #333333;
	text-decoration: underline;
}

#bottomnav a:hover {
	color: Black;
	text-decoration: none;
}
#bottomnav a:active {
	color: Black;
	text-decoration: underline;
}

#contentcenter {
	background: none;
	background-color: transparent;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid black;
	float: left;
	padding: 0px;
	width: 698px;
}

#header {
	background-image:   url(images/header_different.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 700px;
}


#pagebox {
	background: #FFFFFF;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
    width: 698px;
}

.textbox {
	border: 1px solid #000000;
	color: #666666;
	font-size: 10px;
	height: auto;
	margin-left: 6px;
	padding: 1px;
	text-align: left;
	width: 135px;
}

.imgleft {
float: left;
padding: 10px;
}

.imgright {
float: right;
padding: 10px;
}

.imgcentre {
float: centre;
padding: 10px
}


form {
	margin: 10px;
	padding: 10px;
}


label{
font-weight:bold;
color : #8FA8E0;
}

fieldset{
padding:10px;
margin: 10px;
}

ul li {
	border: 0px solid #000000;
	color: #003300;
}

li {
	line-height: normal;
	list-style: disc;
	color: #003300;
	font-weight: normal;
}

 
#siteby {
	font: bold xx-small Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-left: auto;
	margin-top: 5px;
	text-align: center;
}
#siteby a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#siteby a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#siteby a:hover {
	color: Black;
	text-decoration: none;
}
#siteby a:active {
	color: Black;
	text-decoration: none;
}blockquote {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #003333;
	font-style: italic;
	padding-left: 5px;
}

