﻿html 
{
scrollbar-face-color: #336600;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color:#53670D;
scrollbar-darkshadow-color: #53670D;
scrollbar-track-color: #efe1d9;
scrollbar-arrow-color: Lime;
}

OL {
	margin:0 0 0 25px;
}
UL {
	margin:0 0 0 20px;
}
/** LINKS */
a {text-decoration:none;} /*unvisited links, #2667A7*/
a:visited{color: #8B4513;} /*#8B4513 saddle brown*/
a.linkNavBar:visited, a.linkTopNavBar:visited, a.fontWhiteSmaller:visited{color:White;}
#NoLink{ text-decoration:none}
a:hover{text-decoration: underline; /*color:Lime ;  #efe1c8;*/}
a.linkNavBar:hover, a.linkTopNavBar:hover, a.fontWhiteSmaller:hover
{
	text-decoration:none;
	font-style:italic;
	color:Lime ; /* #efe1c8;*/
}

/** FONT STYLES */
.linkNavBar{
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}
.linkTopNavBar{
	color: #FFFFFF;
	/*font-size:small;*/
	font-size:10pt;
	font-weight: bold;
}

/** FONT STYLES */
body{
	font-family:Verdana;
	font-size:medium;
	color:#336600;
}
.normal{
	font-family:Verdana;
	font-size:medium;
	color:#336600;
	font-weight:100;
}

.fontTitle1 {
	color:#336600;
	font-size:large;
	font-weight:bolder;
}

.fontBrownBold{
	color:#336600; 
	font-weight: bolder; 
	font-size: medium;
}
.fontBrownSmall{
	color:#336600; 
	font-weight:normal ; 
	font-size:smaller;
}
.fontSmallBoldColored
{
	color:#336600; 
	font-weight:normal ;
	font-size:9px;
}

/* **** White Fonts ****** */
.fontWhiteNormal{
	color:White; 
	font-weight: normal; 
	font-size:medium;
}
.fontWhiteSmaller{
	color:White; 
	font-weight: normal; 
	font-size:smaller;
}
.fontWhiteBoldSmaller{
	color:White; 
	font-weight: bolder; 
	font-size:smaller;
}
/********* More Fonts**********/

.fontBlack1{
	color:Black; 
	font-weight: normal; 
	font-size:medium;
}

.warning{
	color:red;
}
/** BACKGROUNDS */

.bgNavBar { background: url(images/BGNavBar600.jpg) repeat-x left top;  }
.bgLight { background-color:#F3EFE6}/*#efe1d9 or #F3EFE6}*/
.bgDark { background-color:#336600;}

.gradient{
	background-color:#336600;
	/* the following gradient function only works in IE, hence the above line with a solid background*/
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ADD05C', startColorstr='#336600', gradientType='0'); /*gradientType='1', is for horizontal gradient.*/
}

/** MISC */
.video{
	/*visibility:hidden;*/
	width: 480px;
	border-top: silver thick solid;
	border-left: silver thick solid;
	border-bottom: gray thick solid;
	border-right: gray thick solid;
}

.pixBorder {
	border: 1px solid #336600;
	margin: 4px;
}
.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.margins{
	 margin:4px 10px 3px 10px;
}
.SideBox
{
	border-bottom: lime ridge;
	border-left: lime ridge;
	border-top: lime ridge;
	border-right: lime ridge;
	background: white;
	overflow: auto;
	width: 171px;
	padding: 1px 2px 1px 1px;
}

.fontComicBold
{
	font-family: 'Comic Sans MS';
	font-size: 15px;
	font-weight: bold;
	color: #3A5396;  /* #3A5396  #294486 */
	text-align: center;
}
/**************** BUTTONS ********************/


.Button
{
	/*
	border-top-color: #BADFED;
	border-bottom: outset #bce1e7;
	border-right-style: double;
	border-top-style: double;
	border-left-style: double; 
	border-left-color: #BADFED;  */
}



.Button:hover {
	/*background-color:#BADFED;*/
	 color:Navy;
	cursor:pointer;
}

