/* CSS Document */
BODY {font-family:  Arial, Tahoma, Verdana;
font-size:16px;
color: #FFFFFF;
background-image: url("graphics/sitebg.jpg");
background-repeat:no-repeat;
background-position:center;
background-color:#000000;
background-attachment:fixed;
}
TD{
font-family:  Arial, Tahoma, Verdana;
font-size:16px;
color: #000000;
}
H1{
color:#182A76;
}
H2{
color:#182A76;
}
H3{
color:#182A76;
}
H4{
color:#182A76;
}
H5{
color:#000000;
}
H6{
color:#000000;
}
A:link { color: #720047;
font-family:  Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:visited { color: #720047;
font-family:  Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:active { color: #720047;
font-family:  Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}
A:hover { color: #FF0000;
font-family: Arial, Tahoma, Verdana;
font-size:16px;
font-weight: bold;
text-decoration:none;
}

A:link.smalllink { color: #003674;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
text-decoration:none;
}
A:visited.smalllink { color: #003674;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
text-decoration:none;
}
A:active.smalllink { color: #003674;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
text-decoration:none;
}
A:hover.smalllink { color: #717171;
font-family: Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
text-decoration:none;
}

A:link.reftext { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}
A:visited.reftext { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}
A:active.reftext { color: #FFFFFF;
font-family:  Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}
A:hover.reftext { color: #009245;
font-family: Arial, Tahoma, Verdana;
font-size:10px;
font-weight: bold;
}

.maintable{border: 1px solid #009245;}
.navbg{background-color:#000000;}
.decobar{background-image: url("graphics/bar.gif");}
.contentbg{background-color: #FFFFFF; background-image: url("graphics/contentbg.jpg"); background-repeat:repeat-x;}

LI.widget{ list-style: none; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu-main-menu-containers/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.menu-main-menu-container {height:26px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu-main-menu-container {width:950px; w\idth:949px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu-main-menu-container ul {padding:0;margin:0;list-style-type:none;}
.menu-main-menu-container ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu-main-menu-container positon */
.menu-main-menu-container li {float:left;position:relative;}
/* style the links for the top level */
.menu-main-menu-container a, .menu-main-menu-container a:visited {padding-left:8px; padding-right: 8px;display:block;font-size:13px;text-decoration:none; color:#FFFFFF; height:26px; line-height:26px; border:0px solid #000; border-width:0px 0 0px 0px; vertical-align:middle; text-align:center; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu-main-menu-container a, * html .menu-main-menu-container a:visited {}

/* style the second level background */
.menu-main-menu-container ul ul a.drop, .menu-main-menu-container ul ul a.drop:visited {}
/* style the second level hover */
.menu-main-menu-container ul ul a.drop:hover{}
.menu-main-menu-container ul ul :hover > a.drop {}
/* style the third level background */
.menu-main-menu-container ul ul ul a, .menu-main-menu-container ul ul ul a:visited {background:#323232;} /*3rd OFF */
/* style the third level hover */
.menu-main-menu-container ul ul ul a:hover {background:#000000;} /*3rd ON */


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu-main-menu-container ul ul {visibility:hidden;position:absolute;height:0;top:38px;left:0; width:150px; border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu-main-menu-container ul ul {top:38px;t\op:39px; }

/* position the third level flyout menu-main-menu-container */
.menu-main-menu-container ul ul ul{left:128px; top:0px; width:99px;}

/* position the third level flyout menu-main-menu-container for a left flyout */
.menu-main-menu-container ul ul ul.left {left:100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu-main-menu-container table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links - SECOND OFF */
.menu-main-menu-container ul ul a, .menu-main-menu-container ul ul a:visited {background-color:#F89524; text-align:left; font-size:13px; color:#000; height: 25px;  line-height:25px; padding-left:10px;  width:135px; border-width:1px 1px 1px 1px; vertical-align:middle;}
/* yet another hack for IE5.5 */
* html .menu-main-menu-container ul ul a, * html .menu-main-menu-container ul ul a:visited {width:115px;w\idth:113px;}

/* style the top level hover */
.menu-main-menu-container a:hover {color:#FFFFFF; background-color:#009245; font-size: 13px; font-weight:bold; }
.menu-main-menu-container :hover > a  {color:#FFFFFF; background-color:#009245; font-size: 13px; font-weight:bold;} /* TOP OVER */

.menu-main-menu-container ul ul a:hover {color:#000; background:#C83968; font-size:13px;}
.menu-main-menu-container ul ul :hover > a {color:#000; background:#C83968; font-size:13px;} /* 2nd OVER */

/* make the second level visible when hover on first level list OR link */
.menu-main-menu-container ul li:hover ul,
.menu-main-menu-container ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu-main-menu-container ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu-main-menu-container ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu-main-menu-container ul ul .current_page_item a {
  
}

.menu-main-menu-container .current_page_item {background-image: url("graphics/yellow.png"); color:#000000;

}

.menu-main-menu-container ul .current_page_item ul a {
}

.menu-main-menu-container ul .current_page_item ul a:hover {
}

.menu-main-menu-container .current_page_item a:hover {
}

/*form*/
table.formtable TD
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:130%;
	color:#19202b;
}

td.SeBrownBold
{
	font-size:7pt;
	color:#372e1b;
	font-weight:bold;
}

td.SeBlueBold 
{ 
	font-size:7pt; 
	color:#5a6588; 
	font-weight:bold; 
}


td.SeSilverBold 
{ 
	font-size:7pt; 
	color:#64727a; 
	font-weight:bold; 
}

td.EiBlack
{
	font-size:8pt;
	color:#000000;
}

td.EiBlue
{
	font-size:8pt;
	color:#283241;
}

td.EiBlueBold 
{ 
	font-size:8pt; 
	color:#5a6588; 
	font-weight:bold; 
}

td.EiBrown
{
	font-size:8pt;
	color:#574c35;
}

td.EiBrownBold
{
	font-size:8pt;
	color:#574c35;
	font-weight:bold;
}

td.EiDBlue
{ 
	font-size:8pt; 
	color:#19202b; 
}

td.EiDBlueBold 
{ 
	font-size:8pt; 
	color:#19202b; 
	font-weight:bold; 
}

td.EiGoldBold 
{ 
	font-size:8pt; 
	color:#e8c149; 
	font-weight:bold; 
}

td.EiGreenBold
{
	font-size:8pt;
	color:#3d4d37;
	font-weight:bold;
}

td.EiGreyBold
{
	font-size:8pt;
	color:#adadad;
	font-weight:bold;
}

td.EiLBlueBold
{
	font-size:8pt;
	color:#a8beb1;
	font-weight:bold;
}

td.EiOrangeBold 
{ 
	font-size:8pt; 
	color:#8d6819; 
	font-weight:bold; 
}

td.EiRedBold 
{ 
	font-size:8pt; 
	color:#692121; 
	font-weight:bold; 
}

td.EiSilverBold 
{ 
	font-size:8pt; 
	color:#64727a; 
	font-weight:bold; 
}

td.EiWhite
{ 
	font-size:8pt; 
	color:#ffffff; 
}

td.EiWhiteBold 
{ 
	font-size:8pt; 
	color:#ffffff; 
	font-weight:bold; 
}

td.EiWhiteBoldTreb 
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:8pt; 
	color:#ffffff; 
	font-weight:bold; 
}

td.EiWhiteBoldUniv 
{ 
	font-family:Univers Condensed, Helvetica, sans-serif;
	font-size:8pt; 
	color:#ffffff; 
	font-weight:bold; 
}

td.NiBlueBold 
{ 
	font-size:9pt;
	color:#5a6588; 
	font-weight:bold; 
}

td.NiBrownBold
{
	font-size:9pt;
	color:#8d6819;
	font-weight:bold;
}

td.NiDBlueBold 
{ 
	font-size:9pt; 
	color:#19202b; 
	font-weight:bold; 
}

td.NiPurpleTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:9pt;
	color:#6f7792;
	line-height:normal;
}

td.NiWhiteBold
{
	font-size:9pt;
	color:#ffffff;
	font-weight:bold;
}

td.NiWhiteBoldTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:9pt;
	color:#ffffff;
	font-weight:bold;
}

td.TeBlueBold 
{ 
	font-size:10pt; 
	color:#5a6588; 
	font-weight:bold; 
}

td.TeHBlue2Treb
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10.5pt; 
	color:#444c56; 
}

td.TeHLBlueTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10pt;
	color:#5688cb;
}


td.TeGreenBold 
{ 
	font-size:10pt; 
	color:#3d4d37; 
	font-weight:bold; 
}

td.TeRedBold
{
	font-size:10pt;
	color:#692121;
	font-weight:bold;
}

td.TeWhiteBoldTreb 
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10pt; 
	color:#ffffff; 
	font-weight:bold; 
}

td.ElBlueBold
{ 
	font-size:11pt; 
	letter-spacing:1px;
	color:#5a6588; 
	font-weight:bold; 
}

td.ElBlueBoldTreb
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11pt; 
	letter-spacing:1px;
	color:#5a6588; 
	font-weight:bold; 
}

td.ElBlue2Treb
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11pt; 
	color:#444c56; 
}

td.ElWhite
{
	font-size:11pt;
	color:#ffffff;
}

td.ElWhiteTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11pt;
	color:#ffffff;
}

td.ElWhiteBoldTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11pt;
	color:#ffffff;
	font-weight:bold;
}

td.TweTealBoldTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:20pt;
	color:#294e5d;
	font-weight:bold;
}

td.TweTealBoldUniv
{
	font-family:Univers Condensed, Helvetica, sans-serif;
	font-size:20pt;
	color:#294e5d;
	font-weight:bold;
}

td.FoWhiteTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:14pt;
	color:#ffffff;
}

td.FoWhiteBoldTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:14pt;
	color:#ffffff;
	font-weight:bold;
}


a.SeBrown
{
	font-size:7pt;
	color:#574c35;
	text-decoration:none;
}

a.SeBrown:hover
{	
	color:#574c35;
	text-decoration:underline;
}

a.SeBrownBold
{
	font-size:7pt;
	font-weight:bold;
	color:#574c35;
	text-decoration:none;
}

a.SeBrownBold:hover
{	
	color:#574c35;
	text-decoration:underline;
}

a.SeBrownUL
{
	font-size:7pt;
	color:#372e1b;
	text-decoration:underline;
}

a.SeBrownUL:hover
{	
	color:#574c35;
}

a.SeTealBold
{
	font-size:7pt;
	color:#497586;
	font-weight:bold;
	text-decoration:none;
}

a.SeTealBold:hover
{
	color:#7fa5b3;
	text-decoration:underline;
}

a.SeHTealBold
{
	font-size:7.5pt;
	color:#497586;
	font-weight:bold;
	text-decoration:none;
}

a.SeHTealBoldLS:hover
{
	color:#7fa5b3;
	text-decoration:underline;
}

a.SeWhiteBoldUL
{
	font-size:7pt;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

a.SeWhiteBoldUL:hover
{
	color:#f1e523;
}

a.EiBrownUL
{
	font-size:8pt;
	color:#372e1b;
	text-decoration:underline;
}

a.EiBrownUL:hover
{	
	color:#574c35;
}

a.EiBrownBoldUL
{
	font-size:8pt;
	color:#372e1b;
	font-weight:bold;
	text-decoration:underline;
}

a.EiBrownBoldUL:hover
{	
	color:#574c35;
}

a.EiGold
{
	font-size:8pt;
	font-weight:normal;
	color:#a6912e;
	text-decoration:none;
}

a.EiGold:hover
{
	color:#a6912e;
	text-decoration:underline;
}

a.EiTealBold
{
	font-size:8pt;
	color:#497586;
	font-weight:bold;
	text-decoration:none;
}

a.EiTealBold:hover
{
	color:#7fa5b3;
	text-decoration:underline;
}

a.EiTealBoldLS
{
	font-size:8pt;
	letter-spacing:-0.05px;
	color:#497586;
	font-weight:bold;
	text-decoration:none;
}

a.EiTealBoldLS:hover
{
	color:#7fa5b3;
	text-decoration:underline;
}

a.EiWhiteBoldUL
{
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

a.EiWhiteBoldUL:hover
{
	color:#bfa437;
}

a.EiWhiteBoldULTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

a.EiWhiteBoldULTreb:hover
{
	color:#dbc76a;
}

a.NiBrownBold
{
	font-size:9pt;
	color:#8d6819;
	font-weight:bold;
	text-decoration:none;
}

a.NiBrownBold:hover
{
	color:#497586;
	font-weight:bold;
	text-decoration:underline;
}

a.NiGoldBold
{
	font-size:9pt;
	color:#a6912e;
	font-weight:bold;
	text-decoration:none;
}

a.NiGoldBold:hover
{
	color:#a6912e;
	text-decoration:underline;
}

a.NiTealBold
{
	font-size:9pt;
	color:#497586;
	font-weight:bold;
	text-decoration:none;
}

a.NiTealBold:hover
{
	color:#7fa5b3;
	text-decoration:underline;
}

a.TeHLBlueTreb
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10pt;
	color:#5688cb;
	text-decoration:none;
}

a.TeHLBlueTreb:hover
{
	color:#dbc76a;
	text-decoration:underline;
}

font.EiOrangeBold 
{ 
	font-size:8pt; 
	color:#8d6819; 
	font-weight:bold; 
}

font.TeOrangeBold 
{ 
	font-size:10pt; 
	color:#8d6819; 
	font-weight:bold; 
}

font.TeRedBold 
{ 
	font-size:10pt; 
	color:#692121; 
	font-weight:bold; 
}


.SeRedBold 
{ 
	font-size:7pt; 
	color:#692121; 
	font-weight:bold; 
}

.SeSilver
{ 
	font-size:7pt; 
	color:#64727a; 
	font-weight:normal;
}

.SeSilverBold
{ 
	font-size:7pt; 
	color:#64727a; 
	font-weight:bold;
}

.EiBlueBold 
{ 
	font-size:8pt;
	color:#5a6588; 
	font-weight:bold; 
}

.EiBrown 
{ 
	font-size:8pt; 
	color:#574c35; 
}

.EiOrangeBold 
{ 
	font-size:8pt; 
	color:#8d6819; 
	font-weight:bold; 
}

.EiSilver
{ 
	font-size:8pt; 
	color:#64727a; 
}


.EiSilverBold 
{ 
	font-size:8pt; 
	color:#64727a; 
	font-weight:bold; 
}

.NiBlueBold 
{ 
	font-size:9pt;
	color:#5a6588; 
	font-weight:bold; 
}

.TeBlueBoldTreb
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:10pt; 
	letter-spacing:1px;
	color:#5a6588; 
	font-weight:bold; 
}

.TeGreenBold 
{ 
	font-size:10pt; 
	color:#3d4d37; 
	font-weight:bold; 
}

.TeRedBold 
{ 
	font-size:10pt; 
	color:#692121; 
	font-weight:bold; 
}

.ElBlueBoldTreb
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11pt; 
	letter-spacing:1px;
	color:#5a6588; 
	font-weight:bold; 
}

.SnTealBoldTreb
{ 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:17pt; 
	color:#5e8494; 
	font-weight:bold; 
}

.TextBox
{
	height:17px;
	border:1 solid #cccccc;
	font-size:7pt;
	color:#666666;
	width:125px;
}

.TextArea
{
	height:100px;
	border:1 solid #cccccc;
	font-size:8pt;
	color:#666666;
	width:100px;
}

.SelectBox
{
	color:#666666;
	height:17px;
	width:125px;
	border:1 solid #cccccc;
	//*border:1 solid #343232;*//
	font-size:7pt;
}

.CheckBox
{
	height:15px;
	width:15px;
}

.Button
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#009345;
	border:1 solid #19202b;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	cursor:hand;
}