/* CSS Document */

/* last edited: 03.04.05 */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #C9B8CC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
	font-size: 11px;
}
	
#wrapper {
	margin-left: 1px;
	padding: 0px;
	/* text-align: center; */
	background: #C9B8CC url(images/bgshadow.gif) repeat-y center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	position: relative;
}

div#pagecontainer {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: justify;
	position: relative;
}

#navlist { 
	font-size: 11px;
	line-height: 12px; 
	font-weight: bold;
	color: #43304A;
	text-align: left;
	margin-top: 25px;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid #43304A;
	border-bottom: 1px solid #eed;
}

#navlist a:active {
	text-decoration: none;
	color: #43304A;
}

#navlist a:link {
	text-decoration: none;
	color: #43304A;
}

#navlist a:visited {
	text-decoration: none;
	color: #43304A;
}

#navlist a:hover {
	text-decoration: none;
	background-color: #947499;
	color: #fff;
}

#navlist ul {
    padding: 0px;
	margin: 0px;
}

#navlist ul li {
    list-style-type: none;
	margin: 0px;
	display: inline;
	
}

#navlist ul li span {
    padding: 5px 7px 5px 7px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #43304A;
    font-family: Georgia, Verdana, Lucida, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eed;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #43304A;
    font-family: Georgia, Verdana, Lucida, Helvetica, sans-serif;
}

li, blockquote, p, td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
	font-size: 11px;
}

.lighttext {
	color: #947499; 
	padding-left: 10px;
}

.subtext {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}


#content {
	padding-left: 40px;
	padding-right: 25px;
	color: #333333;
	border-right: 2px solid #eed;
}

#sidenav {
	background-color: #F7F4F7;
	margin-top: 20px;
	border: 2px solid #43304A;
	font-size: 14px;
	width: 220px;
}

#sidenav ul {
	list-style-type: none; 
	margin: 5px 10px 10px 0px; 
	padding-left: 10px;
}

#sidenav a {
	text-decoration: none;
		font-size: 12px;
}

#sidenavheader {
	background-color: #43304A; 
	padding: 2px 2px 2px 10px; 
	 color: #fff; 
	font-weight: bold;
}

#rightcolumn {
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
}

a:link {
	text-decoration: underline;
	color: #43304A;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #43304A;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #43304A;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #947499;
	font-weight: bold;
}

.tablechart td {
  border-bottom: 1px solid #eed;
}


#rightcolumn {
   padding-left: 10px;
   padding-top: 10px;
}

.adminheader {
   font-weight: bold;
}

#footer {
	font-family: Georgia, Verdana, Lucida, Helvetica, sans-serif;
	height: 50px;
	padding: 12px;
	background-color: #000;
	color: #fff;
}

#footer a {
	text-decoration: underline;
	color: #947499;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	background-color: #947499;
	color: #fff;
	font-weight: bold;
}

.buttons {
	background-color: #E9E1EC;
	border: thin solid #C9B8CC;
}