/* Author: Doug Milam
   Date: 5.8.10
*/

html {
margin : 1em 1em 1em 1em;
}

body { 
background : #ffffff; /* white */
color : #000000;      /* black text */ 
} 

p, ul, blockquote, table, h1, h2, h3, h4, h5, h6 { 
font-family : Georgia, Palatino, "Times New Roman", Times, serif; 
} 

/*p, ul, blockquote, table, h1, h2, h3, h4, h5, h6 { 
font-family : "Lucida Grande", "Trebuchet MS", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
} 
*/

#container { 
width : 100%; 
border : none; 
line-height : 125%; 
} 

#header {
text-align : center; 
display: inline;
margin-left: auto;
margin-right: auto;
margin-top : 0;
}

.title { 
font-variant : small-caps;
color : #000;
margin-bottom : 1em;
font-size : 1.5em;
} 

#bread {
background : #f7f7f7;
	padding: .25em;
	margin-top: 0em;
	margin-bottom: 2em;
	font-style: normal;
	text-align : center;
	font-size : 1em;
	}

#bread ul {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	}


a:link { 
color : green;
text-decoration : none; 
} 
a:visited { 
color : purple; 
text-decoration : none;
} 
a:hover {
text-decoration : none;
border-bottom : 1px dotted green;
}
a#active { 
font-weight : bold;
}

#dp a {
color : #fff;
text-decoration : none;
}

.img {
display: block;
margin-left: auto;
margin-right: auto; 
height: 50%;
width: 50%;
}

.caption {
text-align : center;
font-size : .75em;
}

ul.files {
margin-left: auto;
margin-right: auto;
padding-left: 0;
display: inline;
border: none;
font-size : 1em;
margin-top : 4em;
text-align : center;
list-style-type : none;
}

.twitter {
text-align : center;
list-style-type : none;
line-height : 135%;
}

