html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	width:100%;
	background-color:#aeaeae;
	background-image:url(../images/bgrepeat1.jpg);
	font-family:tahoma, arial,verdana,sans-serif;
}

.topp {
	margin-top:0px;
	margin-bottom:2px;
}

.wrapper {
	width:980px;
	margin:0 auto;
	height:600px;
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #000;
	font-size:.8em;
	margin-top:5px;
}

#logo {
	height:222px;
	color:#fff;
	
}

#slogan {
	height:100px;
}

#slogan h1 {
	font-family:"Lucida Calligraphy",tahoma, arial,sans-serif;
	color:#4074CF;
	font-size:2em;
	text-align:center;
	
}

.left {
	width:197px;
	color:#fff;
	background-image:url(../images/left_slice.jpg);
	background-repeat:repeat-y;
	padding-top:5px;
	padding-bottom:10px;
	vertical-align:top;
}

.left ul {
	margin:0 0 0 30px;
	padding:0;
	
}

.left li {
	list-style:none;
}

.left li a:link, .left li a:visited {
	color:#6F0D4D;
	display:block;
	height:25px;
	line-height:25px;
	text-indent:10px;
	background-color:#ce9ccf;	
	border-right:2px solid #7E477F;
	border-bottom:2px solid #7E477F;
	border-top:2px solid #EED1EF;
	border-left:2px solid #EED1EF;
	text-decoration:none;
	font-weight:bold;
	font-size:.95em;

	
	}

.left li a:hover, #active {
	background-color:#6F0D4D;
	border-left:2px solid #3F002A;
	border-top:2px solid #3F002A;
	border-bottom:2px solid #7E477F;
	border-right:2px solid #7E477F;
	color:#fff;
}



.left .spacer {
	background-image:url(../images/menu.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:7px;
	line-height:7px;
	font-size:.3em;
}

#content {
	vertical-align:top;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:20px;
	background-image:url(../images/watermark.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#content p {
	margin-top:0px;
	margin-bottom:15px;
}


#content img {
	margin:5px;
	border:1px solid #29015A;
}


.footer {
	text-align:center;
	font-size:.8em;
	color:#666;
	height:30px;
	line-height:30px;
	margin-top:0px;
}	

.footer a:link, .footer a:visited {
	color:#666;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.question {
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	color:#29015A;
	margin-bottom:4px;
}
