/* CSS Document */
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Container for the Spry Menu */
#sprymenu {
	left: 0;
	position: absolute; 
	padding: 0;
	top: 122px;
	width: 160px;
	z-index: 2000;
}
/* Container for the Menu 
#p7swapmenu {
	left: 8px;
	background-color: #f5f5f5;
	padding: 1px;
	position: absolute; left: 0px;
	top: 122px;
	width: 160px;
	z-index: 15;
}

#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


.closed ul{display:none;}
.open ul{display:block;}

.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 0px 50%;
	color: #000000;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	padding: 6px 0px 6px 24px;
	text-decoration: none;
}

.closed a:hover, .open a:hover {
		color: #000000;
}

.closed a {background-image: url(images/menuclosed.gif);}

.open a {background-image: url(images/menuopen.gif);}

.closed a:hover {background-image: url(images/menuclosedhover.gif);}

.open a:hover {background-image: url(images/menuopenhover.gif);}
.open a:active {background-image: url(images/menuopenhover.gif);}

.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(images/pagebullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#000000;
	font-size: 9pt;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin: 2px 0 0 16px;
}*/
#header {
	position: absolute; top: 0px; left: 0px;
	width: 760px;
	z-index: 1;
}
#leftside {
	width: 150px;
	position: absolute;
	top: 369px;
	left: 5px;
	background-color: #ffffff;
	padding-left: 8px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	z-index: 8;
}
#leftside p {
	font-size: 8pt;
}
#leftside h1 {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
}
#leftside a {
	color: #FF9900;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}
#leftside a:hover {
	text-decoration: none;
}
#centercontent {
	width: 366px;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#centercontent p {
	font-size: 9pt;
	color: #000000;
	margin-top: 0px;
}
#centercontent h1 {
	font-size: 12pt;
	color: #FF9900;
	font-weight: bold;
	line-height: 1.2em;
}
#centercontent h2 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
}
#centercontent ul {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}
#centercontent li {
	margin-left: .5em;
	padding-left: 0;
}
#centercontent a {
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}
#centercontent a:hover {
	text-decoration: none;
}
#rightcontent {
	float: left;
	z-index: 9;
	width: 180px;
	padding: 13px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: #f5f5f5 #f5f5f5 #cccccc #cccccc;
}
#rightcontent p {
	font-size: 0.7em;
	margin-top: -10px;
	color: #000000;
}
#rightcontent h1 {
	font-size: 0.9em;
	color: #ff9900;
	font-weight: bold;
	padding: 2px 0px 5px 2px;
	background-image: url(images/bar-gray.gif);
	background-repeat: no-repeat;
	background-position: 0% 75%;
}
#rightcontent h2 {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}
#rightcontent ul {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}
#rightcontent li {
	margin-left: .5em;
	padding-left: 0;
}
#rightcontent a {
	color: #FF9900;
	font-size: .8em;
	text-decoration: underline;
	font-weight: normal;
}
#rightcontent a:hover {
	text-decoration: none;

}

#rightcontentnobullets {
	float: left;
	z-index: 9;
	width: 180px;
	padding: 13px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: #f5f5f5 #f5f5f5 #cccccc #cccccc;
}
#rightcontentnobullets p {
	font-size: 0.8em;
	margin-top: -10px;
	color: #000000;
}
#rightcontentnobullets h1 {
	font-size: 0.9em;
	color: #ff9900;
	font-weight: bold;
	padding: 2px 0px 5px 2px;
	margin-bottom: 18px;
	background-image: url(images/bar-gray.gif);
	background-repeat: no-repeat;
	background-position: 0% 75%;
}
#rightcontentnobullets ul {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}
#rightcontentnobullets li {
	margin-left: .5em;
	padding-left: 0;
}
#rightcontentnobullets h2 {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}

#rightcontentnobullets a {
	color: #FF9900;
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
}
#rightcontentnobullets a:hover {
	text-decoration: none;
	font-weight: normal;
}

