/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	color: #333333;
}

body {
	text-align:center;
	margin: 0;
	background-color: #DEDEDE;
	background-image:  url("../i/BG.gif");
}

a:link {
	color: #5B5BBD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B5BBD;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}

ul {
	margin: 0px; padding: 0px;
}

p {
	text-align:left;
	margin:0;
	padding:3px 10px 10px 10px;
	display: block;
	clear: left;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 5px 0 10px;
	color: #5F7099;
	font-size: 14px;
	border-bottom: dotted #fff 2px;
	letter-spacing: 1px;
}

h1 {
	color: #CC3333;
	font-size: 16px;
	line-height: 1.1em;
	letter-spacing: normal;
}

/* page structure divs */

#wrapper {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-color: #fff;
	border-left: solid #ccc 6px;
	border-right: solid #ccc 6px;
	background-image:  url("../i/contentBG.gif");
}

#contentheader {
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: right;
	background-color: #F3F3F3;
	background-image:  url("../i/banner01.gif");
	background-repeat: no-repeat;
	border-left: solid #ccc 6px;
	border-right: solid #ccc 6px;
}

#contentleft {
	width:200px;
	padding:0 0 20px 0;
	float:left;
}
	
#contentcenter {
	padding:0 0 10px 0;
	float:left;
	width: 580px;
}


#contentcenter ul {
	padding: 2px 0px 2px 15px
}

#contentright {
	width:200px;
	padding:0px;
	float:right;
}

#searchform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	float: right;
	margin-top: 6px;
	margin-right: 6px;
	text-align: right;
}
#searchfield {
	font-size: 11px;
	padding: 1px;
	float: right;
	margin: 0;
	border: dotted #fff 1px;
}

#footer {
	width: 812px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	text-align: center;
	padding: 2px 0;
	color: #FFFFFF;
	border-top: solid #fff 1px;
	font-size: 10px;
	background-color: #CCCCCC;
	border-bottom: solid #fff 1px;
}

#popup {
	width: 180px;
	text-align: left;
	padding: 4px;
	color: #666;
	border: solid #ffffcc 6px;
	font-size: 11px;
	background-color: #fff;
	height: 180px;
	overflow: auto;
	display: run-in;
	clear: none;
	list-style-image: url(../i/bulletPlugin.gif);
}

/* Home Page */

#contenthome {
	padding:0 0 10px 0;
	float:left;
	width: 600px;
}
#homeimage {
	padding:0;
	background-image:  url(../i/HomeGraph2.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 360px;
	border-bottom: #ccc 1px solid;
	background-color: #E6E6FF;
	background-position: bottom;
}
.homeintroh1 {
	font-size: 16px;
	color: #6576A0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	border-bottom: none;
}

.homeintropara {
	font-size: 14px;
	color: #6576A0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	margin: 0;
}

/* Primary Navigation */

#primaryNavigation {
	width: 800px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #9E9DD8;
	border-left: solid #ccc 6px;
	border-right: solid #ccc 6px;
	clear: both;
	line-height: 15px;
	background-image:  url("../i/navBarBG.gif");
	padding: 0;
	height: 32px;
}

#primaryNavigation ul, #primaryNavigation li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#primaryNavigation a:link, #primaryNavigation a:visited
{
	float: right;
	margin: 6px 6px 0 0;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	padding: 1px 4px;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
	border-left: 1px #dedede solid;
	background-color: #9E9DD8;
	border-right: 1px #dedede solid;
}

#primaryNavigation a:link#current, #primaryNavigation a:visited#current, #primaryNavigation a:hover
{
	background: #FFF2BA;
	color: #74462F;
	border: solid #FFF2BA 6px;
}

#primaryNavigation a:hover {
	color: #5B5BBD;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	border-left: 1px #fff solid;
	padding: 1px 4px;
	background-color: #B8B7FF;
	border-right: 1px #fff solid;
}



/* Left Navigation */

