@charset "utf-8";
/* CSS Document */
body {
  	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	
}
#shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#upper {
	background-image: url(../images/blue/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#menu {
	background-image: url(../images/blue/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
#leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
#content {
	background-image: url(../images/blue/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}

#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-variant: small-caps;
	color: #000000;
	height: 55px;
	text-indent: 35px;
	line-height: 50px;
}
#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/blue/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}
#content dt {
	font-weight: bold;
	font-size: small;
}
#content dd {
	font-style: italic;
	font-size: medium;
}
#content strong {
	font-weight: bold;
}
#content .dc {
	font-weight: bold;
	color: #057FC2;
}
#bottom {
	background-image: url(../images/blue/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}


/*   STANDARD BLUE SKIN  */
.blue {
}

.blue body {
}
.blue #shell {
}
.blue #upper {
	background-image: url(../images/blue/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
}
.blue #menu {
	background-image: url(../images/blue/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
}
.blue #leftover {
}
.blue #content {
	background-image: url(../images/blue/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
}

.blue #content h1{
	background-image: url(../images/blue/h1.png);
	background-repeat: no-repeat;
}
.blue #content h2{
	background-image: url(../images/blue/h2.png);
	background-repeat: no-repeat;
	background-position: left -10px;
}
.blue #content dt {
	color: #057FC2;
}

.blue #bottom {
	background-image: url(../images/blue/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.blue.halloween #upper {
	background-image: url(../images/holiday/halloween.jpg);
	background-repeat: no-repeat;
  }
.blue.thanksgiving #upper {
	background-image: url(../images/holiday/thanksgiving.jpg);
	background-repeat: no-repeat;
  }
.blue.patriotic #upper {
	background-image: url(../images/holiday/patriotic.jpg);
	background-repeat: no-repeat;
  }
.blue.xmas1 #upper {
	background-image: url(../images/holiday/christmas.gif);
	background-repeat: no-repeat;
  }
/* for some reason, the menu disappears with Xmas */  
.blue.xmas1 #menu {
	background-image: url(../images/blue/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
}
 
  
/*         DARK BLUE SKIN  */
.dark_blue {
}
.dark_blue body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.dark_blue #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.dark_blue #upper {
	background-image: url(../images/dark_blue/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.dark_blue #menu {
	background-image: url(../images/dark_blue/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.dark_blue #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.dark_blue #content {
	background-image: url(../images/dark_blue/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}

.dark_blue #content h1{
	background-image: url(../images/dark_blue/h1.png);
	background-repeat: no-repeat;
}
.dark_blue #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/dark_blue/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}
.dark_blue #bottom {
	background-image: url(../images/dark_blue/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.pink {
}
.pink body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.pink #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.pink #upper {
	background-image: url(../images/pink/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.pink #menu {
	background-image: url(../images/pink/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.pink #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.pink #content {
	background-image: url(../images/pink/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}

.pink #content h1{
	background-image: url(../images/pink/h1.png);
	background-repeat: no-repeat;
}
.pink #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/pink/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}
.pink #bottom {
	background-image: url(../images/pink/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.violet {
}
.violet body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.violet #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.violet #upper {
	background-image: url(../images/viloet/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.violet #menu {
	background-image: url(../images/viloet/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.violet #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.violet #content {
	background-image: url(../images/viloet/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}
.violet #content h1{
	background-image: url(../images/viloet/h1.png);
	background-repeat: no-repeat;
}
.violet #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/viloet/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}

.violet #bottom {
	background-image: url(../images/viloet/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.red {
}
.red body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.red #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.red #upper {
	background-image: url(../images/red/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.red #menu {
	background-image: url(../images/red/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.red #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.red #content {
	background-image: url(../images/red/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}

.red #content h1{
	background-image: url(../images/red/h1.png);
	background-repeat: no-repeat;
}
.red #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/red/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}
.red #bottom {
	background-image: url(../images/red/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.orange {
}
.orange body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.orange #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.orange #upper {
	background-image: url(../images/orange/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.orange #menu {
	background-image: url(../images/orange/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.orange #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.orange #content {
	background-image: url(../images/orange/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}

.orange #content h1{
	background-image: url(../images/orange/h1.png);
	background-repeat: no-repeat;
}
.orange #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/orange/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}
.orange #bottom {
	background-image: url(../images/orange/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.yellow {
}
.yellow body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.yellow #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.yellow #upper {
	background-image: url(../images/yellow/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.yellow #menu {
	background-image: url(../images/yellow/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.yellow #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.yellow #content {
	background-image: url(../images/yellow/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}
.yellow #content h1{
	background-image: url(../images/yellow/h1.png);
	background-repeat: no-repeat;
}
.yellow #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/yellow/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}

.yellow #bottom {
	background-image: url(../images/yellow/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.lite_green {
}
.lite_green body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.lite_green #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.lite_green #upper {
	background-image: url(../images/lite_green/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.lite_green #menu {
	background-image: url(../images/lite_green/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.lite_green #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.lite_green #content {
	background-image: url(../images/lite_green/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}
.lite_green #content h1{
	background-image: url(../images/lite_green/h1.png);
	background-repeat: no-repeat;
}
.lite_green #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/lite_green/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}

.lite_green #bottom {
	background-image: url(../images/lite_green/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.dark_green {
}
.dark_green body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.dark_green #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.dark_green #upper {
	background-image: url(../images/dark_green/Ver-3LS_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.dark_green #menu {
	background-image: url(../images/dark_green/Ver-3LS_02.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.dark_green #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.dark_green #content {
	background-image: url(../images/dark_green/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}
.dark_green #content h1{
	background-image: url(../images/dark_green/h1.png);
	background-repeat: no-repeat;
}
.dark_green #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/dark_green/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}

.dark_green #bottom {
	background-image: url(../images/dark_green/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.xmas {
}

.xmas body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin: 0px;
}
.xmas #shell {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.xmas #upper {
/*	background-image: url(/images/holiday/skin/chirstmas.swf);
	background-repeat: no-repeat; */
	height: 200px;
}
.xmas #menu {
	background-image: url(../images/holiday/skin/Ver-3LS_02.swf);
	background-repeat: no-repeat;
	height: 90px;
}
.xmas #leftover {
	z-index: 100;
	float: left;
	left: 10px;
	top: 90px;
	width: 39px;
	display: inline;
}
.xmas #content {
	background-image: url(../images/blue/Ver-3LS_04.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
/*	min-height: 480px; */
}

.xmas #content h1{
	background-image: url(../images/blue/h1.png);
	background-repeat: no-repeat;
}
.xmas #content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/blue/h2.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: left -10px;
}

.xmas #bottom {
	background-image: url(../images/holiday/skin/Ver-3LS_05.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
