@charset "iso-8859-1";

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #FFFFCC;
	text-decoration: none
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* HTML form tag styles                         */
/***********************************************/ 

textarea.info {
	background-color: #39444D;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif; /* Courier New, Courier, mono; */
	border: 2px dotted #43525C; /* solid #39444D */
	scrollbar-base-color: #39444D; /* color the scroll, arrow boxes and partly the track of the scroll*/
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-highlight-color: #39444D; /* color the track of the scroll */
	scrollbar-darkshadow-color: #39444D; /* color the shadow of the sroll and arrow boxes*/
	line-height: 20px;
	text-align: justify;
	word-spacing: 0.5 em;
	font-size: small;
	margin: 10px;
	padding: 10px;
	width: 95%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



/*********** #content styles ***********/

#content {
	border: 2px dotted #C0C0C0;
	font-weight: 500;
	color: #333333;
	padding: 5px;
	line-height: 15pt;
	font-size: medium;
}

/*********** #navMenu style for horizontal menu bar */

.navMenu a:link        {color:#FFFFFF; text-decoration:none; visible:false}
.navMenu a:visited     {color:#FFFFFF; text-decoration:none; visible:false}
.navMenu a:hover       {color:#FFFFFF; text-decoration:none; visible:false}
.navMenu               {
	font-weight:bold;
	color:#FFFFFF;
	visible:false;
	background-color: #39444D;
	border: 1px solid #FFFFFF;
}

.navMenuOver a:link        {color:#FFFFFF; text-decoration:none; visible:false}
.navMenuOver a:visited     {color:#FFFFFF; text-decoration:none; visible:false}
.navMenuOver a:hover       {color:#FFFFFF; text-decoration:none; visible:false}
.navMenuOver               {
	font-weight:bold;
	color:#FFFFFF;
	visible:false;
	background-color: #39444D;
	border: 1px solid #CC0000;
	cursor: hand;
}

/*********** #navBar link styles for vertical navigation bar ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	border:2px solid #CCCCCC;
	margin:0px;
	padding:0px;
	font-size: 90%;
	background-color: #336699;
}

#sectionLinks a:link{
	width: 100%;
 	padding:1px;
	border:2px #C0C0C0;
	width: auto;
	color: #FFFFFF;
}

#sectionLinks a:visited{
	padding:1px;
	border:2px #C0C0C0;
	display: block;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	padding:1px;
	background-color: #336699;
	color: #CCCC99;
	display: block;
	border: 2px;
}

/*********** #linkBox style for boxes with links */

.linkBox a:link        {color:#FFFFCC; text-decoration:none; visible:false}
.linkBox a:visited     {color:#FFFFCC; text-decoration:none; visible:false}
.linkBox a:hover       {color:#FFFFCC; text-decoration:none; visible:false}
.linkBox               {
	font-weight:bold;
	color:#FFFFCC;
	visible:false;
	background-color: #39444D;
	border: 1px solid #FFFFFF;
	word-break: break-strict;
}

.linkBoxOver a:link        {color:#FFFFCC; text-decoration:none; visible:false}
.linkBoxOver a:visited     {color:#FFFFCC; text-decoration:none; visible:false}
.linkBoxOver a:hover       {color:#FFFFCC; text-decoration:underline; visible:false}
.linkBoxOver               {
	font-weight:bold;
	color:#FFFFCC;
	visible:false;
	background-color: #39444D;	/* if you want to change color of background, then #43525C;*/
	border: 1px solid #FFFFFF;	/* if you want to change color of box, then #CC0000;*/
	word-break: break-strict;
	/*cursor: hand;*/
}

