/* --------------------------------------
        F O R M A T  P A G E
-------------------------------------- */
BODY {
	MARGIN: 5px;
	COLOR: #333333;
	BACKGROUND-COLOR: #fff;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
P {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}
H1 {
	FONT-SIZE: 200%;
	COLOR: #2f8776;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
H2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 160%;
	COLOR: #2f8776;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
H3 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 140%;
	COLOR: #2f8776;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
H4 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 120%;
	COLOR: #2f8776;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
H5 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2f8776;
	margin: 0;
	margin-bottom: 10px;
}
H6 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #2f8776;
	margin: 0;
	font-style: italic;
	margin-bottom: 10px;
}
HR {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	COLOR: #cccccc;
	BORDER-BOTTOM: medium none;
	HEIGHT: 1px;
	BACKGROUND-COLOR: #cccccc;
}
UL{
	list-style-type: disc;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
LI {
	FONT-SIZE: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
OL {
	margin-left: 25px;
}
A {
	COLOR: #2f8776;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 12px;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


BLOCKQUOTE {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TD {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TH {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
INPUT {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699; 
}

TEXTAREA {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
SELECT {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
/* --------------------------------------
        M A I N  H O M E P A G E
-------------------------------------- */
DIV#mainHomepage {
}
.red {
	color: #CC3300;
}
.white {
	color: #FFFFFF;
}
.submit {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2f8776;
	border: 1px solid #247D9E;
	cursor: hand;
	height: 19px;
	color: #FFFFFF;
}
.reset {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F5F5;
	border: 1px solid #D2D2D2;
	color: #990000;
}
.list {

	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #C7CDDE 1px solid;
}
.field100 {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}

.TDverticalBorders {
	width: 100%;
	padding-bottom: 10px;
	margin-right: 8px;
	padding-left: 10px;
}
.sideMenu {
	width: 200px;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=#F0F0F0); */
}
.spotsBar {
	width: 1px;
	text-align: right;
	padding: 0px;
}
.menuborder {

}
.SMALL {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
}
.SMALLDARK {

	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.biggerText {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* --------------------------------------
       C O N T E N T  S T O R Y
-------------------------------------- */
DIV#story {
}
DIV#story A  {
	color: #2f8776;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
DIV#story A:hover {
	color: #247D9E;
	text-decoration: none;
	font-size: 12px;
	background-color: #DDFFFA;
}
DIV#story A:visited {
	font-style: 12;
}
/* --------------------------------------
              S E A R C H 
-------------------------------------- */
DIV#search td {
	color: #999999; 
}
DIV#search A  {
	color: #999999;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
}
DIV#search A:hover {
	color: #2f8776;
	text-decoration: none;
	font-size: 11px;
}
DIV#search A:visited {
	font-style: 11;
}
DIV#search INPUT.text {
	WIDTH: 115px;
	height: 18px;
	border:1px solid #D2D2D2;
	padding: 2;
	color: #247D9E;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
;
}
DIV#search INPUT.submit {
	CURSOR: hand;
	background-color: #F5F5F5;
	color: #999999;
	font-size: 11px;
	width: 45px;
	height: 18px;
	border: 1px solid #D2D2D2;
}

/* --------------------------------------
        D R O P D O W N  M E N U 
-------------------------------------- */
DIV.dropmenu a {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	DISPLAY: block;
	FONT-SIZE: 11px;
	WIDTH: 100%;
	TEXT-DECORATION: none;
	color: #E6E6E6;
	padding: 3px;
}
DIV.dropmenu a:hover {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	COLOR: #E6E6E6;
	TEXT-DECORATION: none;
	font-size: 11px;
}
DIV.dropmenu a:visited {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	DISPLAY: block;
	FONT-SIZE: 11px;
	padding: 3px;
}
/* --------------------------------------
             M A I N M E N U
-------------------------------------- */

DIV#mainnav {
	position: relative;
	z-index: 2;
	width: 600px;
  }
DIV#mainnav a {
	font-size: 12px;
	color: #2f8776;
	text-decoration: none;
	width: 100%;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
}
DIV#mainnav a:hover {
	font-size: 12px;
	color: #2f8776;
	text-decoration: none;
	width: 100%;
	display: block;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
}
DIV#mainnav a:visited {
	font-size: 12px;
	width: 100%;
	display: block;
	height: 20px;
	padding-top: 3px;
	font-weight: bold;
}
td.mainnav {
	border-bottom: #888888 5px solid;
}
td.mainnavover {
	border-bottom: #FF8000 5px solid;
  }

TD.mainnavselected {
	border-bottom: #EA7500 5px solid;
}

/* --------------------------------------
            D O C  N A M E
-------------------------------------- */
DIV#docName {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* --------------------------------------
            D O C  B R I E F
-------------------------------------- */
DIV#docBrief {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

