/* Header
-----------------------------------------------*/
#topbar {
background-color:	#3367CC;
height:			15px;
margin:			-10px;
}

h1{
font-family:		'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
padding: 0 0 0 0.6em;
}

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

.colorletter {
	color:  #3367CC;

}

/* Menu
-----------------------------------------------*/
#button {
	padding: 0 0 1em 1em;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	}
		
#button li {
	margin: 0;
	display: inline;
	}

#button li a {
	padding: 0px 1px 1px 0.5em;
	border-left: 5px solid #708090;
	color: #696969;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	font-weight: bolder;
	background-color: #000;
	color: #fff;
	}

/* Body & Main Content
-----------------------------------------------*/
body {
font-family:		'Trebuchet MS', 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#content  {
	/*width:  480px;*/
	width:  760px;
	text-align:  left;
	padding: 0 0 0 0.6em;
}

#content a {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	}
	
#content a:hover {
	font-weight: bolder;
	background-color: #3367CC;
	color: #fff;
	}

#content li a {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	}
	
#content li a:hover {
	font-weight: bolder;
	background-color: #3367CC;
	color: #fff;
	}
	
#content li  {
	padding-bottom:  15px;
}


#contactlist ul {

	list-style: none;
}

#contactlist li {

	padding-bottom:  0px;
}

/* Logo in Lower Right
-----------------------------------------------*/

#biglogo {
position:		fixed;
bottom:			-90px;
right:			-95px;
}