/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
        
}

html {
	font-size: 100%;
        background-color: #000000;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 	color: #FFFFFF;
	background-color: #1B1B1B;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 10px 15px 10px 15px;
        padding: 0px;
        border-color: #3E3E3E;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 25px 25px 0 25px;
}


#logodesc {
	margin-bottom: 15px;
	padding: 15px 25px;
	background: #1B1B1B;
}

#menubar {
	margin: 0px 25px 0 25px;
        background: #000000;
        padding: 5px 5px 50px 5px;
        border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-bottom: 50px;

}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}


/*  Text
 --------------------- */
h1 {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 3em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}



.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}



/* Tables
 ------------ */

td {
	padding: 2px;
}


/* Links
 ------------ */
a:link {
	color: #F5EE00;
	text-decoration: none;
}

a:active,
a:visited {
	color: #F5EE00;
	text-decoration: none;
}

a:hover {
	color: #F5EE00;
	text-decoration: underline;
}

/* Misc
 ------------ */
img {
	border: none;
}
