body {
	margin: 0;
	padding: 0;
	background: #ffcccc;
	font-size: 12px;
	color: #666;
	text-align : center;
	line-height: 160%;
}
img{
	border-width : 0;
}
h1{
	padding-top : 1.5em;
	padding-left : 1.5em;
	padding-bottom : 0em;
	margin : 0;
	color: #fafafa;
}
h1 a{	
	text-decoration: none;
	color: #f5f5f5;
}
h1 a:hover {
	text-decoration: underline;
}
h2{
	color : #fafafa;
	text-align : right;
	padding-right : 2em;
	font-size : 1.3em;
	margin-top : 6em;
}
h2 a{	
	color: #f5f5f5;
}
h3 {
	font-size: 2em;
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
}
h3 a {
	color: #cc6699;
}
h3 a:hover {
	text-decoration: none;
}
p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}
a {
	color: #cc3366;
}
a:hover {
	text-decoration: none;
}


#topimage {
	width: 960px;
	height: 200px;
        background-image : url(images/top.jpg);
	margin: 0 auto;
	text-align : left;
}


#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
}
#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: #e8a4d1;
	list-style: none;
}
#menu li {
	height: 45px;
	float: left;
}
#menu li a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #330000;
}
#menu li a:hover {
	background:#ffccff;
	color: #cc3366;
	height: 45px;
}
#menu .open a{
	height: 45px;
	color: #fff;
	background:#800040;
}


#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
	background:#fff;
}


#content {
	float: right;
	width: 680px;
	text-align : left;
}
#content p{
	padding-bottom : 10px;
	padding-left : 20px;
}
#content image{
	margin : 4px 0 4px 4px;
	float : right;
}
#content p image{
	margin : 4px 4px 4px 0;
	float : left;
}

#sidebar {
	float: left;
	width: 210px;
	text-align : left;
	padding:0;
	background:#ffddff;
}
#sidebar ul {
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	list-style: none;
}
#sidebar li {
	margin-bottom: 10px;
	font-size: 14px;
}
#sidebar p {
	padding-left:10px;
	padding-right:10px;
}
#sidebar h4 {
	font-size: 16px;
	color : #e8ffe8;
	background: #cc3366;
	padding : 5px;
}
#sidebar h4 a{
	color : #e8ffe8;
}
div.scroll { 
	overflow : auto;
	height : 10em;
	width : 210px;
	padding : 5px;
	border : 1px solid #aaa;
	margin : 5px 0 5px 0;
	background : inherit;
	color : #333;
	font-size : 90%;
}

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 4px solid #97004b;
	font-size: smaller;
}
#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	padding-bottom : 4px;
}
