/*
COLOR SCHEME (from light to dark)
D0CED6
AEB2C2
5B5A85
5B5A85
151233
*/

body{
	background: #D0CED6;
	color: #151233;
	font-family: Trebuchet MS, Verdana, Arial, sanserif;
	font-size: 12pt;
}

a:link 
{
	color: #5B5A85;
}

a:visited 
{
	color: #5B5A85;
}

a:active 
{
	color: #AEB2C2;
}

#container{
	margin: 0px auto;
	width: 650px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header{
	text-align: center;
	border-bottom: 5px double #151233;
	padding-bottom: 10px;
}

#header #logo img{
	float: left;
}

#header h1{
	margin: 0;
	padding: 0;
	padding-top: 60px;
	padding-right: 60px;
	float: right;
	font-size: 48pt;
}

#header img{
	align: left;
}

div.nav{
	clear: both;
	text-align: center;
}

div.nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.nav ul li{
	display: inline;
}

#body{
	padding-top: 10px;
}

#cell-1{
	display: block;
	float: left;
	width: 325px;
}

#cell-2{
	display: block;
	float: right;
	width: 325px;
}

table#archive td{
	padding-right: 10px;
	vertical-align: top;
}

#footer{
	clear: both;
	border-top: 5px double #151233;
	padding-top: 10px;
}

.center{
	text-align: center;
}

.right{
	float: right;
}

.image{
	padding: 1px;
	border: 2px solid #151233;	
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 32pt;
	letter-spacing: .1em;
	text-align: center;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 16pt;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 14pt;
	padding-top: 10px;
}

pre{
	font-family: Trebuchet MS, Verdana, Arial, sanserif;
	line-height: 1.7em;
	font-size: 12pt;
}

p{
	line-height: 1.7em;
}

.special{
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12pt;
}

.cap{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px; 
	/* font-weight: bold;  */
	float: left; 
	height: 34px; 
	line-height: 34px; 
	margin-top: 8px; 
	margin-right: 1px;
}

* html .cap{
	margin-right: -2px; 
	margin-top: 3px;
}

#cell-1 p{
	margin-right: 25px;
	margin-left: 0;
	padding: 0;
}

#cell-2 p{
	margin-left: 25px;
	margin-right: 0;
	padding: 0;
}

hr{
	border: none;
	border-top: 2px solid #151233;
}

address{
	font-style: normal;
}