.alignReturn {
	text-align: right; 
	margin-right:40px; 
	font-size: 8pt; 
	margin-top: -10px; 
	padding-top: 0px;
}



#allcontent {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(../../images/newMain/backgroundIMG.jpg);
/*	z-index: 110;
	position: absolute;
	text-align: left;
	margin-left: auto;
	margin-right: auto; */
}


	
#backgroundMain {
	position: relative;
	background-image: url(../../images/newMain/backgroundIMG.jpg);
	padding: 0px;
}



blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	color: #333333;
}



body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffcc;
	color: #fff333;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}



.borderIt {
	border: 2px solid #ffffff;
}

.borderIt:hover {
	border: 2px solid #00cc00;
}

.borderIt:hover {
	color: red; /* irrelevant definition to overcome IE bug */
}




.borderIt_01 {
	width: 676px;
	padding: 10px;

/* SPRING: GREEN & GOLD
	border: 2px solid #009900;
	background-color: #F0FFF0; */

/* FALL: BROWN
	border: 2px solid #993300;
	background-color: #FFFFE0; */

/* HOLIDAY: RED & GREEN  */
	border: 2px solid #ff0000;
	background-color: #E5FFE5;

/* WINTER: BLUE
	border: 2px solid #0000ff;
	background-color: #f0f8ff; */
	
	border-radius: 4px;
}



.borderIt_02 {
	width: 680px;
	border: 2px solid #ffffff;
	padding: 10px;
}

.borderIt_02:hover {
/* SPRING :: GREEN & GOLD
	border: 2px solid #009900;
	background-color: #FFFFF0; */
/*	#F0FFF0; :: MINT GREEN
	#E0FFFF; :: MORE BLUE*/

/* 	SUMMER: ORANGE?
	border: 2px solid #FFA500;
	background-color: #FAFAD2; */
	
/* FALL :: BROWN
	border: 2px solid #993300;
	background-color: #FFFFE0; */
/*	background-color: #FFFBF0; TRY THIS */

/* HOLIDAY :: RED & GREEN */
	border: 2px solid #ff0000;
	background-color: #E5FFE5;

/* WINTER :: BLUE
	border: 2px solid #0000ff;
	background-color: #F0FFFF; */
	/*f0f8ff*/

	border-radius: 4px;
}

.borderIt_02:hover {
	color: #000000; /* irrelevant definition to overcome IE bug */
}




.borderIt_03 {
	width: 422px;
	border: 2px solid #ffffff;
	padding: 10px;
}

.borderIt_03:hover {
/* SPRING :: GREEN & GOLD
	border: 2px solid #009900;
	background-color: #FFFFF0; */
/*	#F0FFF0; :: MINT GREEN
	#E0FFFF; :: MORE BLUE*/

/* 	SUMMER :: ORANGE?
	border: 2px solid #FFA500;
	background-color: #FAFAD2; */

/* FALL :: BROWN
	border: 2px solid #993300;
	background-color: #FFFFE0; */

/* HOLIDAY :: RED & GREEN */
	border: 2px solid #ff0000;
	background-color: #E5FFE5;

/* WINTER :: BLUE
	border: 2px solid #0000ff;
	background-color: #F0FFFF; */
	/*f0f8ff*/

/*	border-radius: 4px; */
	border-radius: 6px;
}

.borderIt_03:hover {
	color: #000000; /* irrelevant definition to overcome IE bug */
}




.borderIt_04 {
	border: 2px solid #ffffcc;
}

.borderIt_04:hover {
	border: 2px solid #993300;
	background-color: #FFFFE0;
}

.borderIt_04:hover {
	color: red; /* irrelevant definition to overcome IE bug */
}







/* =========================================================
	 BUTTONS
   ========================================================= */


/* DROP-DOWN BUTTON; GOING MOBILE */
.btn_DropDown {
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}


.btn_DropDown {
	display:block;
	position: relative;
	text-align: left;
	z-index: 2;
	width: 96%;
	padding: 16pt 4pt 16pt 16pt;
	font-family: Arial;
	font-size: 16pt;
	font-weight: 1;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	color: #ffffff; !important;
   	cursor:pointer;

/*  SPRING :: GREEN
	background-color: #006400; */

/*  SUMMER :: TAN */

/*  FALL :: ORANGE/BROWN
	background-color: brown; */

/*  WINTER :: BLUE */
	background-color: #3D59AB;
/*	border-right: 1px solid #4876FF; 
	border-bottom: 1px solid #4876FF;*/

	border: none;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
	border-radius: 6px;
/* 	box-sizing: border-box; initial inherit */
}



.btn_DropDown:hover {
	text-decoration: none;
	color: #f0f0f0;

/*  SPRING :: GREEN
	background-color: #009900; */

/*  SUMMER :: TAN */

/*  FALL :: ORANGE/BROWN
	background-color: gray; */

/*  WINTER :: BLUE  */
	background: #4876FF;
/*	border-right: 1px solid #0000CD; 
	border-bottom: 1px solid #0000CD; */

	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}


 .btn_DropDown:focus {
	outline:none;

/*  SPRING :: GREEN
	background-color: #006400; */

/*  SUMMER :: TAN */

/*  FALL :: ORANGE/BROWN
	background-color: brown; */

/*  WINTER :: BLUE */
	background-color: #3D59AB;
}



.drop_down_Icon {
	position: absolute; 
	z-index: 9; 
	float: left;
	text-align: right; 
	font-size: 30pt;
	margin-left: 88%;
	margin-top: -24pt;

/*	position: relative; 
	z-index: 9; 
	float: right; 
	width: 1em; 
	text-align: right; 
	font-size: 30pt; 
	margin-right: 16pt; 
	margin-top: -9pt;
  USE FOR CHECKING POSITION
	border: 1px solid red; */
}


.drop_down_Icon_Test {
	display: none;
	position: relative;
	z-index: 20; 
	float: right;
	font-size: 44pt;
	height: 31pt;
	padding-bottom: 0;
	font-weight: 20;
	text-align: center; 
	margin-right: 2%; 
	margin-top: -12pt;
	margin-bottom: 0;
/*	border: 1px solid red; */
}


.drop_down_Icon_Test:hover {
	color: #DB7093;
	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}


