/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:10pt;
}

#container {
margin-left:auto;
margin-right:auto;
width: 810px;

}

#header {
margin-bottom:0px;
padding-bottom:0px;
}

#main {
margin-left:auto;
margin-right:auto;
margin-top:0px;
background-image:url(graphics/design2/header.gif);
min-height:450px;
background-position:top;
background-repeat:no-repeat;

}
#footer {
min-height:77px;
background-image:url(graphics/design2/footer.gif);
clear:both;
position:relative;
top:-65px;
z-index:1;
}
.publications p {
	text-indent: -20px;
	padding-left: 20px;
}


#menu {
	float:left;
	width: 22%;
	text-align:right;
	font-family: "Tw Cen MT", Arial, sans-serif;
	color: #333333;
	font-size: 160%;
	padding-right: 4%;
	padding-bottom: 10px;
}

#menu a {
	text-decoration: none;
	color: #333333;
}

#menu a:hover {
	border-bottom: 2px dotted red;
}

#content {
	margin-left: 22%;
	padding-left: 4%;
	padding-right: 2%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 140%;
	color: #454545;
	z-index:2;
	position:relative;
}

#content h1{
	font-size: 14pt;
	padding-top: 0px;
}
#content h2{
	font-size: 11pt;
}


.description {
	font-size: 85%;
	line-height: 170%;
}
td {
	margin: 0px;
}
#content ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin-top:0px;
	padding-top: 8px;
	margin-bottom: 2px;
}
h2 {
	padding-top: 5px;
	margin-bottom: 1px;
}
#content li {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: normal;
}
#content p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#content blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}
