@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #D3CFC8 url(images/bg01.jpg) repeat-x left top;
	font-family:  "Trebuchet MS", sans-serif;
	font-size: 0.80em;
	color: #4D3C3C;
}

h1, h2, h3 {
	margin: 0px;
	margin-bottom:5px;
	font-weight: normal;
	}

h1 {
	color:#A23289;	
	font-size:220%;
	
}

h2 {

	color:#FFFFFF;
	font-size: 130%;
}

h3 {
	font-size: 130%;
	color: #A23289;
	}

p, ol, ul {
	margin: 0px 0px 20px 0px;
	line-height: 170%;
	text-align: justify;
}

p.line {
	padding-bottom:35px;
	border-bottom: 1px solid #FFFFFF;
}

ul {
	margin: 0px;
	padding: 0px;
	line-height: 240%;
	list-style: none;
	margin-bottom:15px;
}

#sidebar ul li {
	line-height:150%;
	margin-bottom:15px;
	}

ul li {
	padding-left: 13px;
	background: url(images/homepage05.gif) no-repeat left center;
}

strong{
	color: #4D3C3C;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 13px;
	background: url(images/homepage05.gif) no-repeat left center;
}

a img {
	border: none;
}

img {
border:1px solid #FFFFFF;
	padding:3px;
	}

img.alignleft {
	float: left;
	margin: 5px 20px 0px 0px;
	
}

img.alignright {
	float: right;
	margin: 5px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** HEADER */

#header {
	width: 740px;
	height: 176px;
	margin: 0px auto;
	background: url(images/subpage1_01.jpg) no-repeat right top;
}

.home #header {
	background-image: url(images/bg1_01.jpg);
}

/** LOGO */

#logo {
	float: left;
	width: 250px;
	height: 176px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
	margin: 0px;
	text-indent: -999em;
}

#logo a {
	display: block;
	height: 176px;
}

.home #logo {
	background-image: url(images/homepage06.jpg);
}

/** MENU */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 48px 0px 0px 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px;
	background: none;
}

#menu a {
	float: left;
	height: 35px;
	margin: 0px 5px;
	padding: 65px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif
	color: #FFFFFF;
	font-size:12px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	padding-top: 63px;
	background: #131313 url(images/homepage02.jpg) repeat-x left bottom;
	border: 2px solid #131313;
}

/** PAGE */

#page {
	width: 660px;
	margin: 0px auto;
	}

/** CONTENT */

#content {
	float: left;
	width: 370px;
	padding: 0px 0px 10px 5px;
}

#sp2content {
	padding: 0px 0px 10px 5px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 230px;
	padding: 0px 5px 10px 0px;
}

#sidebar p{
	/*color: #FFF7D7;*/
	}

/** FOOTER */

#footer {
	width: 660px;
	margin: 0px auto;
	padding: 25px 0px;
	border-top: 1px solid #FFFFFF;
	height:50px;
	background-image:url(images/footer-logos.jpg);
}

#footer p {
	margin: 0px;
	padding-left: 20px;
	line-height: normal;
	color:#7a6691;
	font-size:90%;

	
}

#footer a{
		color:#7a6691;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
	padding: 25px 5px 15px 5px;
	border-top: 1px solid #FFFFFF;
}

/* Table */
table{
	background-color:#DAD8D3;
	width:100%;
	border:1px solid #FFFFFF;
	margin-bottom:10px;
	}
	
td{
	border:1px solid #FFFFFF;
	padding:5px;
	}	
	