.drop_down_Text {
	position: relative; 
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	width: 95.7%; 

/*  SPRING :: GREEN
	background-color: #FFFFE0;
	border: 1px solid #006400; 
	border-top: 4px solid #006400; */


/*  SUMMER :: TAN */

/*  FALL :: ORANGE/BROWN
	background-color: #000;
	border: 1px solid red; 
	border-top: 4px solid red; */
	
	
/*  WINTER :: BLUE */
	background-color: #F0F8FF;
	border: 1px solid #3D59AB; 
	border-top: 4px solid #3D59AB;


	display:none; 
	margin-top: -6px;
	margin-bottom: 28px; 
	padding: -10px 8px 8px 24px; 
	
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


.drop_down_Text_Close {
	position: relative; 
	z-index: 100; 
	float: right; 
	width: 4em; 
	text-align: left; 
	margin-top: -4.3em; 
	margin-right: 1.5em;
/*  USE FOR CHECKING POSITION
	border: 1px solid red; */
}



/* ========================== */



.btn_Footer {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
}

.btn_Footer a, .btn_Footer a:visited {
  position: relative;
  display:block;
  background: #eff2f1; /* GRAY 
  background: #3D9140;
  background: #3498db; */
/*  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9); */
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: 1px solid #eee;
  font-family: Arial;
  color: #000;
  font-size: 14pt;
/*  width: 100%; */
  margin-top: 22px;
  padding: 20pt 20pt 20pt 20pt;
  text-decoration: none;
}


.btn_Footer a:hover {
/* SPRING :: GREEN	
	background-color: #3CB371;
	border: 1px solid #3CB371; */

/* SPRING :: GREEN
	background-color: #EEB422;
	border: 1px solid #EEB422;	 */

/* FALL :: FIX
	background-color: gray;
	border: 1px solid gray; */

/* WINTER :: BLUE */
	background-color: #1874CD;
	border: 1px solid #104E8B;
	
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}


/* ========================== */


.btn_TKD {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}


.btn_TKD a, .btn_TKD a:visited {
  float: left;
  display:block;
  background: #3D9140;
/*  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9); */
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: 4px solid #fff;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  width: 240px;
/*  background: #3498db; */
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}


.btn_TKD a:hover {
	background-color: #3CB371;
	border: 4px solid #3CB371;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}


/* ========================== */


.btn_Wide {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ffffff;
}


.btn_Wide a, .btn_Wide a:visited {
/*  float: left; */
  display:block;
/*  background: #3D9140; */
/*  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9); */
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  border: 4px solid #fff;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  height: 20px;
/*  width: 78%; */
/*  background: #3498db; */
  padding: 20px 10px 20px 10px;
  text-decoration: none;
}

.btn_Wide.Bully a {
	color: #fff;
	background: #4876FF;	
}

.btn_Wide.Chuseok a {
	color: #fff;
	background: #CD950C;
}


.btn_Wide.Holiday a {
  background: #7D9EC0;
  border: 4px solid #7D9EC0;
}

.btn_Wide.Season a {
/*  SPRING :: GREEN
	background: #3D9140; */
	
/*  SUMMER :: GOLD
	background: #EEB422; */
	
/*. FALL :: FIX
	background: gray; */

/*  WINTER :: BLUE */
	background: #4876FF;
}

.btn_Wide.TDV a {
	color: #808080;
	background: #FFBBFF;
}

.btn_Wide.TKD a {
	background: #3D9140;
}

.btn_Wide.YMD a {
	background: #CD853F;
}


.btn_Wide a:hover {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}


.btn_Wide.Bully a:hover {
	color: #ffffff;
	background-color: #0000CD;
	border: 4px solid #0000CD;
}


.btn_Wide.Chuseok a:hover {
	color: #ffffff;
	background-color: #8B4500;
	border: 4px solid #8B4500;
}


.btn_Wide.Holiday a:hover {
	background-color: #BDFCC9;
	border: 4px dotted #B22222;
	color: #B22222;
	text-decoration: none;
}


.btn_Wide.Season a:hover {
/*  SPRING :: GREEN
	background-color: #3CB371;
	border: 4px solid #3CB371; */

/*  SUMMER :: ???
	background-color: #EEB422;
	border: 4px solid #EEB422; */

/*  FALL :: FIX
	background-color: gray;
	border: 4px solid gray; */

/*  WINTER :: BLUE */
	color: #ffffff;
	background-color: #0000CD;
	border: 4px solid #0000CD;
}


.btn_Wide.TDV a:hover {
	color: #ffffff;
	background-color: #DA70D6;
	border: 4px solid #DA70D6;
}


.btn_Wide.TKD a:hover {
	background-color: #3CB371;
	border: 4px solid #3CB371;
}


.btn_Wide.YMD a:hover {
	background-color: #CD4F39;
	border: 4px solid #CD4F39;
}


.btn_Wide a:active {
    background-color: black;
	border: 4px solid black;
    color: yellow;
}



.btn_Icon_Left {
	position: relative; 
	float: left; 
	width: 5%; 
	text-align: center; 
/*	border: 1px solid red; */
}

.btn_Content_Center {
	position: relative; 
	float: left; 
	height: 20px;
	padding: 5px 0 0 0;
	margin-top: -3px;
	margin-left: 2%; 
	margin-right: 2%;
	margin-bottom: 4px; 
	width: 81%; 
	text-align: center;
	overflow: hidden;
	white-space: nowrap; /* Don't forget this one */
	text-overflow: ellipsis;
/*	border: 1px solid red; */
}

.btn_Icon_Right {
	position: relative; 
	float: right; 
	width: 5%; 
	text-align: center; 
	margin-right: 2%; 
/*	border: 1px solid red; */
}


/* ========================== */


.btn_YMD {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}


.btn_YMD a, .btn_YMD a:visited {
  display:block;
  background: #CD853F;
/*  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9); */
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: 4px solid #fff;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  width: 260px;
/*  background: #3498db; */
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}


.btn_YMD a:hover {
	background-color: #8B5A2B;
	border: 4px solid #8B5A2B;
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}


/* ========================== */


.btn_Holiday {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}


.btn_Holiday a, .btn_Holiday a:visited {
  display:block;
  background: #7D9EC0;
/*  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9); */
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: 4px solid #7D9EC0;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  width: 260px;
/*  background: #3498db; */
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}


.btn_Holiday a:hover {
	background-color: #BDFCC9;
	border: 4px dotted #B22222;
	color: #B22222;
	text-decoration: none;
	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}


/* ========================== */



#containerDiv {
	display: inline;
}


#contentHome {
	width: 732px;
	margin: 0 auto;
/*	left: 190px; */
	margin-top: 20px;
/*	margin-right: 60px; */
/*	margin-left: 240px; */
	text-align: left;
	vertical-align: top;
/*	height: 440px;
	border: 1px solid #000000; */
	display: inline;
	position:relative;
}



#contentHome_2 {
	float: left;
	margin: auto;
	text-align: left;
	vertical-align: bottom;
	display: inline;
}




#contentFormat {
	float: right;
	width: 700px;
	margin: 0 auto;
	left: 243px;
	border-left: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 11pt;
	text-align: left;
/*	margin-left: 243px; //FF */
	margin-top: 4px;
	margin-right: 9px;
	margin-bottom: 15px;
	padding: 0px 22px 0px 15px;
}




#contentFormat_2 {
/*	float: right; */
	width: 950px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 11pt;
	text-align: left;
/*	margin-left: 243px; //FF */
	margin-top: 4px;
	margin-left: 14px;
	margin-right: 9px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	padding-left: 4px;
