/* ---------- */ /* CSS Document COMMON*/ /* ---------- */
body {
	padding: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	background-color: #E0DFE3;
}

.dotlink {
	background-image: url(/img/nav/txt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 0 0 0 22px;
	height:18px;
}

#headtitle {
	font-size: 1.8em;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000000;
}

#contenthead {
	display: block;
	float: none;
	clear: both;
}

#flashcontent {
	
}

#noflashcontent {
	background-image: url(/img/nav/noflashcontent.gif);
	background-repeat: repeat-x;
	height: 30px;
	display: block;
}

#noflashcontent_corner {
	background-image: url(/img/nav/noflashcontent-corner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 30px;
}

.dark {
	color: #737373;
	background: inherit;
	font-weight: bold;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none;
	color: #666666;
}

h1 a:hover,h2 a:hover,h3 a:hover {
	color: #333333;
	background: inherit;
}

h1 {
	display: block;
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

h2 {
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	display: block;
	vertical-align: middle;
	margin: 0px;
}

h3 {
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #FF8321;
	font-weight: bold;
}

h5 {
	font-variant: normal;
	font-style: normal;
	color: #000000;
	padding-top: 6px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	background-image: url(/img/nav/h5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
}

h4 {
	font-variant: normal;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	background-color: #98B6CB;
}

h6 {
	font-variant: normal;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	margin: 0px;
	background-image: url(/img/nav/arrow-link-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

img {
	border: none;
}

a {
	color: #5787AB;
	text-decoration: none;
}

a:hover {
	color: #5787AB;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form {
	margin: 0px;
}

pre {
	font-family: Courier New, courier;
	white-space: pre;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFCC;
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFCC00;
}

.clearboth {
	clear: both;
}

/* layout
   ------ */
#container {
	float: none;
	width: 850px;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/img/nav/container_bg.gif);
	padding-bottom: 0px;
	height: auto;
}

#containertop {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 870px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(/img/nav/container_top.gif);
	margin-top: 5px;
	font-size: 1px; /* --ie fix------ */
}

#containerbottom {
	background-color: #9A9CA6;
	background-image: url(/img/nav/container_foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	float: none;
	font-size: 1px; /* --ie fix------ */
}

#header {
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: 70px;
}

#message {
	padding: 0px;
	width: 335px;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(/img/nav/message.gif);
	background-position: 15px;
	background-repeat: no-repeat;
	float: right;
	height: 50px;
}

#main {
	height: auto;
}

#left {
	width: 200px;
	display: block;
	float: right;
	padding: 10px;
	background-image: url(/img/nav/bgright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#right {
	float: right;
	width: 25px;
	background-color: #999999;
	position: relative;
	right: 10px;
	display: block;
	height: 300px;
}

#content {
	voice-family: "\"}\"";
	voice-family: inherit;
	float: left;
	display: block;
	width: 620px;
}

#footer {
	background-color: #9A9CA6;
	background-image: url(/img/nav/container_foot_bg.gif);
	background-repeat: repeat-y;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}  /* breadcrumb------ */
.breadcrumb {
	font-size: 9px;
	color: #009933;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 15px;
}

.breadcrumb a {
	text-decoration: none;
	padding-right: 10px;
	background-image: url(/img/nav/breadcrumb-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #999999;
	padding-left: 3px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}

.breadcrumb a:visited,.breadcrumb a:active {
	text-decoration: none;
	color: #999999;
	background-image: url(/img/nav/breadcrumb-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #003D6D;
}

#containerbreadcrumb {
	display: block;
	float: none;
	clear: both;
	background-image: url(/img/nav/bgbread.gif);
	background-color: #FDFDFD;
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 12px;
	height: 12px;
	/* rightnavigation
   ------ */
}

#right h3 {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	background-image: url(/img/nav/corner.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 7px;
	height: 30px;
	background-position: right top;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #FFCC00;
}

ul#rightnavigation {
	list-style-type: none;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul#rightnavigation li {
	padding: 0px;
	margin: 0px;
}

ul#rightnavigation li a {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/nav/righbg1.jpg);
	height: 17px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 7px;
}

ul#rightnavigation li a:hover {
	color: #CC0000;
}

ul#rightnavigation li .active {
	display: block;
	color: #CC0000;
}

#content1 {
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	padding-bottom: 30px;
}

.image {
	margin-bottom: 5px;
	margin-right: 20px;
	display: block;
	float: left;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 9px;
	color: #999999;
}

.link {
	background-image: url(/img/nav/btn_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	margin-left: 5px;
	width: auto;
}

.text {
	font-size: 11px;
	color: #4A75C4;
}  /* head content 
   -------------- */
#logo {
	padding-top: 13px;
	padding-right: 12px;
	padding-left: 33px;
	margin: 0px;
	padding-bottom: 0px;
}  /* headrightnav
   -------------- */
