@charset "UTF-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	background-image: url(images/background.gif);
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#gradient{
	margin-top: -20px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;/*background-color: #A1B9E7;*/
}
#wrapper h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color:#3A289D;
}
#leftColumn {
	padding-left: 10px;
	width:32%;
	/*background-color:#FFC;*/
	float:left;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#rightColumn {

	padding-right: 20px;
	width:64%;
	float:right;
	
}

#rightColumn h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #75289D;
	font-variant:small-caps;
}

#leftColumn h2.navheadline {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-variant:small-caps;	
}



.clearBoth {
	clear:both;
}
#footer {
	padding-top: 10px;
	color:#69F;
	width: 900px;
	margin: 0 auto;
	text-align:center;
	font-size: 75%;
}
ul.navigation {
	
	width:70%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left: 0;
	padding-left:0;
	list-style-type:none;
}
ul.navigation a {
	display:block;
	text-decoration:none;
	color: #74289D;
	padding: .2em .5em;
	font-variant:small-caps;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B776DB;
}
ul.navigation a:hover {
	background-color:#FFFFCC;
	color: #F00;
	
}
ul.navigation li {
}