/*	border: 1px solid #000000; */
}




#footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	line-height: 8pt;
	text-align: center;
	text-decoration: none;
}



#footerText {
	clear: both;
	width: 840px;
	margin: 0 auto;
	bottom: 0px;
	vertical-align: bottom; 
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	color: brown;
	text-align: center;
	letter-spacing: 6px;
	border-top: 2px dotted green;
	margin-top: 30px;
	margin-left: 65px;
	margin-right: 25px;
	padding: 10px 22px 10px 15px;
}




.glossy a {  
    margin: 6px 0 0 0;  
    text-align: center;  
    display: block;  
    width: 100%;  
    height: 100%;  
    text-decoration: none;  
    color: #000;  
}


.glossy {  
    width: 100px;  
    height: 25px;  
  
    margin: 10px auto;  
    position: relative;  
  
    background: #94c4fe;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));  
    background: -webkit-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -moz-linear-gradient(top,  #94c4fe 31%, #d3f6fe 100%);  
    background: -o-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -ms-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: linear-gradient(to bottombottom,  #94c4fe 31%,#d3f6fe 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );  
  
    -webkit-border-radius: 25px;  
    -moz-border-radius: 25px;  
    border-radius: 25px;  
  
    border: 1px solid #4864a9;  
  
    color: #000;  
    font-size: 0.750em;  
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);  
  
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);      
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);  
  
    position: relative;  
}


.glossy:before {  
    content: "";  
    width: 90px;  
    height: 16px;  
  
    display: block;  
    position: absolute;  
    left: 5px;  
  
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;  
  
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));  
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: linear-gradient(to bottombottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
}


.glossy p {  
    .glossy a {  
    margin: 6px 0 0 0;  
    text-align: center;  
    display: block;  
    width: 100%;  
    height: 100%;  
  
    text-decoration: none;  
    color: #000;  
  
    position: relative;  
    z-index: 1;  
} }


.glossys {  
    background: #54bc3e;  
    background: -moz-linear-gradient(top,  #54bc3e 0%, #aee850 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,#54bc3e), color-stop(100%,#aee850));  
    background: -webkit-linear-gradient(top,  #54bc3e 0%,#aee850 100%);  
    background: -o-linear-gradient(top,  #54bc3e 0%,#aee850 100%);  
    background: -ms-linear-gradient(top,  #54bc3e 0%,#aee850 100%);  
    background: linear-gradient(to bottombottom,  #54bc3e 0%,#aee850 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bc3e', endColorstr='#aee850',GradientType=0 );  
    border: 1px solid #1d6511;  
}





.highlightIntro {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 96%;
	left: 0;
	background-color: #FFFFCC;
	font-family: times new roman, times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 16pt;
	line-height: 26pt;
	text-align: center;
	color: brown;
/*	margin-left: 5px;
	margin-right: 5px; */
	padding: 15px;
	border: 1px dotted green;
}



#iconDiv {
	width: 116px;
	margin-top: 0px;
	margin-right: 20px;
}



#picDiv {
	float: right;
	width: 230px;
	margin-top: 10px;
	margin-left: 20px;
}



#quoteDiv {
	width: 155px;
	height: 250px;
	background-image: url(/images/sidebar/backgrounds/crumpled-paper.gif);
	background-repeat: no-repeat;
/*	padding-top: 20px;
	margin-right: 12px;
	margin-top: 40px; */
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000033;
	
	margin-top: 23px;
	margin-left: 40px;
	
	padding-top: 18px;
	padding-left: 8px;
	padding-right: 30px;
}


#messageDiv {
	width: 186px;
/*	height: 278px; */
	position: absolute;
	z-index:100;
/*	background-image: url(/images/newMain/left_message_bg_01.jpg);
	background-repeat: no-repeat; */
/*	padding-top: 28px;
	padding-left: 34px;
	padding-right: 8px; */
	font-family: arial, helvetica, verdan, sans serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	text-align: left;
/*	font-style: italic;
	border: 1px solid #000000; */
	border-top: 3px solid #000033;
	border-bottom: 4px solid #000033;
	background: #ffffcc;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 26px;
	margin-right: 10px;
	margin-top: 20px;
}




#ruleTable {
	width: 680px;
	border-bottom: 1px dotted green;
	margin-top: 10px;
	margin-bottom: 10px;
}


#sidebarHome {
/*	border: 1px solid #000000; */
	float: left;
	left: 0;
	z-index: 99999;
	top: 80px;
	width: 196px;
	height: 368px;
/*  height: 449px; ORIGINAL */
/* 	margin-left: -990 ORIGINAL */
/*	border-right: 1px solid blue; */
/*	CHANGE MARGINS BELOW TO ADJUST HOME PAGE MAIN PIC ALIGNMENT */
	margin-left: 0px;
	margin-right: 44px;
	padding: 0px 0px 0px 0px;
	clear: left;
}



#sidebarNav {
	float: left;
    position: relative;
    left: 0;
	top: 0px;
/*	border: solid blue; */
	width: 205px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px 0px 0px 20px;


/*	float: left;
    position: absolute;
    left: 0;
	top: 80px;
	width: 205px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 15px 0px 0px 20px; */
}



input:focus, textarea:focus{
	background-color: lightyellow;
	border: solid #990000 2px;
}


#highlight-links { 
	font-size: 10pt; 
	line-height: 16pt; 
	font-family: arial, helvetica, sans-serif; 
	text-align: center;
}

#link {
	font-weight: bold;
}


#links { 
	font-size: 19pt; 
	text-align: center;
}




/* BUTTONS

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url('/images/general/buttons/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('/images/general/buttons/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}




.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
text-decoration: none;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}



.button_Video {
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}






#july_4th_ID {
	position: relative;
	width: 655px;
	margin: 0 auto;
	left: 0;
	background-color: #F0F8FF;
	font-family: times new roman, times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 16pt;
	line-height: 26pt;
	text-align: center;
	color: #00008B;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px;
	border: 1px dotted red;

/*	width: 680px;
	f0f8ff*/
	border-radius: 4px;
}


#fall_background_ID {
	position: relative;
	width: 655px;
	margin: 0 auto;
	left: 0;
	background-color: #ffffe0;
	font-family: times new roman, times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 16pt;
	line-height: 26pt;
	text-align: center;
	color: #00008B;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px;
	border: 3px dotted #b8860b;

/*	width: 680px;
	f0f8ff */
	border-radius: 4px;
}




#mc_embed_signup .button {
	clear:both; 
	background-color: #aaa; 
	border: 0 none; 
	border-radius:4px; 
	color: #ffffff; 
	cursor: pointer; 
	display: inline-block; 
	font-size:15px; 
	font-weight: bold; 
	height: 32px;
	line-height: 32px; 
	margin: 0 5px 10px 0; 
	padding: 0 22px; 
	text-align: center; 
	text-decoration: none; 
	vertical-align: top; 
	white-space: nowrap; 
	width: auto;
}

