/** Accordian */

.accordionHeader
{
    border: 1px solid #2F2F2F;
    color: white;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#DCDFE5);*/
    background-color: #2F2F2F;
    /*background-color: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#DCDFE5);*/
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: normal;
    padding: 5px;
    margin-top: 5px;
    cursor: hand;
}


.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F2F2F;
    color: white;
    background-color: #2F2F2F;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px solid #2F2F2F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	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(/images/homepage09.gif) no-repeat left center;
}

strong {
	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 {
	height: 20px;
	background: url(/images/homepage10.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 728px;
	height: 109px;
}

/** MENU */

#menu {
	width: 728px;
	height: 60px;
	background: url(/images/homepage03.jpg) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	width: 102px;
	height: 59px;
	padding: 0px 1px 1px 1px;
	background: url(/images/homepage04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	width: 102px;
	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(/images/homepage05.jpg) repeat-x left top;
}

/** PAGE */

#page {
	width: 688px;
	padding: 0px 20px;
	background: #FFFFFF url(/images/homepage08.gif) repeat-y 250px 0px;
}

.wide #page {
	background: #FFFFFF;
}

/** CONTENT */

#content {
	width: 420px;
}

.wide #content {
	width: auto;
}

.two-columns {
	background: url(/images/homepage08.gif) repeat-y 160px 0px;
}


.two-columns .column1 {
	width: 140px;
}

.two-columns .column2 {
	width: 225px;
}

/** SIDEBAR */

#sidebar {
	width: 200px;
}

/** FOOTER */

#footer {
	padding: 60px 0px;
	background: url(/images/homepage11.jpg) repeat-x left top;
}

#footer .wrapper {
	width: 728px;
}

#footer p {
	margin: 0px;
	padding: 0px 20px;
	line-height: normal;
	text-align: left;
}

#footer .links {
	padding-left: 10px;
}

#footer .links a {
	padding: 0px 10px;
}

/** BOX1 */

#box1 {
	width: 728px;
	margin: 0px auto;
}