* {
	margin:0;
	padding:0;
}
body {
	background:#ffffff url('images/top.jpg') repeat-x scroll top left;
	margin:7px auto 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}



/* wrapper */
div.pagewidth {
	width:85%;
	margin:0 auto;
	padding:0;
}


/* header & nav */
div.header-wrapper {
	background-color:#111;
		background-image:url('images/header.jpg');
}
div.nav-wrapper {
	background:#990099 url('images/nav.jpg') repeat-x scroll center center;
	border-bottom:1px solid #582258;
}
div.header {
	padding:60px 0 60px 10px;
	margin:0 auto;
}
div.nav {
	height:46px;
	display:block;
}
div.nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
div.nav ul li {
	display:block;
	float:left;
	padding:0 10px;
}
div.nav ul li a, div.nav ul li a:visited, div.nav ul li a:hover {
	float:left;
	background-image:none;
	display:block;
	padding:15px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}
div.nav ul li a:hover {
	background-image:url('images/nav-hover.jpg');
}


/* headers */
h1 {
	font-size:3.6em;
	letter-spacing:-3px;
	padding-left:10px;
	text-align:left;
	line-height:1.0em;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#B545B5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {
	text-align:left;
	padding:0 0 10px 10px;
	font-size:0.9em;
	color:#ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size:1.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
	letter-spacing:-1px;
}
h4 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	color:#fff;
	padding:7px 12px;
	font-size:0.8em;
	letter-spacing:1px;
	background:#B545B5 url('images/h4-bg.jpg') repeat scroll top left;
	border-right:2px solid #6B296B;
	border-bottom:2px solid #6B296B;
}



/* element defaults */
p {
	margin-bottom:20px;
	line-height:1.9em;
	font-size:0.9em;
	color:#555555;
}
ul {
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#B345B5 none repeat-x scroll bottom left;
	color:#ffffff;
	border:1px solid #6B296B;
	color:#ffffff;
	font-size:0.8em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#B345B5 none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:2px solid #8D3790;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#BA51B8;
} 
a:hover { 
	color:#A017A2; 
}
	

/* centeral page */
div.page {
	clear:both;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
div.page ul {
	font-size:0.95em;
	color:#333333;
}
div.page ul li {
	padding:2px 0;
}
div.page p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

/* content */
div.page-wrap {
	padding:20px;
	clear:both;
}
div.content {
	float:left;
	width:65%;
	padding-right:20px;
}
div.content ul {
	font-size:0.9em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
}

/* sidebar */
div.sidebar {
	padding-left:20px;
	float:left;
	width:30%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.sidebar p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:40px;
	padding:2px;
}
div.sidebar ul {
	margin:0 0 40px 0;
	padding:4px;
}
div.sidebar ul li {
	padding:8px 0;
}
div.sidebar ul.blocklist li {
	border-bottom:1px dashed #e0e0e0;
	padding:10px 0;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

div.sidebar ul.blocklist li a {
	color:#B953B9;
}
div.sidebar ul.blocklist li a:hover {
	color:#B447B4;
}



/* footer */
div.footer {
	clear:both;
	background:#721174;
}
div.footer p {
	text-align:center;
	color:#DEABDD;
	font-size:0.75em;
	padding:20px 0;
	margin:0;
}
div.footer p a {
	color:#CF87CE;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}