#mc_embed_signup .button:hover {
	background-color:#777;
}

#mc_embed_signup .clear {clear:both;}




.newsLink{
	margin: 0;
	padding: 0;
}

.newsLink ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}

.newsLink li{
	list-style-type: none;
	display: inline-block;
	width: 180px;
	padding: 0 34px 0 0;
}

.newsLink a, .newsLink a:visited{
	display:block;
	padding: 8px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	text-align:center;
	color: #2e6ab1;
	width: 170px;
}

.newsLink a:hover, .newsLink a:active{
	border: 1px solid #2b66a5;
	color: #ffffff;
	text-decoration: none; 
	background-color: #993300;
}

.newsLink a.currentpage{
	background-color: #lightblue;
	color: #FFFFFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.newsLink a.disablelink, .newsLink a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.newsLink a.prevnext{
	font-weight: bold;
}




.imgColumn {
    width: 120px;
    height: 120px;
    padding: 8px;
    text-align: center;
    z-index: 5;
}


.numberCircle {
    border-radius: 50%;
/*     behavior: url(PIE.htc); remove if you don't care about IE8 */

    width: 36px;
    height: 36px;
    padding: 8px;

    
/* SPRING :: GREEN & GOLD
	background: #FFFFE0;
	border: 2px solid #006400;
	color: #006400; */


/* SUMMER :: BLUE & GOLD
	background: #FFF68F;
	border: 2px solid #0000ee;
	color: #0000ee; */
    /* #ffbe00 ? */
	
	
/* FALL :: BROWN & GOLD
	background: #FFFFE0;
	border: 2px solid #009900;
	color: #009900; */
 
 
/* WINTER :: BLUE & BLUE */
	background: #F0F8FF;
	border: 2px solid #4876FF;
	color: #4876FF;

/* ORIGINAL
    background: #fff;
    border: 2px solid #666;
    color: #666; */
    text-align: center;

    font: 32px Arial, sans-serif;
}



/* PAGINATION HIGHLIGHT

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* MODIFIED: MAY 6 & 7, 2013 */

.pagination {
	width: 96px;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
    font-family: helvetica, arial; 
 	text-decoration: none;
	display: block;
	text-align: center;
/*	padding: 4px 20px 4px 20px; */

/*	NEW BELOW */	
/*	padding: 0 10px 0 10px; */
	margin: 2px 3px 0px 2px;

/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 
		
/* BACKGROUND GRADIENTS */
    background: #C6C7C2;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#C6C7C2), color-stop(100%,#B6C2C1));  
    background: -webkit-linear-gradient(top,  #C6C7C2 31%,#B6C2C1 100%);  
    background: -moz-linear-gradient(top,  #C6C7C2 31%, #B6C2C1 100%);  
    background: -o-linear-gradient(top,  #C6C7C2 31%,#B6C2C1 100%);  
    background: -ms-linear-gradient(top,  #C6C7C2 31%,#B6C2C1 100%);  
    background: linear-gradient(to bottombottom,  #C6C7C2 31%,#B6C2C1 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6C7C2', endColorstr='#B6C2C1',GradientType=0 );  
  
   border: 1px solid #E0E0E0;   

/* TEXT SHADOW */ 
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);  
  
/* BOX SHADOW */ 

    -moz-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);      
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);  
  
    position: relative;
}


.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
}

.pagination li{
	list-style-type: none;
	display: inline-block;
	width: 76px;
}



.pagination a, .pagination a:visited{
	display:block;
	padding: 0 0px;
/*	border: 1px solid #9aafe5;
	border: 1px solid #696969; */
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #333;
/*	background-color: #d3d3d3;
	padding-top: 2px;
	padding-bottom: 2px; */
/*	border-radius: 100px; */	
}


.pagination a:before {  
    content: "";  
    width: 86px;  
    height: 16px;
    margin: 1px 0px 0px 0px;
  
    display: block;  
    position: absolute;  
    left: 6px;  
  
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;
  
/* BACKGROUND GRADIENTS */ 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));  
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: linear-gradient(to bottombottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
}


.pagination {  
    .pagination a {  
    margin: 6px 0 0 0;  
    text-align: center;  
    display: block;  
    width: 100%;  
    height: 100%;  
  
    text-decoration: none;  
    color: #000;  
  
    position: relative;  
    z-index: 1;  
} }




.pagination a:hover, .pagination a:active{
/*	border: 1px solid #2b66a5; */
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
/*	background-color: #993300;

	padding: 0 10px 0 10px;
	margin: 0 3px 0px -10px;
	padding-top: 6px;
	padding-bottom: 6px; */

	text-shadow: 2px 2px 2px #000;


/* SPRING: HIGHLIGHT
	color: #FFFF00;
	background: #41A64B;  
	background: -moz-linear-gradient(top, #2D7536, #588A37 50%, #00743E 51%, #41A64B);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #2D7536), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#41A64B));   */


/* SUMMER: HIGHLIGHT
	color: #FFFFFF;
    background: #daa520;  
	background: -moz-linear-gradient(top, #daa520, #588A37 50%, #00743E 51%, #D4AF37);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #daa520), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#D4AF37)); */


/* FALL: HIGHLIGHT
	color: #FFFF00;
    background: #a64b00;  
	background: -moz-linear-gradient(top, #a64b00, #588A37 50%, #00743E 51%, #bf7130);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #a64b00), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#bf7130)); */


/* HOLIDAY: HIGHLIGHT  */
	color: #00FF00;
    background: #B0171F;  
	background: -moz-linear-gradient(top, #B0171F, #588A37 50%, #CD2626 51%, #EE0000);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #B0171F), color-stop(.5, #588A37), color-stop(.51, #CD2626), to(#EE0000));


/* WINTER: HIGHLIGHT 
	color: #FFFF00;
    background: #c13100;  
	background: -moz-linear-gradient(top, #c13100, #588A37 50%, #00743E 51%, #D4AF37);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #c13100), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#D4AF37)); */
 

/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 

    -moz-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);      
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);  
}


.pagination a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}



.pagination_02{
	margin: 0;
	padding: 0;
}

.pagination_02 ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}

