@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7CAE8;
	font-family: Palatino, “Palatino Linotype”, Georgia, Times,;
	font-size: 12px;
	color: #666699;
}
h1, h2, h3, h4, h5, h6, .uh {margin:20px 0px 10px 0px;font-size:22px;}
p {line-height:18px;text-align:justify;}
#nav img{
	border:none;
}
#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#head {
	position:absolute;
	top:0px;
}
#nav {
	background:url(/images/nav-bg.jpg) no-repeat;
	height:35px;
	padding:5px 40px 0px 40px;
	white-space:nowrap;
	text-align:center;
}
#nav a {
	margin:0px 15px 0px 15px;
	font-size:14px;
}
#content {
	position:relative;
	top:192px;
	background:url(../images/body-slvr.jpg) repeat;
}
#cbody {
	padding:10px 90px 10px 50px;
}
#footer {
	background:url(../images/footer.jpg) no-repeat;
	text-align:left;
	padding:0px 0px 0px 40px;
	height:45px;
	position:relative;
	top:192px;
}
.style1 {
	color: #9A5E9E;
	font-size: 10px;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
}
a:link {
	color: #9B619E;
	text-decoration: none;
}
a:visited {
	color: #9B619E;
	text-decoration: none;
}
a:hover {
	color: #666699;
	text-decoration: none;
}
a:active {
	color: #9B619E;
	text-decoration: none;
}
#cbody a:active, #cbody a:link, #cbody a:visited {text-decoration:underline;}
#cbody a:hover {text-decoration:none;}
.style2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {color: #9B619E}
.style6 {
	font-size: 24px;
	color: #9B619E;
}
#left {float:left;width:200px;background:url(../images/sidenav-slvr.jpg) repeat-y;}
#left img {padding:0px;}
#right {float:right;width:620px;}
#sidenavbg {padding:0px 50px 0px 10px;font-style:italic;}
#snb{position:relative;top:4px;}
#cfooter{clear:both;position:relative;top:10px;}
.floatpic{float:right;margin:30px 0px 10px 20px;border:1px solid #000;wmax-width:100px;max-height:100px;}
.clear {clear:left;}
.date {font-size:18px;}
.round {
-moz-border-radius: 20px; -webkit-border-radius: 20px;
padding:15px;
margin-bottom:10px;
}
.purple {
	border:solid 1px rgb(188,140,180);
	background-color:rgb(255,228,255);
}
.blue {
	border:solid 1px rgb(180,180,255);
	background-color:rgb(238,238,255);
}
.white {
	border:solid 1px  #8304AC;
}