#navcontainer
{
	margin: 20px auto;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 190px;
}
#navcontainer ul#navlist li a { width: auto; }

ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: auto;
	padding: 3px 0 4px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #5B5BBD;
	border-bottom: solid #003366 1px;
	margin: 0;
	border-top: solid #fff 1px;
	list-style-type: none;
}

ul#navlist li a:hover
{
	color: #fff;
	background-color: #98ACE3;
	background-image:  url("../i/NavHoverBG.gif");
	border-bottom: solid #5B5BBD 1px;
}

ul#navlist li#active a
{
	display: block;
	width: auto;
	padding: 3px 0 4px 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	background-color: #98ACE3;
	border-bottom: dotted #fff 1px;
}

/* navlist level2 */

ul#navlist2
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
}

ul#navlist2 li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist2 li a
{
	display: block;
	width: auto;
	padding: 2px 0 3px 20px;
	color: #37456A;
	text-decoration: none;
	background-color: #98ACE3;
	border-bottom: dotted #fff 1px;
	background-image:  url("../i/nav2BGoff.gif");
	list-style-type: none;
	margin: 0;
	border-top: solid #7989AE 1px;
}

ul#navlist2 li a:hover
{
	color: #445682;
	background-color: #ADC2FF;
	background-image:  url("../i/nav2BGon.gif");
	border-bottom: dotted #fff 1px;
}

ul#navlist2 li#active2 a
{
	display: block;
	width: auto;
	padding: 2px 0 3px 20px;
	margin: 0;
	color: #445682;
	background-image:  url("../i/nav2BGon.gif");
	background-color: #ADC2FF;
	border-bottom: dotted #fff 1px;
}


/* Center Content */

#featureOne {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFAEB;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

#featureTwo {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}


/* Right SideBar */

#rightNavArticles {
	background-color: #EFF7FF;
	margin: 0;
	padding: 3px 10px 3px 10px;
	border-bottom: solid #fff 3px;
	height: 40px;
}

#rightNavFeature {
	font-size: 10px;
	line-height: 1.1em;
	color: #333333;
	background-color: #FFFFCC;
	margin: 32px 0;
	padding: 0;
}

.navContactBox {
	font-size: 10px;
	line-height: 1.25em;
	color: #666666;
	background-color: #fff;
	margin: 10px;
	padding: 0;
	border: solid #B8B7FF 1px;
}

.navBoxHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding: 3px 5px 4px 10px;
	background-color: #9E9DD8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: solid #fff 1px;
	letter-spacing: 1px;
}

.navFeatureContent {
	font-size: 11px;
	line-height: 1.25em;
	color: #666666;
	margin: 10px 14px 0 14px;
	background: #fff url(../i/NavFeatureBG.gif) no-repeat left 2px;
	border-top: dotted #ccc 1px;
	border-left: solid #fff 2px;
	border-right: solid #fff 2px;
	border-bottom: dotted #ccc 1px;
}


.navLinks {
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	background-color: #fff;
	margin: 10px;
	padding: 0;
	border: solid #fff 1px;
	border-width: 1px 1px 1px 1px;
}

ul#rightNavContainer {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul#rightNavContainer li {
	display: block;
	margin: 0;
}

ul#rightNavContainer li a {
	display: block;
	padding: 2px 0 4px 10px;
	color: #798F99;
	text-decoration: none;
	background-color: #E7F7FF;
	border-top: solid #fff 1px;
	border-bottom: solid #ccc 1px;
}

ul#rightNavContainer li a:hover {
	color: #A7CFDF;
	background-color: #FFFFFF;
	border-bottom: solid #eee 1px;
	border-top: solid #fff 1px;
}

ul#rightNavContainer li#active a {
	border-color: #eee #fff #ccc #fff;
	border-style: solid;
	background: #fff;
	color: #878787;
	border-width: 1px 0 1px 0;
}

ul#rightNavContainer li#active a:hover {
	border-color: #eee #fff #ccc #fff;
	border-style: solid;
	background: #fff;
	color: #666;
	border-width: 1px 0 1px 0;
}