.pagination_02 li{
	list-style-type: none;
	display: inline-block;
	width: 106px;
	padding: 0 10px 0 10px;
	margin: 0 3px 0px 3px;

/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 
		
/* BACKGROUND GRADIENTS */ 

/*	SPRING :: GREEN
    background: #9ED684;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#9ED684), color-stop(100%,#96BE80));  
    background: -webkit-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: -moz-linear-gradient(top,  #9ED684 31%, #96BE80 100%);  
    background: -o-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: -ms-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: linear-gradient(to bottombottom,  #9ED684 31%,#96BE80 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ED684', endColorstr='#96BE80',GradientType=0 ); 
    border: 1px solid #006400;    */
   
   
/*	SUMMER ::
    background: #ffefd5;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#ffefd5), color-stop(100%,#D4AF37));  
    background: -webkit-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: -moz-linear-gradient(top,  #ffefd5 31%, #D4AF37 100%);  
    background: -o-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: -ms-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: linear-gradient(to bottombottom,  #ffefd5 31%,#D4AF37 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd5', endColorstr='#D4AF37',GradientType=0 );
    border: 1px solid #996515; */


/*	FALL :: ORANGE/BROWN
    background: #ffa840;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#ffa840), color-stop(100%,#ffb173));  
    background: -webkit-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: -moz-linear-gradient(top,  #ffa840 31%, #ffb173 100%);  
    background: -o-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: -ms-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: linear-gradient(to bottombottom,  #ffa840 31%,#ffb173 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa840', endColorstr='#ffb173',GradientType=0 );
    border: 1px solid #4864a9;  */
  


/* HOLIDAY :: GREEN & RED   */
    background: #00EE76;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#00EE76), color-stop(100%,#00CD00));  
    background: -webkit-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: -moz-linear-gradient(top,  #00EE76 31%, #00CD00 100%);  
    background: -o-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: -ms-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: linear-gradient(to bottombottom,  #00EE76 31%,#00CD00 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EE76', endColorstr='#00CD00',GradientType=0 );  
    border: 1px solid #00C957;



/*	WINTER :: BLUE  
    background: #94c4fe;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));  
    background: -webkit-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -moz-linear-gradient(top,  #94c4fe 31%, #d3f6fe 100%);  
    background: -o-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -ms-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: linear-gradient(to bottombottom,  #94c4fe 31%,#d3f6fe 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );  
    border: 1px solid #4864a9;  */ 


/* TEXT SHADOW */ 
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);  
  
/* BOX SHADOW */
    -moz-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);      
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);  
  
    position: relative; 
}


.pagination_02 a, .pagination_02 a:visited{
	display:block;
	padding: 0 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	text-align:center;
	color: #000000;
/*	width: 106px;
	background-color: #d3d3d3;
	border: 1px solid #9aafe5; */
}


/* THIS IS WHAT SETS THE GLOW */
.pagination_02 a:before {  
    content: "";  
    width: 114px;
/*    width: 120%;  */
    height: 18px;
    margin: -5px 0px 0px 0px;  
  
    display: block;  
    position: absolute;  
    left: 6px;  
  
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;
  
/* BACKGROUND GRADIENTS */ 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));  
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: linear-gradient(to bottombottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
} 


 .pagination_02 ul {  
    .pagination_02 a {  
    margin: 6px 0 0 0;  
    text-align: center;  
    display: block;  
    width: 100%;  
    height: 100%;  
  
    text-decoration: none;  

/* HOLIDAY */
    color: #ffff00;
  
    position: relative;  
    z-index: 1;  
} }



.pagination_02 a:hover, .pagination_02 a:active{
/*	border: 1px solid #2b66a5; */
	width: 106px;
	height: 100%;
	text-decoration: none; 
	font-weight: bold;
/*	background-color: #666666; */
	
	padding: 0 10px 0 10px;
	margin: 0 3px 0px -10px;
	padding-top: 6px;
	padding-bottom: 6px;

	text-shadow: 2px 2px 2px #000;


/* SPRING :: GREEN HIGHLIGHT
	color: #FFFF00;
	background: #41A64B;  
	background: -moz-linear-gradient(top, #2D7536, #588A37 50%, #00743E 51%, #41A64B);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #2D7536), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#41A64B));   */


/*	SUMMER :: HIGHLIGHT
	color: #fafad2;
    background: #daa520;  
	background: -moz-linear-gradient(top, #daa520, #588A37 50%, #00743E 51%, #D4AF37);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #daa520), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#D4AF37)); */ 


/*  FALL :: HIGHLIGHT
	color: #FFFF00;
    background: #a64b00;  
	background: -moz-linear-gradient(top, #a64b00, #588A37 50%, #00743E 51%, #bf7130);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #a64b00), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#bf7130)); */
 
 
/* HOLIDAY :: HIGHLIGHT  */
	color: #00FF00;
    background: #B0171F;  
	background: -moz-linear-gradient(top, #B0171F, #588A37 50%, #CD2626 51%, #EE0000);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #B0171F), color-stop(.5, #588A37), color-stop(.51, #CD2626), to(#EE0000));
    

/*	WINTER :: HIGHLIGHT
	color: #FFFF00;
	background: #1E90FF;  
	background: -moz-linear-gradient(top, #1E90FF, #0b5273 50%, #024869 51%, #003853);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #1E90FF), color-stop(.5, #0b5273), color-stop(.51, #024869), to(#003853)); */


/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 

    -moz-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);      
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);  
}  



.pagination_02 a.currentpage{
/*	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default; */

	width: 107px;
	height: 100%;
	text-decoration: none; 
	font-weight: bold;
/*	background-color: #666666; */
	
	padding: 0 10px 0 10px;
	margin: 0 3px 0px -10px;
	padding-top: 6px;
	padding-bottom: 6px;

	text-shadow: 2px 2px 2px #000;

/* HOLIDAY */
	color: #00FF00;
    background-color: #B0171F;  
	background: -moz-linear-gradient(top, #B0171F, #588A37 50%, #CD2626 51%, #EE0000);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #B0171F), color-stop(.5, #588A37), color-stop(.51, #CD2626), to(#EE0000));


/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 

    -moz-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);      
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);  
}


.pagination_02 a.disablelink, .pagination_02 a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_02 a.prevnext{
	font-weight: bold;
}




.pagination_02_A{
	margin: 0;
	padding: 0;
}

.pagination_02_A ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}

