@charset "utf-8";
body {
background-color: #d3dddc ;
}
body {
font-family: Georgia, Cambria, Constantia, "New York", "Bitstream Vera Serif", Times, "Times New Roman", serif;
/*
font-family:'Quintessential', cursive;
*/
color : #444;
font-size : 14px;
margin : 0;
padding : 0;
}
img {
border : 0;
}
a {
text-decoration : underline;
color: #444444;

	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
a:hover {
text-decoration : underline;
color:#51aad1;
}
dt {
font-weight : bold;
margin-bottom : 5px;
}
dd {
font-weight : 100;
padding-left : 20px;
margin : 6px;
margin-bottom : 10px;
}
ul {
margin-top : 5px;
margin-bottom : 5px;
}
li {
margin-bottom : 8px;
padding-left : 5px;
}

#top {
	background-color:#ecede8;
	background-image:url(../img/bg/bg.light.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 20px 0px;
}

.container-middle {
	position : relative;
	width : 960px;
	margin : auto;
	margin-top : 0 !important ;
}

#navigation {
	background-image:url(../img/bg/bg.top.gif);
	z-index:110;
	position : relative;
	top : 0px;
	left : 0px;
	height:41px;
}
#navigation div {
	float:right;	
}
#navigation ul {
	padding : 0;
	margin : 8px 10px;
}
#navigation li {
	display : inline;
	margin : 0;
	padding : 0;
}
#navigation a {
	float : left;
	font-size : 10pt;
	margin : 0;
	padding : 0 0 0 0;
	color : #66a6bb;
	text-decoration : none;
	

	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
#navigation a span {
	float : left;
	font-size : 10pt;
	display : block;
	padding : 4px 8px 4px;
	color : #66a6bb;
}
#navigation a span {
	float : none;
}
#navigation a:hover {
	background-color : #9ebfcc;
	color : #ffffff;
}
#navigation a:hover span {
	background-color : #9ebfcc;
	color : #ffffff;
}
#navigation a.selected {
	color : #ffffff;
}
#navigation a.selected span {
	color : #7f7d72;
}

#navigation a.selected:hover span {
	color : #7f7d72;
	background-color: #ffffff;;
}
#left {
	float:left;
	margin:20px 0px 20px 20px;
	width: 620px;
}
#left H1 {
	color:#66a6bb;
	font-size:30pt;
	font-weight:100;
	line-height:36pt;
}
#left H2 {
	color:#666666;
	font-size:14pt;
	font-weight:100;
}
#left .box {
	border-left: 4px solid #66a6bb;
	padding-left: 12px;
}
#right {
	float:right;
	padding:10px 10px 5px 5px;
	margin:10px 10px 0px 0px;
	background-color: #d3dddc ;
}