@charset "UTF-8";

body {font-family: futura, sans-serif;
	font-variant: small-caps;
	text-align: left;
	background-color: #eee;
	color: #888;
	margin: 0;
	padding: 0;}
#container {border-style: solid;
	border-color: #aaa;
	border-width: 3px;
	height: 645px;}
#greylines {border-bottom-style: solid;
	border-bottom-color: #aaa;
	border-bottom-width: 3px;
	text-align: right;}
   #greylines ul {padding: 0;
	margin: 0;
	white-space: nowrap;}
   #greylines ul li {display: inline;
	padding-right: 5px;}
   #greylines ul li a {font-style: italic;
	font-size: 14px;
	color: #444;}
   #greylines ul li a:hover {color: #336699;}
#header {text-align: right;
	height: 173px;
	border-right-style: double;
	border-right-color: #aaa;
	border-right-width: 6px;}
   #header p {font-size: 22px;
	color: #444;
	line-height: .55;
	padding-top: 136px;
	margin: 0;}
@media screen and (-webkit-min-device-pixel-ratio:0){
#header p {line-height: 11px;} }
#leftsidebar {float: left;
	width: 23%;
	text-align: right;}

#mainContent {float: left;
	width: 45%;
	margin-top: 190px;}
   #mainContent form {text-align: left;}
#mainContent p {text-align: left;}

#rightsidebar {float: left;
	width: 14%;
	margin-top: 284px;}

#footer {}

h2 {color: #444;
	margin: 0;
	padding: 0;}
a {text-decoration: none;
	color: #336699;}
.lalign {text-align: left;}