.pagination_02_A li{
	list-style-type: none;
	display: inline-block;
	width: 84px;
	padding: 0 10px 0 10px;
	margin: 0 3px 0px 3px;

/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 
		
/* BACKGROUND GRADIENTS */ 

/*	SPRING :: GREEN
    background: #9ED684;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#9ED684), color-stop(100%,#96BE80));  
    background: -webkit-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: -moz-linear-gradient(top,  #9ED684 31%, #96BE80 100%);  
    background: -o-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: -ms-linear-gradient(top,  #9ED684 31%,#96BE80 100%);  
    background: linear-gradient(to bottombottom,  #9ED684 31%,#96BE80 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ED684', endColorstr='#96BE80',GradientType=0 ); 
  	border: 1px solid #006400;   */  
   
   
/*	SUMMER ::
    background: #ffefd5;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#ffefd5), color-stop(100%,#D4AF37));  
    background: -webkit-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: -moz-linear-gradient(top,  #ffefd5 31%, #D4AF37 100%);  
    background: -o-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: -ms-linear-gradient(top,  #ffefd5 31%,#D4AF37 100%);  
    background: linear-gradient(to bottombottom,  #ffefd5 31%,#D4AF37 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefd5', endColorstr='#D4AF37',GradientType=0 );
	border: 1px solid #996515;  */


/*	FALL :: ORANGE/BROWN :: NEED TO UPDATE??? 
    background: #ffa840;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#ffa840), color-stop(100%,#ffb173));  
    background: -webkit-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: -moz-linear-gradient(top,  #ffa840 31%, #ffb173 100%);  
    background: -o-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: -ms-linear-gradient(top,  #ffa840 31%,#ffb173 100%);  
    background: linear-gradient(to bottombottom,  #ffa840 31%,#ffb173 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa840', endColorstr='#ffb173',GradientType=0 );
/*	FIX HERE: */ border: 1px solid #996515;  */


/* HOLIDAY :: GREEN & RED   */
    background: #00EE76;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#00EE76), color-stop(100%,#00CD00));  
    background: -webkit-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: -moz-linear-gradient(top,  #00EE76 31%, #00CD00 100%);  
    background: -o-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: -ms-linear-gradient(top,  #00EE76 31%,#00CD00 100%);  
    background: linear-gradient(to bottombottom,  #00EE76 31%,#00CD00 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EE76', endColorstr='#00CD00',GradientType=0 );  
    border: 1px solid #00C957;


/*	WINTER :: BLUE 
    background: #94c4fe;  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));  
    background: -webkit-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -moz-linear-gradient(top,  #94c4fe 31%, #d3f6fe 100%);  
    background: -o-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: -ms-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);  
    background: linear-gradient(to bottombottom,  #94c4fe 31%,#d3f6fe 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );  
    border: 1px solid #4864a9;  */

  
/*   color: #000; 
    font-size: 0.750em;   */ 

/* TEXT SHADOW */ 
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);  
  
/* BOX SHADOW   
    -moz-box-shadow: 0 1px 3px black;  
    -webkit-box-shadow: 0 1px 3px black;  
    box-shadow: 0 1px 3px black; */ 

    -moz-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);      
    box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, .2);  
  
    position: relative; 
}

.pagination_02_A a, .pagination_02_A a:visited{
	display:block;
	padding: 0 0px;
/*	border: 1px solid #9aafe5;
	border: 1px solid #696969; */
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #000000;
	width: 86px;
/*	background-color: #d3d3d3; */
	padding-top: 6px;
	padding-bottom: 6px;
}


.pagination_02_A a:before {  
    content: "";  
    width: 86px;  
    height: 18px;
    margin: -5px 0px 0px 0px;  
  
    display: block;  
    position: absolute;  
    left: 6px;  
  
    -webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
    border-radius: 8px;
  
/* BACKGROUND GRADIENTS */ 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));  
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    background: linear-gradient(to bottombottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );  
} 


 .pagination_02_A ul {  
    .pagination_02_A a {  
    margin: 6px 0 0 0;  
    text-align: center;  
    display: block;  
    width: 100%;  
    height: 100%;  
  
    text-decoration: none;  
    color: #000;  
  
    position: relative;  
    z-index: 1;  
} }



.pagination_02_A a:hover, .pagination_02_A a:active{
/*	border: 1px solid #2b66a5; */
	width: 86;
	height: 100%;
	text-decoration: none; 
	font-weight: bold;
/*	background-color: #666666; */
	
	padding: 0 10px 0 10px;
	margin: 0 3px 0px -10px;
	padding-top: 6px;
	padding-bottom: 6px;

	text-shadow: 2px 2px 2px #000;


/* SPRING :: HIGHLIGHT
	color: #FFFF00;
	background: #41A64B;  
	background: -moz-linear-gradient(top, #2D7536, #588A37 50%, #00743E 51%, #41A64B);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #2D7536), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#41A64B));   */


/*	SUMMER :: HIGHLIGHT
	color: #fafad2;
    background: #daa520;  
	background: -moz-linear-gradient(top, #daa520, #588A37 50%, #00743E 51%, #D4AF37);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #daa520), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#D4AF37));   */ 


/*  FALL :: NEED TO UPDATE
	color: #FFFF00;
    background: #a64b00;  
	background: -moz-linear-gradient(top, #a64b00, #588A37 50%, #00743E 51%, #bf7130);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #a64b00), color-stop(.5, #588A37), color-stop(.51, #00743E), to(#bf7130));  */

 
 
/* HOLIDAY :: HIGHLIGHT  */
	color: #00FF00;
    background: #B0171F;  
	background: -moz-linear-gradient(top, #B0171F, #588A37 50%, #CD2626 51%, #EE0000);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #B0171F), color-stop(.5, #588A37), color-stop(.51, #CD2626), to(#EE0000));



/*	WINTER :: HIGHLIGHT 
	color: #FFFF00;
	background: #014464;  
	background: -moz-linear-gradient(top, #0c5f85, #0b5273 50%, #024869 51%, #003853);  
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(0, #0c5f85), color-stop(.5, #0b5273), color-stop(.51, #024869), to(#003853));  */


/* BORDER RADIUS */
 	border-radius: 25px;
 	-webkit-border-radius: 25px;  
    -moz-border-radius: 25px; 

    -moz-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);
    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);      
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, .8);  
    }  

}

.pagination_02_A a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination_02_A a.disablelink, .pagination_02_A a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_02_A a.prevnext{
	font-weight: bold;
}





.pagination_03{
	margin: 0;
	padding: 0;
}

.pagination_03 ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination_03 li{
	list-style-type: none;
	display: inline-block;
	width: 150px;
	padding: 0 26px 0 0;
}

.pagination_03 a, .pagination_03 a:visited{
	display:block;
	padding: 0 10px;
/*	border: 1px solid #9aafe5; */
	border: 1px solid #696969;
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #696969;
	width: 150px;
	background-color: #d3d3d3;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}

.pagination_03 a:hover, .pagination_03 a:active{
	border: 1px solid #2e8b57;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
	background-color: #228b22;
	/* #32cd32; */
}

.pagination_03 a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination_03 a.disablelink, .pagination_03 a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_03 a.prevnext{
	font-weight: bold;
}





.pagination_04{
	margin: 0;
	padding: 0;
}

.pagination_04 ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination_04 li{
	list-style-type: none;
	display: list-item;
	width: 182px;
	padding: 0 0 6px 0;
}

.pagination_04 a, .pagination_04 a:visited{
	display:block;
	padding: 0 0;
/*	border: 1px solid #9aafe5; */
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #696969;
	width: 182px;
	background-color: #c9fb98;
	border: 1px solid #22f722;
/*	background-color: #d3d3d3;
	border: 1px solid #696969; */
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}

.pagination_04 a:hover, .pagination_04 a:active{
	border: 1px solid #2e8b57;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
	background-color: #228b22;
	/* #32cd32; */
}

.pagination_04 a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination_04 a.disablelink, .pagination_04 a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_04 a.prevnext{
	font-weight: bold;
}




.pagination_05{
	margin: 0;
	padding: 0;
}

.pagination_05 ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}

