﻿html { height: 100%; min-height : 100%; margin-bottom: 1px; }
*{margin: 0px;padding: 0px;}

body {	background: #6960A2 url("none");
	font-family: "Tw Cen MT", Georgia, Arial, Helvetica, sans-serif; color: #6960A2; 
	font-size:1.05em; font-weight:normal; margin: 10px 0;}

#wrapper {width: 88%; background: #fff none; border: .2em #000 ridge; margin: 0 auto; padding: 5px 7px; max-width:900px; min-height:600px; height: 100%; }
#content{	text-align: left;	background: url("none") no-repeat;}

#main{width: 900px;}

.sidecolumn {float:right; font-weight: bold; text-align:center; font-size:18px;
border-left: medium #6960a2 solid; margin: 0 10px 0 10px; padding: 0 0 0 3px; width: 170px;}

.leftCol { position: relative;	float: left; left: 0px; width: 47%;	
padding: 0 5px 0 10px;	margin: 0;	text-align: left;
font-family :"Tw Cen MT", Arial, Helvetica; font-size:.90em; font-style:italic;}

.rightCol { text-align: left;	padding: 0px 5px; margin: 0 5px 0 50%;font-family :"Tw Cen MT", Arial, Helvetica; 
font-size:.90em; font-style:italic;}

#menu{background: transparent url("none"); float: right; display:block; margin:0; padding: 10px; font-size:1.3em;
border-left: medium #6960a2 solid; color: #6960A2; text-align:center; width: 168px;}
#menu ul {list-style: none;	display:block;}
#menu li {		display: inline; color: #6960A2;}
#menu a:link, #menu a:visited {	color: #6960A2; text-decoration:none;}
#menu a:hover {	text-decoration: none; background-color: #6960A2; color: #fff;}

ul {margin: 0 0 0 20px; }
li {margin-bottom: 0px; }
dd {margin-bottom: 7px; }


a:link, a:visited {	color: #6960A2; text-decoration:underline;}
a:hover {	text-decoration: none;	color: #f00;}

hr {
background-color: #652D91;
width: 75%;
margin: 0 auto;
border: thin solid #652D91;
}
#footer {
	clear: both;	background: transparent url("none");
	color: #fff;	margin: 0 auto;	text-align:center; font-size:.80em;}

#footer p {
	margin: 0px;
	color: #fff;
}

#footer a:link, #footer a:visited {color: #fff; text-decoration:underline;}
#footer a:hover {background-color: #fff;	color: #652D91;}

.clear {clear:both;}


