* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h1, h2, h3 {
	color: #666666;
}

h1 {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}

h2 {
	font-size: 18px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 150%;
}

blockquote {
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Logo */

#logo {
	width: 750px;
	height: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
}
.emphasis {
	font-size: 145%;
	font-weight: bold;
	color: #660099;
}

/* Page */

#page {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: left;
	width: 544px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #D6BCE3;
}

#content .title {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/img08.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#welcome {
	padding-bottom: 20px;
	margin-bottom: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	background-color: #D6BCE3;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

/* Menu */

#menu {
	padding-top: 20px;
}

#menu ul {
}

#menu li {
}
.indent {
	padding-left: 35px;
}


#menu a {
	font-weight: bold;
	color: #570082;
}

#menu a:hover {
	color: #9F00EC;
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 750px;
	height: 20px;
	border-top-width: 6px;
	border-top-style: double;
	border-top-color: #7321A1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	color: #9933CC;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 97px;
}

#footer a {
	color: #9933CC;
}
