/* ------------ Typographic settings --------------------------------- */


body
	{
	text-align: center;
	margin: 0;
	background-image: url('../images/page-map.jpg');
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: repeat-x;
	}

body, td, select, input
	{
	font-family: Helvetica,Arial,Verdana,Sans-Serif; 
	font-size: 9pt; 
	font-weight: normal; 
	color: black;
	}
	
#container
	{
	display: block;
	margin: 0 auto;
	height: 100%;
	}

#centrecontainer
	{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	height: 100%;
	}

#content-left
	{
	width: 50%;
	padding: 10px 10px 0px 0px;
	margin: 0 auto;
	}
	
#content-right
	{
	width: 50%;
	padding: 10px 0px 10px 10px;
	margin: 0 auto;
	}	

#fork
	{
	width: 180px;
	background-image: url('../images/page-fork.jpg');
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0 auto;
	}
	
td.topbar
	{
	height: 50px;
	text-align: right;
	vertical-align: middle;
	}	

body, td
	{
	padding: 0;
	margin: 0;
	}

th 	{
	text-align: left;
	}

h1 	{
	font-family: Helvetica;
	font-size: 18pt;
	font-weight: normal;
	color: #777662;
	margin: 10px 0 4px 0;
	}

h2 	{
	font-family: Helvetica;
	font-size: 11pt;
	color: #777662;
	font-weight: bold;
	margin-bottom: 5px;
	}

h1, h2
	{
	padding: 0;
	margin: 0px 0px 8px 0px;
	}

A:link, A:visited
	{
	text-decoration: none; 
	color: #777662;
	font-weight: bold;
	}

A:hover
	{
	text-decoration: none; 
	color: black;
	font-weight: bold;
	}

hr 	{ 
	height: 1px;
	background-color: #777662;
	border-width: 0;
	}

table
	{
	border-collapse: collapse;
	width: 100%;
	}

img {
	border-width: 0px;
	}
	
	
#footer
	{
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	text-align: right;
	font-size: 7.5pt; 
	font-weight: normal; 
	color: black;
	}	
	

/* ------------ Forms ------------------------------------------------ */
select, input, textarea
	{
	font-weight: normal;
	color: black;
	background-color: #FAF9F6;
	border-color: #cccccc;
	border-style: inset;
	padding: 1px 3px 1px 3px;
	border-width: 1px;
	margin-bottom: 3px;
	}

select:focus, input:focus, textarea:focus
	{
	font-weight: normal;
	color: black;
	background-color: White;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
	}

input.submit
	{
	display: in-line;
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	color: green;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: left;
	font-weight: bold; 
	background-color: transparent;
	border: none;
	}

	
/* --- Top links ------------------------------------------------- */

#header2 .links {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	font-size: 7.5pt;
}

#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}