.pagination_05 li{
	list-style-type: none;
	display: list-item;
	width: 182px;
	padding: 0 0 6px 0;
}

.pagination_05 a, .pagination_05 a:visited{
	display:block;
	padding: 0 0;
/*	border: 1px solid #9aafe5; */
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #696969;
	width: 182px;
	background-color: #e8c782;
	border: 1px solid #feb380;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}

.pagination_05 a:hover, .pagination_05 a:active{
	border: 1px solid #b22400;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
	background-color: #b24700;
}

.pagination_05 a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination_05 a.disablelink, .pagination_05 a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_05 a.prevnext{
	font-weight: bold;
}





.pagination_06{
	margin: 0;
	padding: 0;
}

.pagination_06 ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}

.pagination_06 li{
	list-style-type: none;
	display: list-item;
	width: 162px;
	padding: 0 0 6px 0;
}

.pagination_06 a, .pagination_06 a:visited{
	display:block;
	padding: 0 0;
/*	border: 1px solid #9aafe5; */
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #696969;
	width: 162px;
	background-color: #FFBBFF;
	border: 1px solid #CD96CD;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}

.pagination_06 a:hover, .pagination_06 a:active{
	border: 1px solid #b22400;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
	background-color: #DA70D6;
}

.pagination_06 a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination_06 a.disablelink, .pagination_06 a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_06 a.prevnext{
	font-weight: bold;
}





.pagination_Chuseok{
	margin: 0;
	padding: 0;
}

.pagination_Chuseok ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination_Chuseok li{
	list-style-type: none;
	display: list-item;
	width: 182px;
	padding: 0 0 6px 0;
}

.pagination_Chuseok a, .pagination_Chuseok a:visited{
	display:block;
	padding: 0 0;
/*	border: 1px solid #9aafe5; */
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #696969;
	width: 182px;
	background-color: #FFF68F;
	border: 1px solid #B0171F;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}

.pagination_Chuseok a:hover, .pagination_Chuseok a:active{
	border: 1px solid #962e30;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
	background-color: #CD6600;
}

.pagination_Chuseok a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination_Chuseok a.disablelink, .pagination_Chuseok a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_Chuseok a.prevnext{
	font-weight: bold;
}




.pagination_Holiday{
	margin: 0;
	padding: 0;
}

.pagination_Holiday ul{
	margin: 0;
	margin-top: 16px;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination_Holiday li{
	list-style-type: none;
	display: list-item;
	width: 182px;
	padding: 0 0 6px 0;
}

.pagination_Holiday a, .pagination_Holiday a:visited{
	display:block;
	padding: 0 0;
/*	border: 1px solid #9aafe5; */
	text-decoration: none;
	text-align:center;
/*	color: #2e6ab1; */
	color: #696969;
	width: 182px;
	background-color: #87ceeb;
	border: 1px solid #1e90ff;
/*	background-color: #d3d3d3;
	border: 1px solid #696969; */
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}

.pagination_Holiday a:hover, .pagination_Holiday a:active{
	border: 1px solid #962e30;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
	background-color: #dc143c;
	/* #32cd32; */
}

.pagination_Holiday a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination_Holiday a.disablelink, .pagination_Holiday a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination_Holiday a.prevnext{
	font-weight: bold;
}




#picsub { 
	color: blue; 
	font-size: 10pt;
	line-height: 12pt;
	font-family: arial, helvetica, sans-serif; 
	text-align: center; 
}



.returnToTop{
	margin: 0;
	padding: 0;
}

.returnToTop ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 10px;
}

.returnToTop li{
	list-style-type: none;
	display: inline-block;
	width: 90px;
	padding: 0 4px 0 0;
}

.returnToTop a, .returnToTop a:visited{
	display:block;
	padding: 10px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	text-align:center;
	color: #2e6ab1;
	width: 120px;
	margin-right: 26px;
	font-size: 14px;
}

.returnToTop a:hover, .returnToTop a:active{
	border: 1px solid #2b66a5;
	color: #ffffff;
	text-decoration: none; 
	background-color: #993300;
	
	transition: color 0.3s ease-in,
				background-color 0.3s ease-in,
				border-color 0.3s ease-in;
}

.returnToTop a.currentpage{
	background-color: #lightblue;
	color: #ffffff !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.returnToTop a.disablelink, .returnToTop a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.returnToTop a.prevnext{
	font-weight: bold;
}


  .text_Over {
  	position: relative;
	display: inline-block; 
	width: 90%; 
	vertical-align: middle;
  	margin-top: 0;
  	margin-left: 0;
  }


.text_Img {
	display: inline-block; 
	z-index: 10;
	width: 77%;
	vertical-align: middle;
}


.text_Space {
    border-radius: 50%;
/*     behavior: url(PIE.htc); remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    text-align: center;
    font: 32px Arial, sans-serif;
    z-index: 5;
}






h1 {
	color: #993333;
	font-size: 22pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 24px;
}



h2 {
	color: #A76D00;
	font-size: 18pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 24px;
	margin-left: 2px;
	margin-right: 20px;
}

h3 {
	color: #993333;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-right: 20px;
	margin-left: 20px;
}

h4 {
	color: #993333;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	margin-right: 20px;
	margin-left: 20px;
}





p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	color: #111111;
	margin-left: 2px;
	margin-right: 20px;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	color: #111;
	margin-left: 3px;
	margin-right: 20px;
}

.txt_Content li {
	margin-bottom: 14px;
}

.fa-ul li {
	margin: 0 0 18px 22px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14px;
	color: #111111;
	margin-left: 3px;
	margin-right: 20px;
}



a { 
	color:#0000CC;
	text-decoration: none;
}

a:hover {
	color:#990000;
	text-decoration: underline;
//	border: 1px solid #990000;
//	background-color: #lightblue;
}

a:visited {
	color:#6633FF;
}



.describeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: lighter;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: brown;
	cursor: crosshair;
	filter: Glow(Color=red, Strength=100);
}





A.ssmItems:link		{color:gray;text-decoration:none;}
A.ssmItems:hover	{color:blue;text-decoration:none;}
A.ssmItems:active	{color:red;text-decoration:none;}
A.ssmItems:visited	{color:purple;text-decoration:none;}


.scheduleFont {
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	line-height: 18px;
}



.shade {
   	background-color:black;
	position:absolute;
   	top: 0px;
   	left: 0px;
   	width:100%;
  	height:100%;
   	filter:alpha(opacity=25);
   	-moz-opacity:.25;
   	opacity:.25;
/*   	z-index:5; */
   	padding: 0px;
   	margin: 0px;
}


.sideText {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC3300;
	line-height: 10pt;
	font-weight: normal;
}


.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}


.subHeadText {
/* SPRING :: GREEN & GOLD
	color: #006400; */

/* SUMMER :: TAN
	color: #DAA520; */

/*  FALL :: BROWN
	color: #993300;	 */

/*  WINTER :: BLUE  */
	color: #0000EE;
	
	font-size: 11pt;
	font-weight:bold;
}


