* {
	font-family: georgia, serif;
}

a         {color: #8888ff; font-size: 12pt; text-decoration: none;}
a:visited {color: #8888ff; font-size: 12pt; text-decoration: none;}
a:active  {color: #8888ff; font-size: 12pt; text-decoration: none;}
a:hover   {color: #bbbbff; font-size: 12pt; text-decoration: underline;}

body {
	background-image: url('background6.jpg');
	background-color: white;
	background-attachment: fixed;
	background-repeat: repeat;
}

img.ac {
	position: absolute;
	right: 25px;
}

div.motto {
	width: 400px;
	border-top: white 1px solid;
	margin-top: 5px;
	padding-top: 5px;
	position: absolute;
	right: 150px;
	top: 70px;
	font-size: 10pt;
	font-style: italic;
	color: #000033;
}

div.title {
	font-size: 28pt;
	text-align: left;
	color: #bbffbb;
}

table.content {
	table-layout: fixed;
}

td {
	color: #dddddd;
}

td.thumbinfo {
	vertical-align: top;
}

td.left_col {
	width: 450px;
	color: #dddddd;
	padding: 100px 40px 10px 10px;
	vertical-align: top;
}

td.right_col {
	color: white;
	vertical-align: top;
	whitespace: nowrap;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	padding: 30px 5px 0px 0px;
	margin: 0px;
}

h2 {
	color: #ffffcc;
	font-size: 14pt;
	font-weight: bold;
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
	border-bottom: white 1px solid;
}

div.dateline {
	width: 300px;
	font-size: 8pt;
	font-style: italic;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: white 1px solid;
}

div.menu_spacer {
	width: 200px;
	height: 100px;
}

div.menu_item {
	width: 200px;
	height: 30px;
	text-align: left:
	padding: 10px 5px 2px 50px;
	color: #ffffff;
	font-weight: bold;
}
a.menu         {color: #ffffff; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.menu:visited {color: #ffffff; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.menu:active  {color: #ffffff; font-size: 12pt; font-weight: bold; text-decoration: none;}
a.menu:hover   {color: #ffffff; font-size: 12pt; font-weight: bold; text-decoration: underline;}

div.copyright {
	font-size: 6pt;
	color: #dddddd;
}

img.pagepic {
	width: 200px;
	height: 200px;
	position: relative;
	right: 30px;
	top: 50px;
	margin-bottom: 100px;
	
	border: 1px #999999 solid;
}

img.thumbnail {
	width: 300px;
	height: 188px;
	border: white 1px solid;
}

blockquote {
	font-style: italic;
}

span.file_details {
	font-size: 8pt;
	font-style: italic;
	color: #bbbbbb;
	margin-left: 10px;
}