@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #767676;
}

h1 {
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 11px;
}

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

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 250%;
}

ul li {
	padding-left: 10px;
	background: url(../img/homepage09.gif) no-repeat left center;
}

strong, b {
	color: #505050;
}

a {
	color: #808080;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1, .csc-frame-rulerBefore, .csc-frame-rulerAfter {
	height: 20px;
	background: url(../img/homepage10.gif) repeat-x left top;
}

.hr2 {
	height: 12px;
	margin-top:20px;
	background: url(../img/homepage10.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 728px;
	height: 156px;
}

/** MENU */

#menu {
	width: 728px;
	height: 60px;
	background: url(../img/homepage03.jpg) repeat-x left top;
}

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

#menu li {
	float: left;
	width: 143px;	/* 102 (7) */
	height: 59px;
	padding: 0px 1px 1px 1px;
	background: url(../img/homepage04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	width: 143px;	/* 102 (7) */
	height: 36px;
	padding: 23px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #FBFBFB;
}

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

#menu .first {
	background: none;
}

#menu .active a {
	background: url(../img/homepage05.jpg) repeat-x left top;
}

/** PAGE */
#pagepadding {
	width: 688px;
	padding: 30px 20px;
	background: #FFFFFF;
}
#page {
	background: #FFFFFF url(../img/homepage08.gif) repeat-y 230px 0px;
}

.wide #page {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 420px;
}

.wide #content {
	width: auto;
}

.two-columns {
	background: url(../img/homepage08.gif) repeat-y 160px 0px;
}
.wide .two-columns {
	background: url(../img/homepage08.gif) repeat-y 344px 0px;
}
.two-columns-nb {
	background: none;
}


.two-columns .column1 {
	width: 140px;
}
.wide .two-columns .column1, .wide .two-columns .column2 {
	width: 324px;
}
.two-columns .column2 {
	width: 225px;
}
.toplink {
	float:right;
}
/** SIDEBAR */

#sidebar {
	width: 200px;
}

/** FOOTER */

#footer {
	padding: 30px 0px;
	background: url(../img/homepage11.jpg) repeat-x left top;
}

#footer .wrapper {
	width: 688px;
}

#footer p {
	margin: 0px;
	padding: 0px 20px;
	line-height: normal;
	text-align: left;
}

#footer .links a {
	padding: 0px 10px;
}

/** BOX1 */

#headimg {
	width: 728px;
	margin: 0px auto;
}