#headrightnav-container {
	font-size: 10px;
	height: 20px;
	margin-top: 5px;
	display: block;
	float: right;
	margin-right: 5px;
	padding: 0px;
	width: 400px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.headrightnav {
	float: right;
	color: #666666;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.headrightnavdivider {
	background-image: url(/img/nav/headnavdivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 17px;
	width: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.headrightnav a {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.headrightnav a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* foot nav list such as print page, add favorites etc, footer
   -------------- */
#pagefoot-navlist0 {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

ul#pagefoot-navlist li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

ul#pagefoot-navlist li a {
	float: right;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	color: #8E8E8E;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

ul#pagefoot-navlist li a:hover {
	color: #000000;
}

ul#pagefoot-navlist li .active {
	color: #000000;
}

#footer-nav {
	clear: both;
	color: #E0DFE3;
	text-decoration: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
}

#footer-nav a {
	text-decoration: none;
	color: #FFFFFF;
	background-image: none;
	font-weight: normal;
}

#footer-nav a:hover {
	text-decoration: none;
	background-image: none;
}  /* pageextended such as all news rss
   -------------- */
ul#pageextended {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul#pageextended li {
	display: list-item;
	background-color: #D1DCED;
	margin-bottom: 1px;
	color: #000000;
	padding: 5px;
}

ul#pageextended li a {
	text-decoration: none;
	height: auto;
	display: block;
	margin: 0px;
	color: #000000;
}

ul#pageextended li a:hover {
	color: #FFFFFF;
	background-color: #658ED2;
}  /* nextprev BOTTOM navigation
   -------------- */
ul#pagenextprev {
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	float: none;
}

ul#pagenextprev li {
	display: inline;
	height: 18px;
	float: left;
}

ul#pagenextprev li a {
	float: left;
	padding-bottom: 0.4em;
	padding-left: 5px;
	text-decoration: none;
	color: #8E8E8E;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-right: 5px;
	height: auto;
}

ul#pagenextprev li a:hover {
	color: #000000;
}  /* list for pdf... 
   -------------- */
ul#pdf li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-image: url(/img/nav/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
	margin-left: 5px;
	height: 40px;
}

ul#pdf li a {
	
}

ul#pdf li a:hover {
	background-image: none;
}

ul#pdf {
	
}

.clear {
	height: 1px;
	display: block;
	width: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px; /* --ie fix------ */
}

.imageright {
	border: 1px solid #E0DFE3;
	padding: 1px;
	float: right;
	margin: 5px;
	font-size: 10px;
	text-align: center;
	color: #9A9CA6;
}

.block {
	width: auto;
	display: block;
	margin: 0px 5px 5px 5px;
	padding: 0px 3px 3px 3px;
}

.button {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #F58321;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #605E59;
	border-bottom-color: #605E59;
	border-left-color: #D4D0C8;
	padding: 3px;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.hr {
	display: block;
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	height: 1px;
	background: #E4E2DE;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	clear: both;
	float: none;
}

.red {
	font-size: 9px;
	color: #CC0000;
}

.light {
	color: #999999;
}

/* leftnav
   ------ */
#left h3 {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	background-image: url(/img/nav/headimagebg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	border-bottom-style: none;
	background-color: #009933;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: auto;
	font-weight: bold;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 10px;
}

ul#leftnav {
	list-style-type: none;
	display: block;
}

ul#leftnav li {
	display: list-item;
	list-style-type: none;
}

ul#leftnav li a {
	color: #737582;
	text-decoration: none;
	font-size: 11px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2EAF8;
	margin: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 7px;
}

ul#leftnav li a:hover {
	color: #5787AB;
	background-color: #E2EBF1;
}

ul#leftnav li .active {
	color: #333333;
	background-color: #E2EBF1;
	background-image: url(/img/nav/leftnavactive.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#leftnavsub {
	list-style-type: none;
	color: #FFFFFF;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2EAF8;
}

ul#leftnavsub li {
	display: list-item;
	list-style-type: none;
}

ul#leftnavsub li a {
	color: #737582;
	text-decoration: none;
	font-size: 11px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/nav/leftmenu_subnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul#leftnavsub li a:hover {
	color: #5787AB;
	background-color: #FFFFFF;
	background-image: url(/img/nav/leftmenu_subnav_h.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#leftnavsub li .active {
	display: block;
	color: #F58321;
	background-image: url(/img/nav/leftmenu_subnav_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}

ul#navlist-page {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 25px;
	padding: 0px;
	background-color: #E6EDF2;
}

ul#navlist-page li {
	display: inline;
	padding: 5px;
	float: right;
	margin-left: 10px;
	font-size: 11px;
}

ul#navlist-page li a {
	text-decoration: none;
	font-weight: normal;
}

ul#navlist-page li a:hover {
	text-decoration: none;
	color: #000000;
}

ul#navlist-page li .active {
	color: #FF6C0D;
	font-weight: normal;
}

ul#navlist-pagesub {
	list-style-type: none;
	width: 99%;
	color: #fff;
	display: table;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(/img/nav/pagenavsubbg.gif);
}

ul#navlist-pagesub li {
	display: inline;
	height: 23px;
}