.intro {
	font-size: 12px;
	color: #5B5BBD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

.moreLink {
	display: block;
	text-align: right;
	padding: 1px 5px 2px 0;
	border-top: dotted #ccc 1px;
	margin: 3px 0 0 0;
	font-size: 10px;
	background-color: #EFEEFF;
}

.moreLink a:hover {
	text-decoration: none;
	color: #333;
	background-color: #eee;
}


.footerBullet {
	vertical-align: text-bottom;
	padding: 0 6px;
}
.sideimage {
	margin: 10px 0 10px 10px;
	padding: 0;
}
.articlesmenu {
	background: #A7CFDF;
	display: block;
	padding: 1px 9px;
}
.formFieldLabel {
	font-size: 11px;
	text-transform: lowercase;
	color: #74462F;
	border-top: dotted #666 1px;
	padding-bottom: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	margin: 10px;
	width: 560px;
	border: solid #fff 1px;
}
th {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #74462F;
	background: #DA9E72;
	border-bottom: solid #999 1px;
	letter-spacing: 1px;
}
td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	vertical-align: top;
}
.weekdays {
	font-weight: bold;
	background: eee;
}
.fontSizeMenu {
	border-top: 1px dotted #999;
	padding: 1px 4px 0 4px;
	display: block;
}
.navBoxHeadContact {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	display: block;
	padding: 3px 10px;
	background-color: #B8B7FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.whiteLeftBorder {
	border-left: 1px solid #fff;
}
ol {
	margin: 0px 10px 10px 40px;
	padding: 0px;
}

.preHead {
	font: bold 10px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #6E83B4;
	display: block;
	margin: 0px;
	padding: 4px 0 3px 10px;
	letter-spacing: 1px;
	border-bottom: solid #dedede 1px;
}

.bold {
	font: bold;
}

/***** Link Table *****/

#linkTable {
	width: 560px;
	padding: 0;
	margin: 10px;
	border-top: none;
}
#linkTable td {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border-top: solid #fff 1px;
}
#linkTable td.tableTop {
	background-color: #BFB299;
	padding: 3px 6px 1px 6px;
	border-top-color: #B0A48D;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #B0A48D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#linkTable td a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #333333;
}
#linkTable td a:hover {
	color: #7989AE;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image:  url("../i/linkBoxBGarrow.gif");
}
#linkTable td.noLink {
	padding: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfb299;
}
/***** Link Table side *****/

#linkTableSide {
	width: 180px;
	padding: 0;
	margin: 10px;
	border-top: none;
}
#linkTableSide td {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border-top: solid #fff 1px;
}
#linkTableSide td.tableTop {
	background-color: #BFB299;
	padding: 3px 6px 1px 6px;
	border-top-color: #B0A48D;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #B0A48D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#linkTableSide td a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #333333;
}
#linkTableSide td a:hover {
	color: #7989AE;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image:  url("../i/linkBoxBGarrow.gif");
}
#linkTableSide td.noLink {
	padding: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfb299;
}

/***** Hover Table *****/

#hoverTable {
	width: 560px;
	padding: 0px;
	margin: 10px;
	border-top: none;
}
#hoverTable td {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border-top: solid #fff 1px;
}
#hoverTable td a {
	text-decoration: none;
	display: block;
	padding: 0;
	color: #333333;
}
#hoverTable td a:hover {
	text-decoration: none;
	background-image:  url("../i/linkBoxBGarrow.gif");
}

/**********/