#rightcontentwhite {
	float: left;
	z-index: 7;
	width: 180px;
	padding: 13px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #ffffff #f5f5f5 #cccccc #cccccc;
}
#rightcontentwhite p {
	font-size: 0.7em;
	margin-top: -10px;
	color: #000000;
}
#rightcontentwhite h1 {
	font-size: 0.9em;
	color: #ff9900;
	font-weight: bold;
	padding: 2px 0px 5px 2px;
	background-image: url(images/bar-white.gif);
	background-repeat: no-repeat;
	background-position: 0% 75%;
}
#rightcontentwhite ul {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}
#rightcontentwhite li {
	margin-left: .5em;
	padding-left: 0;
}
#rightcontentwhite a {
	color: #FF9900;
	font-size: .8em;
	text-decoration: underline;
	font-weight: normal;
}
#rightcontentwhite a:hover {
	text-decoration: none;
}

#rightcontentwhitenobullets {
	float: left;
	z-index: 11;
	width: 180px;
	padding: 13px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #ffffff #f5f5f5 #cccccc #cccccc;
}
#rightcontentwhitenobullets p {
	font-size: 0.8em;
	margin-top: -10px;
	color: #000000;
}
#rightcontentwhitenobullets h1 {
	font-size: 0.9em;
	color: #ff9900;
	font-weight: bold;
	padding: 2px 0px 5px 2px;
	margin-bottom: 18px;
	background-image: url(images/bar-white.gif);
	background-repeat: no-repeat;
	background-position: 0% 75%;
}
#rightcontentwhitenobullets ul {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}
#rightcontentwhitenobullets li {
	margin-left: .5em;
	padding-left: 0;
}
#rightcontentwhitenobullets h2 {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}

#rightcontentwhitenobullets a {
	color: #FF9900;
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
}
#rightcontentwhitenobullets a:hover {
	text-decoration: none;
	font-weight: normal;
}

#rightcontentclear {
	float: left;
	z-index: 9;
	width: 180px;
	padding: 13px 8px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #ffffff #f5f5f5 #ffffff #ffffff;
}
#rightcontentclear p {
	font-size: 0.7em;
	margin-top: -10px;
	color: #000000;
}
#rightcontentclear h1 {
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	padding: 2px 0px 5px 2px;
	background-image: url(images/bar-white.gif);
	background-repeat: no-repeat;
	background-position: 0% 75%;
}
#rightcontentclear ul {
	margin-left: 1em;
	padding-left: 0;
	margin-top: 0;
}
#rightcontentclear li {
	margin-left: .5em;
	padding-left: 0;
}
#rightcontentclear a {
	color: #FF9900;
	font-size: .8em;
	text-decoration: underline;
	font-weight: normal;
}
#rightcontentclear a:hover {
	text-decoration: none;
}
#maincontent {
	width: 560px;
	padding: 12px 0px 12px 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent p {
	font-size: 9pt;
	color: #000000;
}
#maincontent h1 {
	font-size: 12pt;
	color: #FF9900;
	font-weight: bold;
}
#maincontent h2 {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
#maincontent h3 {
	font-size: 11pt;
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/check.gif);
	background-repeat: repeat-x;
	background-position: 50% 100%;
	padding: 0px 0px 10px 0px;
}
#maincontent ul {
	margin-top: 0;
	margin-left: 1em;
	padding-left: 0;
}
#maincontent ul ul {
	margin-top: 0px;
}
#maincontent li {
	margin-left: .5em;
	padding-left: 0;
}
#maincontent a {
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}
#maincontent a:hover {
	text-decoration: none;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	font-weight: normal;
	z-index: 6;
	}
#breadcrumbs a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#breadcrumbs a:hover {
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

#table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	font-weight: normal;
	z-index: 6;
	}
#table a {
	text-decoration: underline;
	color: #ff9900;
	font-weight: normal;
}
#table a:hover {
	font-weight: normal;
	color: #ff9900;
	text-decoration: none;
}
	
fieldset { 
	padding: 10px; 
    border: 1px solid #ccc; 
}

legend {
	font-size: 0.9em;
	color: #000;
	font-weight: bold;
}

#mainbody	{
	position: absolute; 
	width: 588px; 
	left: 161px; 
	top: 121px; 
	z-index: 20; 
	border: 1px solid; 
	border-color: #fff #ccc #ccc #ccc;
	}

