

h1,h2,h1 a,h2 a { font-size:16pt; }
h3,h4,h3 a,h4 a { font-size:12pt; }
h5,h5 a { font-size:11pt; }
pre { font-family:monospace; font-size:9pt; text-align:left }
.pre { font-family:monospace; }
a {
	
	text-decoration:none;
	color:#006;
}
a:link { color:#006; text-decoration:none }
a:visited { color:#006; }

a:hover { color:#00f;  }

img { border:0; }
:focus, :link:focus, 
{ 
	-moz-outline:0px; 
}

body,h1,h2,h3,h4,h5,p,ul,a,tr,td,b,i,input 
{ 
	font-family:"Trebuchet MS",Verdana,sans; font-size:10pt; text-align:left; 
}

body {
	font-size:10pt;
	background-color:#fff;
	margin:0px;
	padding:0px;
	min-width:800px;	
}

#header {
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-color:#006;
	min-height: 50px;
	border-bottom: 5px solid #fc6;
}
#header #title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16pt;
	color: #fc6;
}
#header #sublink a {
	font-size:10pt;
	color: #fff;
	font-style: italic;
	font-weight:bold;
}

#header #crest {
	float: right; 
	margin-right: 20px;
}

.shadow-line {
	height: 2px;
	background-image: url(shadow-bottom.gif);
	background-repeat: repeat-x;	
}


.shadow-bottom {
	height: 2px;
	float: left;
	background-image: url(shadow-bottom.gif);
	background-repeat: repeat-x;	
}

.shadow-right {
	width: 2px;
	float: right;
	background-image: url(shadow-right.gif);
	background-repeat: repeat-y; 
	background-position: left;	
}

.shadow-bottomright {
	height: 2px;
	width: 2px;
	float: right;
	background-image: url(shadow-bottomright.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#content .photo img{
	float: left;
	padding: 1px;	
	border: 5px solid #fc6;
}

#menu {
	float: left;
	margin: 20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 200px;
}

li {
	list-style-type: circle;
	text-align: justify;
}

li:hover {
	list-style-type: disc;
}

#menu a {
	color: #000000;
	font-weight: bolder;
}

#content {
	float: left;
	width:550px;
	margin: 20px 0px 20px 0px;
	padding:0px 20px 0px  0px;		
}


#content h1, h2, h3, h4, h5, h5 {
	border-left: 3px solid #fc6;
	padding:0px 20px 0px 20px;	
}

#content .section {
	border-left: 3px solid #feb;
	padding:0px 20px 0px 20px;	
}

#content .section p {
	text-align: justify;
}

#content .section dt {
	float:left;
	font-style: italic;
	min-width: 100px;
}

#content .section dt:after {
	content: ":";
}

#content .photo {
	float: right;
	margin: 5px 5px 5px 15px;	
}

#content .photo .caption {
	clear:both;
	padding-top: 15px;	
	margin: 0 auto;
	text-align: center;
	font-style: italic;
	font-size: 8pt;
	width: 80%;
}

#content .photo .caption a {
	font-size: 8pt;
}

.bibliography li .download {
	padding-top: 5px;
	margin-left: 10px;
	text-align: right;
}

.bibliography li .icon {
	padding-right: 5px;
	
}

.bibliography .mastersthesis .title {
   font-style: italic;
}