ul {
	list-style:  url("../i/bullet.gif") outside;
}
.omnispanText {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.omnispanIntro {
	font-size: 11px;
	letter-spacing: 1px;
}
.omnispanHead {
	font-size: 14px;
	letter-spacing: 1px;
}
.whiteBottomBorder {
	border-bottom: 1px solid #fff;
}
.BoxHead {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding: 1px 4px 2px 4px;
	background-color: #9E9DD8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 14px;
	height: 28px;
	border-bottom: solid #E4E4FF 4px;
	border-top: solid #E4E4FF 4px;
}
.centeredImageCaption {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background: #FFFFFF;
	text-align: center;
	padding: 6px;
	border-left: dotted #ccc 1px;
	border-bottom-width: dotted #ccc 1px;
	border-right: dotted #ccc 1px;
	margin: 0 0 5px 0;
}
.bodyFeatureContent {
	font-size: 11px;
	line-height: 1.25em;
	color: #666666;
	margin: 0 20px 0 0;
	background: #fff url(../i/NavFeatureBG.gif) repeat-x;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
}

/***** Banner Images *****/

#banner01a {
	background:  url("../i/banner01_01.jpg") no-repeat left top;
	height: 120px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner01-1b {
	background:  url("../i/banner01-01_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

#banner01-2b {
	background:  url("../i/banner01-02_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner01-3b {
	background:  url("../i/banner01-03_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner01-4b {
	background:  url("../i/banner01-04_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner01-5b {
	background:  url("../i/banner01-05_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

/** 2 **/
#banner02a {
	background:  url("../i/banner02_01.jpg") no-repeat left top;
	height: 120px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner02b {
	background:  url("../i/banner02_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

/** 3 **/
#banner03a {
	background:  url("../i/banner03_01.jpg") no-repeat left top;
	height: 120px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner03b {
	background:  url("../i/banner03_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner03-2b {
	background:  url("../i/banner03-02_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner03-3b {
	background:  url("../i/banner03-03_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner03-4b {
	background:  url("../i/banner03-04_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner03-5b {
	background:  url("../i/banner03-05_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

/** 4 **/
#banner04-01a {
	background:  url("../i/banner04-01_01.jpg") no-repeat left top;
	height: 120px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner04-01b {
	background:  url("../i/banner04-01_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner04-02b {
	background:  url("../i/banner04-02_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner04-03b {
	background:  url("../i/banner04-03_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner04-04b {
	background:  url("../i/banner04-04_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner04-05b {
	background:  url("../i/banner04-05_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

/** 5 **/
#banner05-01a {
	background:  url("../i/banner05-01_01.jpg") no-repeat left top;
	height: 120px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner05-01b {
	background:  url("../i/banner05-01_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner05-02b {
	background:  url("../i/banner05-02_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner05-03b {
	background:  url("../i/banner05-03_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner05-04b {
	background:  url("../i/banner05-04_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner05-05b {
	background:  url("../i/banner05-05_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner05-06b {
	background:  url("../i/banner05-06_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner05-07b {
	background:  url("../i/banner05-07_02.gif") no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

/** 6 **/
#banner06a {
	background:  url("../i/banner01_01.jpg") no-repeat left top;
	height: 120px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#banner06b {
	background: url(../i/banner01_02.gif) no-repeat left top;
	height: 30px;
	width: 800px;
	border-right: 6px solid #ccc;
	border-left: 6px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.plugin {
	list-style:  url(none) none;
	background: url(../i/barBG.gif) repeat-x center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4px 0;
}
#splashTable {
	border: solid #9E9DD8 3px;
	margin: 80px auto;
	width: 800px;
	background-color: #fff;
	padding: 0;
}
.introSplash {
	font-size: 20px;
	color: #9290CA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding: 5px 10px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
}
.doublespaceItem {
	display: block;
	border-top: dotted #ccc 1px;
	padding: 5px 3px 6px 10px;
}
.pad5 {
	padding: 5px;
	display: block;
}
.mainFeatureContent {
	font-size: 11px;
	line-height: 1.25em;
	color: #666;
	margin: 5px 0 10px 10px;
	background: #fff url(../i/NavFeatureBG.gif) repeat-x left 1px;
	border-top: dotted #ccc 1px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	border-bottom: dotted #ccc 1px;
	float: right;
	width: 240px;
}
h3 {
	float: left;
	width: 300px;
}
.mainBoxHead {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	display: block;
	padding: 2px 5px 2px 7px;
	background-color: #9E9DD8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: solid #fff 1px;
	border-bottom: dotted #fff 1px;
	letter-spacing: 1px;
}
li {
	margin-bottom: 4px;
}

