/* ======= THIS DUMMY STYLE IS REQUIRED BECAUSE SOME EARLY BROWSERS CHEW UP THE FIRST STYLE ======= */

.dummy {
	font-family:verdana, arial, helvetica, sans-serif;
}


/* ======= UNIVERSAL PAGE FURNITURE FORMATTING STYLES ======= */

body {
	margin:20px;
	padding:0px;
	background-color:#ECFFFF;
	font-size: 100% !important;
	line-height: normal !important;
}

pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

.headerArea {
	height:134px;
	margin:0px;
	padding:0px;
	line-height:0px;
	text-align:center;
	background-color:#3E7080;
	background-image:url('../images/skin-05/theme-back.jpg');
}

.headerArea table {
	margin-left:auto;
	margin-right:auto;
}

.headerItems {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.headerMess {
	clear:both;
	display:block;
	padding-top:6px;
	padding-bottom:1px;
	border-top:1px solid #FFFFFF;
}

h1 {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size:18pt;
	font-weight:normal;
	color:#2E4050;
	border:3px #3E7080;
	padding-top:8px;
	padding-bottom:8px;
	width:100%;
	margin:0 auto;
	background-color:#eeeeee;
	text-align:left;
}

h2 {
	margin-top:20px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#333333;
	
	width:100%;
	background-color:#eeeeee;
}

h3 {
	clear:both;
	padding-top:8px;
	padding-bottom:0px;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	color: #000066;
}

h3 span {
	display:inline;
	border-top: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	padding:0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
}

.bestViewed {
	font-family:Arial,Helvetiva,sans-serif;
	font-size:0.6em;
	font-weight:normal;
	color:#333333;
	line-height:26px;
	margin:0 auto;
}

.pageMessage {
	font-family:Arial,Helvetiva,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	line-height:16px;
	margin:0 auto;
}

.footerArea {
	clear:both;
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:8pt;
	padding-top:0px;
	background-color:#3E7080;
	background-image:url('../images/skin-05/theme-back.jpg');
}

.footerText {
	padding-top:4px;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:#FFFFFF;
}

.footerText a {
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:underline;
}

.footerText a:link {color: #FFFFFF; text-decoration: underline;}
.footerText a:visited {color: #FFFFFF; text-decoration: underline;}
.footerText a:hover {color: #FFFF00; text-decoration: underline;}
.footerText a:focus {color: #FF0000; text-decoration: underline;}
.footerText a:active {color: #FF0000; text-decoration: underline; background-color:#FFFF00;}


/* ======= UNIVERSAL MAIN-MENU STYLES ======= */


.mainMenu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-color:#3E7080;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
}

.mainMenu li {
	display:inline;
}

.mainMenu a {
	float:left;
	width:90px;
	color:#FFFFFF;
	background-color:#3E7080;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #FFFFFF;
	text-align:center;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
}

.mainMenu a:hover{
	color:#3E7080;
	background-color:#FFFFFF;
}

.mainMenu .deadLink {
	float:left;
	width:90px;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #FFFFFF;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	color:#AEFBFB;
	background-color:#AEFBFB;
	background-image:url('../images/skin-05/button-back.gif');
}


/* ======= UNIVERSAL BAR SUB-MENU STYLES ======= */


.subMenu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-color:#AEFBFB;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.subMenu li {
	display:inline;
}

.subMenu a {
	float:left;
	width:90px;
	color:#000000;
	background-color:#AEFBFB;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #787878;
	text-align:center;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
}

.subMenu .deadLink {
	float:left;
	width:90px;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px solid #787878;
	text-align:center;
	color:#AEFBFB;
	background-color:#AEFBFB;
	background-image:url('../images/skin-05/button-back.gif');
}

.subMenu a:hover{
	background-color:#000000;
	color:#AEFBFB;
}


/* ======= SITE TABLES/BOXES STYLES ======= */

.siteTable {
	background-color:#3E7080;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
}

.siteTable .bg0 {
	background-color:#3E7080;
	color:#FFFFFF;
}

.siteTable .bg1 {
	background-color:#ECFFFF;
	color:#006600;
}

.siteTable .bg2 {
	background-color:#AEFBFB;
	color:#006600;
}

.themesMenu {
	display:block;
	margin:0;
}

.themesMenu table {
	background-color:#3E7080;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	text-align:center;
}

.themesMenu .bg1 {
	background-color:#FFFFFF;
	color:#006600;
	font-weight:bold;
}

.themesMenu .bg1 td {
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

.normText {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.96em;
	text-align:left;
}

.normText a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11pt;
	text-align:justify;
	text-decoration:underline;
}

.normText a:link {color: #006600; text-decoration: underline;}
.normText a:visited {color: #009900; text-decoration: underline;}
.normText a:hover {color: #CC0000; text-decoration: underline;}
.normText a:focus {color: #00CC00; text-decoration: underline;}
.normText a:active {color: #FF0000; text-decoration: underline; background-color:#000000;}


.demoText {
	font-family:Times,'Times New Roman',Palatino,serif; 
	font-size:0.85em;
	font-weight:normal;
	color: #000000;
	text-align:justify;
}

.demoText a {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

.demoText a:link {color: #003300; text-decoration: underline;}
.demoText a:visited {color: #003300; text-decoration: underline;}
.demoText a:hover {color: #CC0000; text-decoration: underline;}
.normText a:focus {color: #00CC00; text-decoration: underline;}
.demoText a:active {color: #FF0000; text-decoration: underline; background-color:#000000;}

.demoTextBold {
	font-family:arial,helvetiva,sans-serif; 
	font-size:0.8em;
	font-weight:bold;
	color: #000000;
	text-align:justify;
}

.divHeader {
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:0.72em;
	padding:5px;
	color:#FFFFFF;
	border:0;
	background-color:#3E7080;
}

.divData {
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:0.7em;
	padding:5px;
	color:#000000;
	background-color:#AEFBFB;
}

.divData a {
	display:inline;
	font-size:1em;
	color:#000000;
}

.codeBox {
	font-family:monospace,courier; 
	font-size:9pt;
	font-weight:normal;
	color: #000000;
	background-color:#AEFBFB;
	border:3px double #3E7080;
	padding:7px;
	margin-bottom:30px;
}

fieldset {
	display:block;
	background-color:#ECFFFF;
	border:2px dotted #3E7080;
	margin-top:0px;;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:1em;
}


fieldset legend {
	color: #000000;
	font-family:Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-variant: small-caps;
	font-size:11pt;
	margin-top:10px;
	padding: .3ex .8ex;
	border:3px #3E7080 double;
	font-weight: bold;
	background-color:#AEFBFB;
/*	background-image:url('../images/skin-05/theme-back.jpg');*/
}

.lineAcross1 {
	clear:both;
	display:block;
	background:url('../images/skin-05/line-horz-1.gif');
}

.lineAcross2 {
	clear:both;
	display:block;
	background:url('../images/skin-05/line-horz-2.gif');
}

.lineAcross3 {
	clear:both;
	display:block;
	background:url('../images/skin-05/line-horz-3.gif');
}

.lineAcross4 {
	clear:both;
	display:block;
	background:url('../images/skin-05/line-horz-4.gif');
}

.siteMap a {
	border: 2px solid #ECFFFF;
}

#fixedBack {
	background-image:url('../images/skin-05/fixed-back.gif');
	background-attachment:fixed;
}

.redNote {
	font-family:tahoma,arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
	color: #333333;
	margin-left:15px;
}

.fancyLink {
	width:360px;
	text-align:justify;
	line-height:0.96em;
}

.fancyLink a {
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:9pt;
	color:#990000;
	text-decoration:none;
}

.fancyLink em {
	font-size:9pt;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
	color:#006600;
	text-decoration:underline;
}

.fancyLink small {
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#006600;
	text-decoration:underline;
}

.fancyLink .lineDown {
	background-color:#858654;
}

.red {
	color:#FF0000;
}

.htmCode {
	color:#C00000;
	font-family:courier,monospace;
}

.cssCode {
	color:#0033FF;
	font-family:courier,monospace;
}

.green {
	color:#009933;
	font-family:courier,monospace;
}

.linksFieldset {
	width:50%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.bg0 {
	background-color:#787878;
}

.bg1 {
	background-color:#FFFFFF;
}

.bold {
	font-weight:bold;
}

.boldItalic {
	font-weight:bolder;
	font-style:italic;
}

.italic {
	font-style:italic;
}

.inputTitle {
	margin-top:8px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#006600;
	text-transform:uppercase;
}

#jeannieHarris {
	float:left;
}

.editpadImage {
	display:inline;
	width:670px;
	border-left:2px solid #E8E8E8;
	border-top:2px solid #E8E8E8;
	border-right:2px dashed #CC0033;
	border-bottom:2px dashed #CC0033;
}

#xbitCounter {
	margin-top:7px;
	padding-top:2px;
	padding-bottom:2px;
	border: 1px solid #787878;
	background-color:#E8E8E8;
}

a {
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#006600;
}

.aiTable {
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#006600;
}

.aiTable th {
	font-size:11pt;
	text-align:left;
}

.aiTable td {
	text-align:justify;
}

.picTable {
	display:inline;
	margin-left:0px;
	margin-right:30px;
	margin-bottom:10px;
	float:left;
}

.clearLeft {
	clear:left;
}

.displayBlock {
	clear:both;
	display:block;
}

.lineDown {
	background-color:#006600;
}

.searchBox {
	background-color:#AEFBFB;
	font-family:arial,helvetiva,sans-serif; 
	font-size:0.8em;
	font-weight:normal;
	color: #000000;
	border-right: 2px #666666 solid;
	border-bottom: 2px #666666 solid;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
}

.searchBox .searchTitle {
	font-family:'Whimsy TT',fantasy,cursive;
	font-size:20pt;
	font-variant:small-caps;
	color:#000000;
}

.siteButtonHi {
	width:80px;
	background-color:#3E7080;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:9pt;
	height:23px;
}

.siteButtonLo {
	width:80px;
	background-color:#AEFBFB;
	color:#000000;
	font-weight:bolder;
	font-size:9pt;
	height:23px;
}
