* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body {
	background-color: white;
	color: #606060;
	font-family: arial, sans-serif;
	font-size: 14px;
}

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

a:hover {
	color: #b03;
}

a[hreflang]:after {
	content: "[" attr(hreflang) "]";
	font-size: smaller;
	color: gray;
}

li {
	list-style-type: none;
}

dl {
	margin-left: 25px;
}

dt {
	font-weight: bolder;
	color: #903;
}

dd {
	margin-left: 10px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #990033;
	background: url("h_pre.jpg") left no-repeat;
	padding-left: 30px;
	color: #990033;
}

h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #990033;
	padding-left: 30px;
}

p {
	padding-left: 15px;
	margin-bottom: 5px;
	text-align: justify;
}

span {
	
}

acronym {
	font-style: italic;
	border-bottom: 1px dashed #606060;
	cursor: help;
}

.submit{
	color: #990033;
	background: none;
	border-bottom: 1px solid #990033;
}

fieldset {
	border: 1px solid #606060;
	padding: 5px;
	margin-bottom: 10px;
}

fieldset legend {
	border: 1px solid #606060;
	padding: 3px;
}

.container {
	width: 760px;
	margin: 0 auto;
}

.header {
	height: 110px;
	background: url("top.png") top no-repeat;
}

.menu {
	float: left;
	width: 200px;
	padding-top: 30px;
	float: left;
	background: #990033 url("sidebar.png") bottom no-repeat;
	padding-bottom: 45px;
	height: 300px;
	float: left;
}

.menu ul { /*
		margin-left: 5px;
		*/
	
}

.menu ul li {
	margin-left: 30px;
	margin-bottom: 7px;
}

.menu a,.menu a:visited {
/*
		color: #ddd;
		*/
	color: #ccc;
}

.menu a:hover {
	color: #fff;
}

.main {
	margin-left: 220px;
	margin-right: 55px;
	padding-left: 10px;
}

.valid {
	margin-top: 150px;
	float: left;
	width: 200px;
}

.valid li {
/*
	display: inline;
*/
}

.valid a {
	border-left: 2px solid white;
	margin: 5px;
	padding-left: 5px;
}

.footer {
	clear: both;
	margin-top: 10px;
	/*
	margin-left: 150px;
	*/
	text-align: center;
	height: 30px;
}

.footer p {
	text-align: center;
}

.main p:first-letter {
	font-weight: normal;
	margin-left: 0px;
	text-align: left;
}

.index h1 {
	margin-bottom: 0px;
}

.index p {
	margin-top: -4px;
	margin-bottom: 20px;
	padding-left: 37px;
}

.map ul li {
	padding-left: 25px;
	margin-top: 15px;
}

.map a {
	font-size: 13px;
}

.map a,.map a:visited {
	padding-left: 25px;
	background: url("arrow_red.png") no-repeat;
}

.map a:hover {
	color: #ddd;
	background: url("arrow_gray.png") no-repeat;
}

.projects h2 {
	margin-top: 25px;
	margin-bottom: 0;
}

.projects h2 a {
        padding-left: 25px;
	background: url("arrow_red.png") no-repeat left;
}

.projects h2 a:hover{
        background: url("arrow_gray.png") no-repeat left;
}

.contact .email {
	margin-left: 20px;
}

.contact dl {
	margin-left: 35px;
}

.footer .dates {
	font-size: 10px;
	text-align: right;
}
