@charset "utf-8";
#wrapper {
	width: 769px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: medium solid #FFFFFF;
}
#side {
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
	background-color: #EAEAEA;
	letter-spacing: 1.1px;
	text-align: left;
	padding: 4px;
	float: right;
	width: 200px;
	height: 100%;
	margin: 5px;
}
.nav {
	background-color: #EBEBEB;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #7964A2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding: 3px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	background-color: #BAA5B6;
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #7964A2;
	border-right-color: #7964A2;
	border-bottom-color: #7964A2;
	border-left-color: #7964A2;
}
.head {
	font-family: "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #7964A2;
}

.title {
	font-family: "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #7964A2;
}

h1 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.2pt;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BAA2B5;
}
#head {
	width: 769px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #7964a2;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
#head a:link, #head a:visited, #head a:active, #head a:hover {
	text-decoration: none;
	display: inline;
}

#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	letter-spacing: 1.1px;
	text-align: justify;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #7964a2;
	background: #F6F6F6;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	text-indent: 10px;
	width: 95%;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1.1pt;
}
#nav a:hover {
	color: #ffffff;
	background: #cacaca;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	text-indent: 10px;
	width: 95%;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1.1pt;
}
.subtitle {
	font:bold 12px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #A193BE;
	width:100%;
}
.grey {
	background-color: #F0F0F0;
	margin: 0px;
	padding: 5px;
}

h2 {
	border-bottom:2px solid #A193BE;
	color:#A193BE;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:100%;
}

a.normal {color: #6666CC; background-color: #FFFFFF; line-height: 14px; display: inline;}
#nav {
	background: #EBEBEB;
}

a:hover.normal {color: #6666CC; background-color: #FFFFFF; line-height: 14px; display: inline;}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #BAA5B6;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #7964A2;
	text-decoration: none;
}