/* --------------------------------------
              S I D E M E N U 
-------------------------------------- */

DIV#navBar{
	margin: 0px;
	padding: 0px;
}

DIV#navBar ul a, #navBar ul a:visited {
	display: block;
}

#navBar ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#navBar ul ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: 0px;
	font-weight: normal;
}
#navBar ul ul ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-style:italic;
}
#navBar ul ul ul a:link, #navBar ul ul ul a:visited {

	display: block;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
DIV#navBar li {
	border-top: 1px solid #ccc;
}

DIV#navBar li li{
	margin: 0;
	padding: 0;
	border-top: 0px;
}

/* --------------------------------------
       S I D E M E N U  L I N K S
-------------------------------------- */

DIV#sectionLinks{
}

#sectionLinks a {
	display: block;
	color: #333333;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 12px;
	text-decoration: none;
}
#sectionLinks a:hover{
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #2f8776;
	font-size: 12px;
	text-decoration: none;
	background-color: #F9F9F9;
}
#sectionLinks a:visited {
	display: block;
	padding-left: 5px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/* --------------------------------------
           S H O R T C U T S
-------------------------------------- */
DIV#shortcutTitle {
	margin: 0;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	background-color: #2f8776;
	width: 164px;
	padding-top: 2px;
	padding-bottom: 5px;
	text-indent: 5px;
	border-top: 5px solid #247D9E;
}
DIV#shortcutBar {
	margin: 0;
	padding: 0;
	width: 164px;
	background-color: #F5F5F5;
}

#shortcutBar ul a, #shortcutBar ul a:visited {
	display: block;
}
#shortcutBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#shortcutBar ul ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#shortcutBar li {
	padding: 0px;
	margin: 0;
}

DIV#shortcutLinks{
}

#shortcutLinks a {
	display: block;
	color: #247D9E;
	font-size: 11px;
	text-decoration: none;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 162px;
}

#shortcutLinks a:hover{
	display: block;
	color: #247D9E;
	text-decoration: underline;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 162px;
}
#shortcutLinks a:visited {
	display: block;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 162px;
	color: #247D9E;
}

/* --------------------------------------
             F E E D B A C K
-------------------------------------- */
DIV#feedbackTitle {
	font-size: 11px;
	color: #2f8776;
	text-align: left;
	text-indent: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 5px solid #2f8776;
}
DIV#feedback {
	padding: 0;
	width: 100%;
	margin-top: 0px;
}
DIV#feedback TEXTAREA {
	FONT-SIZE: 11px;
	color: #333333;
	width: 100%;
	border: solid 1px #ccc;
}
DIV#feedback FORM {
	margin: 0;

}
DIV#feedback INPUT.submit {
	CURSOR: hand;
	background-color: #2f8776;
	color: #ffffff;
	border: 1px solid #666666;
	font-size: 11px;
	width: 60px;
	height: 18px;
	margin-top: 8px;
	margin-bottom: 5px;
}

/* --------------------------------------
             F O O T E R
-------------------------------------- */
DIV#footer {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	color: #888888;
	width: 900px;
	padding-top: 12px;
	padding-bottom: 5px;
	border-top:1px solid #888888;
}
#footer a {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
#footer  a:hover {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	color: #2f8776;
}
#footer a:visited  {
	font-family: 'Lucida Grande', Verdana, sans-serif;
}
#footer td {
	color: #888888;
	font-size: 10px;
	text-indent: 5px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
}
#footer table {
}
/* --------------------------------------
             L E F T  A D V
-------------------------------------- */

DIV#leftAd {

	

/* --------------------------------------
             R I G H T  A D V
-------------------------------------- */

}DIV#rightAd {
	width: 164px;
	
}

/* --------------------------------------
         T R A C K  P A T H
-------------------------------------- */

DIV#trackPath {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	height: 20px;
	width: 600px;
}

#trackPath a, #trackPath a:visited {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}
#trackPath a:hover {
	FONT-FAMILY: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #2f8776;
}
/* --------------------------------------
        L A N G U A G E  F L A G S
-------------------------------------- */

DIV#showFlags {
	height: 20px;
	width: 200px;
}
/* --------------------------------------
        T I T L E  H E A D I N G
-------------------------------------- */

DIV#titleHeading {
	border-bottom: #0F5596 2px solid;
	padding-bottom: 3px;
}
/* --------------------------------------
        S I T E M A P  T R E E
-------------------------------------- */

DIV#siteMapTree p {
	margin-bottom: 10px;
}
DIV#siteMapTree a{
	color: #416098;
	text-decoration:none;	
}
DIV#siteMapTree a:hover {
	color: #416098;	
	text-decoration:underline;
}
DIV#siteMapTree a:visited {
	color: #416098;	
}
DIV#spotsBarRight Table{
}