.subHeadTextHighlight {
/*  SPRING :: GREEN & GOLD
	color: #006400;
	background-color: #F0FFF0;
	border-top:1px solid #009900;
	border-bottom:1px solid #009900;  */
/*	F0FFF0; 
	FFFAF0; */
/*	#E0FFFF; :: MORE BLUE*/


/*	SUMMER :: GOLD
	color: #a0522d;
	background-color: #FAFAD2;
	border-top:1px solid #daa520;
	border-bottom:1px solid #daa520;  */


/*  FALL :: BROWN
	color: #993300;
	background-color: #ffffcc; 
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000; */

	
/*  WINTER :: BLUE */
	color: #0000ee;
	background-color: #F0FFFF;
	border-top:1px solid #0000ff;
	border-bottom:1px solid #0000ff;

	font-size: 11pt;
	font-weight:bold;
	width: 444px;
	padding-top:6px; 
	padding-bottom:6px;
	padding-left: 3px;
	margin-top:30px;
	margin-bottom: -10px;
}


.subHeadTextHighlight_02 {
/*  SPRING :: GREEN & GOLD
	color: #006400;
	background-color: #F0FFF0;
	border-top:1px solid #009900;
	border-bottom:1px solid #009900;  */
/*	F0FFF0; 
	FFFAF0; */
/*	#E0FFFF; :: MORE BLUE*/


/*	SUMMER :: GOLD
	color: #a0522d;
	background-color: #FAFAD2;
	border-top:1px solid #daa520;
	border-bottom:1px solid #daa520; */	


/*  FALL :: BROWN
	color: #993300;
	background-color: #ffffcc; 
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000; */

	
/*  WINTER :: BLUE  */
	color: #0000ee;
	background-color: #F0FFFF;
	border-top:1px solid #0000ff;
	border-bottom:1px solid #0000ff;
	

	font-size: 11pt;
	font-weight:bold;
	width: 96%;
	
	padding-top:6px; 
	padding-bottom:6px;
	padding-left: 3px;
	margin-left: 12px; 
	margin-top: 80px;
	margin-bottom: -8px;
}


.popup {
   	background-color:#EEEEEE;
   	position:absolute;
   	top: 200px;
    left: 200px;
	width:200;
   	height:100;
   	border:1px solid black;
   	padding:5px;
/*   	z-index:10; */
   	text-align:center;
}




.searchClearBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	text-align: middle;
	color: #000000;
	margin-left: 2px;
	margin-right: 2px;
	background-color:#FFFFFF;
	border-color:#3366FF;
	padding-bottom:4; 
	padding-top:4; 
	padding-right:4; 
	padding-left:4;
}


.searchFillBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	text-align: middle;
	color: #000000;
	margin-left: 2px;
	margin-right: 2px;
	background-color:#3399FF;
	border-color:#3366FF;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	padding-bottom:4; 
	padding-top:4; 
	padding-right:4; 
	padding-left:4;
}





.tableStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	line-height: 12pt;
	color: #993333;
	text-align: center;
	vertical-align: text-bottom	
}

.tableStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	line-height: 12pt;
	color: #333333;
	vertical-align: text-top	
}

.tableStyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	color: #111111;
	margin-left: 2px;
	margin-right: 20px;
}

.tableStyle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	text-align: left;
	color: #111111;
	margin-left: 2px;
	margin-right: 22px;
	padding-top: 6px;
	vertical-align: text-top	
}



.textStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	color: #111111;
	margin-left: 2px;
	margin-right: 20px;
}



.underlineText {
	text-align: left;
	
/*  SPRING :: GREEN
	color: #006400;
	background-color: #F0FFF0;
	border-top:1px solid #009900;
	border-bottom:1px solid #009900;  */
/*	F0FFF0; 
	FFFAF0; */
/*	#E0FFFF; :: MORE BLUE*/

/*	SUMMER :: GOLD	
	color: #a0522d;
	background-color: #FAFAD2;
	border-top:1px solid #daa520;
	border-bottom:1px solid #daa520;  */

/*  FALL :: BROWN
	color: #993300;
	background-color: #ffffcc; 
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000; */

/*  WINTER :: BLUE */
	color: #0000ee;
	background-color: #F0FFFF;
	border-top:1px solid #0000ff;
	border-bottom:1px solid #0000ff;

	font-size: 11pt;
	font-weight:bold;
	width: 690px;
	padding-top:6px; 
	padding-bottom:6px;
	padding-left: 12px;
	margin-top:30px;
	margin-bottom: -10px;


/*	width: 690px;
	margin: 0 auto;
	left: 0;
	text-align: left;
	color: #006600;
	font-size: 11pt;
	font-weight: bold;
	line-height: 24pt;
	border-top: 1px dotted green;
	border-bottom: 1px dotted green;
	margin-top: 70px;
	margin-bottom: 6px;
 	margin-left: 190px;  FOR IE - BLAH! */
}



#underlineText2 {
	width: 450px;
	color: #006600;
	font-size: 11pt;
	font-weight: bold;
	line-height: 16pt;
	border-top: 1px dotted green;
	border-bottom: 1px dotted green;
	margin-top: 10px;
}



.upcomingContent {
	float: right;
	width: 560px;
	margin: 0 auto;
	left: 117px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
}


#upcomingIcon {
	float: left;
	width: 116px;
}


.upcomingSection {
	width: 700px;
	padding-bottom: 0px;
	margin-bottom: 5px;
/*	border: solid black;
	border-bottom: 1px dotted #666666; */
}


#upcomingText {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}


#winterHolidayID {
	position: relative;
	width: 655px;
	margin: 0 auto;
	left: 0;
	background-color: #F0FFFF;
	font-family: times new roman, times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 16pt;
	line-height: 26pt;
	text-align: center;
	color: #00008B;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px;
	border: 1px dotted #0000ff;

/*	width: 680px;
	f0f8ff*/
	border-radius: 4px;
}



#tGivingID {
	position: relative;
	width: 655px;
	margin: 0 auto;
	left: 0;
	background-color: #FFFACD;
	font-family: times new roman, times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 16pt;
	line-height: 26pt;
	text-align: center;
	color: #8b4513;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px;
	border: 1px dashed #cc0000;

/*	width: 680px;
	f0f8ff */
	border-radius: 4px;
}


#springID {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	background-color: #FFFFE0;
	font-family: times new roman, times, serif;
	font-weight: 100;
	font-style: italic;
	font-size: 16pt;
	line-height: 26pt;
	text-align: center;
	color: #006400;
	border: 3px dotted #006400;
	border-radius: 4px;
}




.container {  
    background-color: #fff;  
}  
.main, .sidebar {  
    float: left;  
    padding: 20px;  
}  
.main {  
    width: 280px;  
    background-color: LightSlateGrey;  
}  
.sidebar {  
    width: 280px;  
}