ul#navlist-pagesub li a {
	float: left;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 7px;
	padding-right: 5px;
	padding-left: 7px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

ul#navlist-pagesub li a:hover {
	color: #FF6C0D;
}

ul#navlist-pagesub li .active {
	color: #FF6C0D;
	font-weight: bold;
}

ul#navlist-pagesub li .different {
	font-style: italic;
}

.table-cellhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

#right2 {
	display: block;
	background-color: #009933;
	padding-top: 5px;
	padding-left: 3px;
}

#right1 {
	background-color: #FFFFFF;
}

#allnav {
	color: #AAC2DF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 1px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	clear: both;
	float: none;
}

#allnav a {
	text-decoration: none;
	background-image: url(/img/nav/bgallnav.gif);
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #7197D8;
	height: 23px;
	width: 100px;
}

#allnav a:hover {
	text-decoration: none;
}  /* list for news... 
   -------------- */
ul#right1list li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(/img/nav/arrowright.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	margin-right: 5px;
	margin-left: 5px;
}

ul#right1list li a {
	font-weight: normal;
	color: #6F95D6;
	text-decoration: none;
}

ul#right1list li a:hover {
	text-decoration: underline;
}

ul#right1list {
	
}

.linefoot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E9F7;
	display: block;
}

#search {
	margin: 0px;
	height: 30px;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 50%;
	float: right;
	text-align: right;
	padding: 0px;
	clear: none;
}

#antrofile {
	display: block;
	background-color: #F9ED8C;
	color: #666666;
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
}

#antrofile h3 {
	display: block;
	color: #666666;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(/img/nav/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.image-large {
	margin-bottom: 10px;
	float: right;
	margin-right: 10px;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
}

.image-icon-small {
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.image-largedescription {
	display: block;
	padding: 5px;
	font-size: 10px;
	color: #666666;
	width: auto;
	margin: 0px;
}

#styles1Help {
	color: red;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFCC;
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFCC00;
}

#related {
	background-color: #33CC00;
}

.wizardhead {
	display: block;
	font-size: 12px;
	color: #000000;
	background-color: #E0DFE3;
	height: 35px;
	padding: 10px;
	background-image: url(/img/nav/wizardhead.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}  /* table ... 
   -------------- */
td {
	font-size: 11px;
}

.table-cellimage {
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	font-size: 9px;
}

.table-cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	font-size: 11px;
	width: 450px;
	padding: 10px;
}

.table-cell a {
	text-decoration: none;
	color: #FF6600;
	padding-right: 12px;
	font-weight: bold;
}

.table-cell a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(/img/nav/next.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.table-cellhead {
	background-image: url(/img/nav/wizardhead.gif);
	background-color: #E0DFE3;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px;
}

.table-cellhead a {
	text-decoration: none;
	background-image: url(/img/nav/arrow-link-down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #7D7F87;
}

.table-cellhead a:hover {
	text-decoration: none;
	color: #006699;
}

.table-mainitem {
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	font-size: 11px;
}

.tablebg {
	width: 100%;
}

.tablecelllegend {
	background-color: #E0DFE3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A9CA6;
	font-size: 9px;
	text-align: right;
}

.table-cellbottom {
	background-color: #999999;
	background-image: url(/img/nav/tablebottom.gif);
}  /* list for news... 
   -------------- */
ul#tableblist li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(/img/nav/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	margin-right: 5px;
	margin-left: 5px;
}

ul#tableblist li a {
	font-weight: bold;
	font-size: 14px;
}

ul#tableblist li a:hover {
	background-image: none;
}

ul#tableblist li {
	background-image: url(/img/nav/li.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul#tableblist {
	
}

ul#tableblist {
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#contentwide {
	padding-right: 30px;
	padding-left: 30px;
	display: block;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

.more {
	
}

.more a {
	color: #FF9900;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	font-weight: bold;
}

.more a:hover {
	text-decoration: none;
	background-image: url(/img/nav/more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FF9900;
}

/* help over 
   -------------- */
blockquote.helpContents {
	margin: 0;
	padding: 5px;
	position: absolute;
	top: -1000px;
	left: -1000px;
	border: 1px solid #FFD130;
	z-index: 100;
	background-color: #FFE895;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	width: 150px;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-bottom: 5px;
}

thead td {
	
}

/* list for news... 
   -------------- */
#content2 {
	
}

div#content2 li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(/img/nav/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#content2 li a {
	font-weight: bold;
}

div#content1 li a:hover {
	background-image: none;
}

div#content2-link li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(/img/nav/arrow-link.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

div#content2-link li a {
	font-weight: bold;
	color: #666666;
	background-image: url(/img/nav/arrow.gif);
}

div#content2sub {
	
}

div#content2-link {
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

/* --- Forms --- */
form {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

textarea {
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	position: relative;
	display: block;
	margin: 8px 0 2px 0;
	color: #58514E;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputShort {
	width: 35%;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputMiddle {
	width: 65%;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputLong {
	width: 95%;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputFile {
	width: 400px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputText {
	width: 95%;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

