
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman";
	text-align: center;
	font-size: 80%;
	background-color: #fff;
	color: #334355;
}

/*-----------------------------------------------------------------------------------------*/

ul#menu {
	margin:0 0 2em 0;
	padding: 0;
}

ul#menu li {
	display: inline;
	margin-right: 1em;
}

#container {
	margin: 0 auto;
	width: 650px;
	text-align: left;
	padding-bottom: 200px;
}

#logo {
	background-color: #334355;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 230px;
	margin: 2em 0 0 0; 
}

#content {
	padding: 2em 0 30px 0;
}

#logo h1 {
	display: none;
}


/*-----------------------------------------------------------------------------------------*/

#typewriter, h1 {
	line-height: 130%;
	font-size: 2.35em;
	margin: 0 0 1em 0;
	font-weight: normal;
}

h2 {
	
	line-height: 150%;
	font-size: 1.9em;
	letter-spacing: -1px;
	margin: 2em 0 1em 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

h2 a:link, h2 a:visited, h2 a:active {
	display: block;
	width: 100%;
	border-bottom: none;
	background-color: #fff;
	background-image: url('/lib/2toplight.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

h2 a:hover {
	background-color: #fafafa;
		background-image: url('/lib/2top.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

h3 {
	line-height: 150%;
	font-size: 1.4em;
	letter-spacing: -1px;
	margin: 1.3em 0 0 0;
}

p {
	line-height: 150%;
	text-align: justify;
}

address {
	line-height: 150%;
	font-style: normal;
}

img.border {
	padding: 5px;
	border: 1px solid #ddd;
}


/*-----------------------------------------------------------------------------------------*/

dt {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}

dd {
	line-height: 150%;
}


/*-----------------------------------------------------------------------------------------*/

ul {
	line-height: 145%;
	list-style-type: square;
}

li {
	
}


/*-----------------------------------------------------------------------------------------*/

a:visited, a:link, a:active {
	color: #DF8600; 
	text-decoration: none;
	border-bottom: 1px dashed #ddd;
}

a:hover	{
	background-color: #D6D9DD; 
	border-bottom: 1px dashed #334355;
}

a.imgLink {
	background-color: #fff;
	border: none;
}











