html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	background:White url("images/backgroundgradient.jpg") repeat 0 5%;
}
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size:9pt;
	color:Navy;
}
p, li, dt, dd, a {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size:9.5pt;
	color: #000;
}
p, ul, ol, dl {
	margin:1em 40px 1em 80px;
	line-height:1.5em;
}
input, textarea {
	font: 10pt Verdana, Arial, Helvetica;
}
h1, h2, h3,
dl.winerieslist dt /* Portfolio page */
{
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}
h1 {
	color:#666;
	display:block;
	font-size:14pt;
	text-align:left;
	border-bottom:1px solid #666;
	margin:30px 40px 20px 80px;
}
h2,
dl.winerieslist dt /* Portfolio page */
{
	color:#666;
	font-size:12pt;
	text-align:left;
	margin:2em 40px 1em 80px;
	display:block;
	clear:both;
}
h3 {
	color:#666;
	font-size:10pt;
	text-align:left;
	margin:1em 40px 1em 80px;
	display:block;
	clear:both;
}
.statement {
	color:#666;
	font-size:12pt;
	margin:30px 40px 20px 80px;
}
p.img {
	text-align:center;
}
/* List Styles */

ul {
	list-style:disc;
}
ul li, ol li, dl dt, dl dd {
	margin:1em 1em 1em 3em;
	color:Navy;
}
dl dt {
	font-weight:bold;
}
dl.winerieslist /* Portfolio page */
{
	display:table;
}
dl.winerieslist dt /* Portfolio page */
{
	margin:0 40px 0.5em 0;
	padding-top:1em;
}
dl.winerieslist dd /* Portfolio page */
{
	float:left;
	margin:0;
}
ul li span, ol li span {
	color:Navy;
}
strong {
	font-weight:bold;
}
/* hyperlinks */

a:link, a:visited {
	color: #000;
	text-decoration:underline;
}
a:hover, a:active {
	color: #990015;
	text-decoration:underline;
}
a:link img, a:visited img {
	border:1px solid #000;
}
a:hover img, a:active img {
	border:1px solid #F00;
}
#title p {
	color:White;
	margin-left:40px;
	margin-top:195px;
	text-align:center;
	line-height:1.3em;
}
#title p a {
	margin-right:8px;
	margin-left:8px;
	font-size:10pt;
	border:none;
	padding:0;
	color:White; /* for ie6 */
}
#title p a:link, #title p a:visited {
	color:White;
	text-decoration:none;
}
#title p a:hover, #title p a:active {
	color: #990015;
	text-decoration:none;
}
#title p a span {
	color:white;
}
#author p {
	margin:0 0 0.5em 0;
	font-size:8pt;
	text-align:center;
	color:#666;
}
#author a:link, #author a:visited {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color:#666;
}
#author a:hover, #author a:active {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	color:#666;
}
.moredetails a {
	font-weight: bold;
}
#maincontent {
	position:absolute;
	top:10px;
	left:50%;
	width:873px;
	margin:0 0 20px -436px;
	background:White;
	display:table;
	-webkit-box-shadow: 0 0 8px #CCC; /* Safari and Chrome */
	-moz-box-shadow: 0 0 8px #CCC; /* Firefox */
	box-shadow: 0 0 8px #CCC;
}
#leftcolumn {
	float:left;
	width:577px;
}
#rightcolumn {
	float:right;
	width:296px;
	overflow:hidden;
}
#rightcolumn img {
	float:right;
}
#title {
	float:left;
	width:577px;
	height:223px;
	background:White url("images/backgroundheader.png") no-repeat -4px 0;
}
#title h1.homelink {
	float:left;
	display:inline-block;
	width:577px;
	height:185px;
	margin:0;
	border-bottom:none;
}
#title h1.homelink a {
	display:block;
	width:577px;
	height:185px;
	text-indent:-6000px;
	text-decoration:none;
}
#content {
	float:left;
	clear:left;
	clear:right;
	width:577px;
	min-height:480px;
	margin:0;
}
#author {
	float:left;
	clear:left;
	width:100%;
	text-align:center;
	background:transparent;
}
img.footerspacer { /* because safari and chrome ignore the margin-bottom 20px of the maincontent div */
	display:none;
	height:0;
}
/* webkit based browsers */
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	img.footerspacer { /* because safari, chrome and ie9 ignore the margin-bottom 20px of the maincontent div */
		display:block;
		height:20px;
		position:relative;
		clear:both;
		margin-bottom:-20px;
	}
}
/* error messages from PHP code */

.errmsg {
	color: Red;
	font-weight: bold;
}
.small {
	font-size: 8pt;
}
.date {
	font-size:10pt;
	font-weight:500;
	padding:0;
	margin:0;
	text-align:left;
}
.right {
	float:right;
	margin:10px;
}
.left {
	float:left;
	margin:0;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.centerlink {
	text-align:center;
	margin-bottom:30px;
}
.block {
	display:block;
}

/* Portfolio page */
.portfoliologos {
	width:152px;
	padding-right:0;
	float:left;
	height:152px;
}
.portfoliologos a:link img {
	border:1px solid #000;
}
.portfoliologos a:visited img {
	border:1px solid #D9D9D7;
}
.portfoliologos a:hover img, .portfoliologos a:active img {
	border:1px solid #990015;
}



 @media screen {
h1.print {
	display:none;
	line-height:0;
}
}
 @media print {
h1 {
	margin:1em 0;
	line-height:1.5em;
	color:Black;
}
h2, h3 {
	margin:1em 0;
	line-height:1.5em;
	color:Navy;
}
p, p.statement, li, dd {
	margin:1em 0;
	line-height:1.5em;
	color:Black;
	font-size:11pt;
}
h1 {
	border-bottom:1px solid #666;
}
#maincontent {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	background:none;
}
#title {
	float:left;
	width:100%;
	height:55px;
	background:none;
}
#title p {
	display:none;
	line-height:0;
}
#title h1.print {
	color:Navy;
	display:block;
	font-size:16pt;
	margin:0 0 1em 0;
	border:1px solid Navy;
	text-align:center;
	line-height:2em;
}
#title h1.print span {
	font-size:12pt;
}
#leftcolumn, #content, #foot {
	float:left;
	width:100%;
}
#rightcolumn, #author {
	display:none;
	height:0;
}
}

