/* Menu */

div.menu {
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	background-color: #E6ECE9;
	border: 1px solid #3F5448;
	color: #3F5448;
	padding: 0px;
	width: 500px;
}

p.menu-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EAE8BF;
	text-align: center;
	vertical-align: middle;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background-color: #3F5448;
}
p.menu-header a:link, p.menu-header a:visited {
	text-decoration: none;
	color: #143723;
}

p.menu-header a:hover, p.menu-header a:active {
	text-decoration: underline;
	color: #FF6600;
}
p.menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	display: block;
	color: #143723;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F4F7F5;
	border-right-color: #E6ECE9;
	border-bottom-color: #C9D3CE;
	border-left-color: #E6ECE9;
}

p.menu-item a:link, p.menu-item a:visited {
	text-decoration: none;
	color: #143723;
	display: block;
	margin: 0px;
	padding: 0px;
}

p.menu-item a:hover, p.menu-item a:active {
	text-decoration: none;
	color: #3F5448;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #CCD9D2;
}
p.menu-bottom {
	background-color: #E6ECE9;
	padding: 0px;
	height: 4px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}



/* PopBox Horizontal Row

USAGE:

<div class="pb-row">
  <div>
		<img ...>
		<img ...>
		...
	</div>
</div>
 */

.pb-row {
	clear:both;
	overflow:auto;
	margin:10px 0px;
	text-align:center;
}
.pb-row > div {
	overflow:hidden;
	display:inline-block;
	padding:8px; /* Allow box-shadow to show. */
}
.pb-row > div img {
	border: 1px solid #000000;
	cursor: url("http://globalskywatch.com/assets/images/PopBox/magplus.cur"), pointer;
	box-shadow: 0 0px 4px rgba(0,0,0,0.9);
	margin-left: 8px;
}
.pb-row > div img:first-child {
	margin-left: 0px;
}




/* Floating Image with Caption - 2 Horizontal */

.fic-region-2 {
	margin: 12px 30px 0px 20px;
/*	height:350px;*/
	overflow:auto;
	text-align:center;
}

.fic-container-2 {
	overflow:hidden;
	display:inline-block;
	width:295px;
	vertical-align:top;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #92AA9C;
	border-radius:4px;
	box-shadow: 4px 6px 6px rgba(0,0,0,0.5);
}

.fic-container-2:hover {
	border: 1px solid #FFAA55;
	box-shadow: 4px 6px 6px rgba(0,0,0,0.25);
}

.fic-a-2 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
}

.fic-title-2 {
	margin:4px 0px 0px 0px;
	font-family:Tahoma, Arial, Verdana;
	font-size:20px;
	font-weight: normal;
	color: #3F5448;
	text-align: center;
	padding:4px;
	border-radius: 3px;
	background-color:white;
	text-shadow: 3px 3px 2px #92AA9C;
}

.fic-img-container-2 {
	position:relative;
	display:block;
	overflow:hidden;
/*	display:inline-block;*/
	text-align:center;
}

.fic-img-2 {
	text-align:center;
	margin: 8px auto 8px auto;
	float:none;
	border-radius: 3px;
/*	box-shadow: 0 3px 6px rgba(0,0,0,0.9); */
/*	top: 50%;
	left: 50%;
	transform: translate(-25%, 0%);*/
}
/*.fic img:empty {
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}*/

.fic-desc-2 {
	margin:4px 0px 0px 0px;
	font-family: Verdana;
	font-size:13px;
	font-weight: normal;
	color: #3F5448;
	text-align: left;
	padding:4px;
	border-radius: 3px;
	background-color:#E6ECE9;
}
/*.fic p:empty {
/*	top: 50%;*//*
	left: 50%;
	transform: translate(-50%, 0%);
}*/



/* Floating Image with Caption - 3 Horizontal */

.fic-region-3 {
	margin: 12px 30px 0px 20px;
/*	height:350px;*/
	overflow:auto;
	text-align:center;
}

.fic-container-3 {
	overflow:hidden;
	display:inline-block;
	width:188px;
	vertical-align:top;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #92AA9C;
	border-radius:4px;
	box-shadow: 4px 6px 6px rgba(0,0,0,0.5);
}

.fic-container-3:hover {
	border: 1px solid #FFAA55;
	box-shadow: 4px 6px 6px rgba(0,0,0,0.25);
}

.fic-a-3 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
}

.fic-title-3 {
	margin:4px 0px 0px 0px;
	font-family:Tahoma, Arial, Verdana;
	font-size:20px;
	font-weight: normal;
	color: #3F5448;
	text-align: center;
	padding:4px;
	border-radius: 3px;
	background-color:white;
	text-shadow: 3px 3px 2px #92AA9C;
}

.fic-img-container-3 {
	position:relative;
	display:block;
	overflow:hidden;
	/*	display:inline-block;*/
	text-align:center;
	left: 150;
}

.fic-img-3 {
	text-align:center;
	margin: 8px auto 8px auto;
	float:none;
	border-radius: 3px;
/*	box-shadow: 0 3px 6px rgba(0,0,0,0.9); */
/*	top: 50%;
	left: 50%;
	transform: translate(-25%, 0%);*/
}
/*.fic img:empty {
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}*/

.fic-desc-3 {
	margin:4px 0px 0px 0px;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight: normal;
	color: #3F5448;
	text-align: left;
	padding:4px;
	border-radius: 3px;
	background-color:#E6ECE9;
}
/*.fic p:empty {
/*	top: 50%;*//*
	left: 50%;
	transform: translate(-50%, 0%);
}*/



/* Floating Image with Caption - 4 Horizontal */

.fic-region-4 {
	margin: 12px 30px 0px 20px;
/*	height:350px;*/
	overflow:auto;
	text-align:center;
}

.fic-container-4 {
	overflow:hidden;
	display:inline-block;
	width:140px;
	vertical-align:top;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
	border: 1px solid #92AA9C;
	border-radius:4px;
	box-shadow: 4px 6px 6px rgba(0,0,0,0.5);
}

.fic-highlight {
	background-color: #F8F176;
}


.fic-container-4:hover {
	border: 1px solid #FFAA55;
	box-shadow: 4px 6px 6px rgba(0,0,0,0.25);
}

.fic-a-4 {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
}

.fic-title-4 {
	margin:4px 0px 0px 0px;
	font-family:Tahoma, Arial, Verdana;
	font-size:20px;
	font-weight: normal;
	color: #3F5448;
	text-align: center;
	padding:4px;
	border-radius: 3px;
	/*text-shadow: 3px 3px 2px #92AA9C;*/
	text-shadow: 3px 3px 2px rgba(146,170,156,0.65);
}

.fic-img-container-4 {
	position:relative;
	display:block;
	overflow:hidden;
/*	display:inline-block;*/
	text-align:center;
}

.fic-img-4 {
	display: block;
	text-align:center;
	margin: 8px auto 8px auto;
	float:none;
	border-radius: 3px;
/*	box-shadow: 0 3px 6px rgba(0,0,0,0.9); */
/*	top: 50%;
	left: 50%;
	transform: translate(-25%, 0%);*/
}
/*.fic img:empty {
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
}*/

.fic-desc-4 {
	margin:4px 0px 0px 0px;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight: normal;
	color: #3F5448;
	text-align: left;
	padding:4px;
	border-radius: 3px;
	background-color:#E6ECE9;
}
/*.fic p:empty {
/*	top: 50%;*//*
	left: 50%;
	transform: translate(-50%, 0%);
}*/



/* Reprinted Articles */

div.article-reprint {
	display:block;
	margin:12px auto 0px auto;
	width:88%;
	border:2px solid black;
	background-color:#EEEEEE;
	border-radius:10px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);	
}



/* Main Area Notifications */

div.notify-info {
	line-height:36px;
	margin:12px 30px 0px 30px;
	padding-left:50px;
	border: 1px solid #437EFE;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3F5448;
	background-image:url("http://globalskywatch.com/assets/images/notice-icons/info.jpg");
	background-repeat:no-repeat;
	background-position:left;
}

div.notify-error {
	line-height:36px;
	margin:12px 30px 0px 30px;
	padding-left:50px;
	border: 1px solid #F3413D;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3F5448;
	background-image:url("http://globalskywatch.com/assets/images/notice-icons/exclamation.jpg");
	background-repeat:no-repeat;
	background-position:left;
}



/* Sidebar Floating Intented */

div.sbfi-container {
	display:block;
	width:194px;
	margin-top:0px 50px 0px 0px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

p.sbfi-header {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAE8BF;
	background-color: #143723;
	border: 1px solid #143723;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 194px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}
p.sbfi-header a:link, p.sbfi-header a:visited {
	text-decoration: none;
	color: #EAE8BF;
}
p.sbfi-header a:hover, p.sbfi-header a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
p.sbfi-item-1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 198px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
	margin-right: auto;
}
p.sbfi-item-1-desc {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: -9px;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 198px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
	margin-right: auto;
	font-style: normal;
}
p.sbfi-item-1-desc span {
	display:block;
	margin-left:16px;
}
p.sbfi-item-2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 198px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
}
p.sbfi-item-3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 198px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
}
p.sbfi-item-4 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 198px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
}
p.sbfi-bottom {
	background-color: #3F5448;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 198px;
	height: 8px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 3px;
}

p.sbfi-item-1 a:link, p.sbfi-item-1 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:15px;
	display: block;
	text-indent: -10px;
	margin-right: 5px;
}
p.sbfi-item-1 a:hover, p.sbfi-item-1 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:15px;
}

p.sbfi-item-2 a:link, p.sbfi-item-2 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:30px;
	display: block;
	margin-right: 5px;
	text-indent: -10px;
}
p.sbfi-item-2 a:hover, p.sbfi-item-2 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:30px;
}

p.sbfi-item-3 a:link, p.sbfi-item-3 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:45px;
	display: block;
	margin-right: 5px;
	text-indent: -10px;
}
p.sbfi-item-3 a:hover, p.sbfi-item-3 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:45px;
}

p.sbfi-item-4 a:link, p.sbfi-item-4 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:60px;
	display: block;
	margin-right: 5px;
	text-indent: -10px;
}
p.sbfi-item-4 a:hover, p.sbfi-item-4 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:60px;
}




/* Menu - Hierarchical*/

div.hmenu {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 24px;
	background-color: #E6ECE9;
	border: 1px solid #3F5448;
	color: #3F5448;
	padding: 0px;
}

p.hmenu-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EAE8BF;
	text-align: center;
	vertical-align: middle;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	background-color: #3F5448;
}
p.hmenu-header a:link, p.hmenu-header a:visited {
	text-decoration: none;
	color: #143723;
}

p.hmenu-header a:hover, p.hmenu-header a:active {
	text-decoration: underline;
	color: #FF6600;
}

p.hmenu-1-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	vertical-align: middle;
	display: block;
	color: #143723;
	margin-left: 20px;
}
p.hmenu-1-item a:link, p.hmenu-1-item a:visited {
	text-decoration: none;
	color: #143723;
}
p.hmenu-1-item a:hover, p.hmenu-1-item a:active {
	text-decoration: underline;
	color: #FF6600;
}

p.hmenu-2-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
	vertical-align: middle;
	display: block;
	color: #143723;
}
p.hmenu-2-item a:link, p.hmenu-2-item a:visited {
	text-decoration: none;
	color: #143723;
}
p.hmenu-2-item a:hover, p.hmenu-2-item a:active {
	text-decoration: underline;
	color: #FF6600;
}

p.hmenu-3-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 60px;
	vertical-align: middle;
	display: block;
	color: #143723;
}
p.hmenu-3-item a:link, p.hmenu-3-item a:visited {
	text-decoration: none;
	color: #143723;
}
p.hmenu-3-item a:hover, p.hmenu-3-item a:active {
	text-decoration: underline;
	color: #FF6600;
}

p.hmenu-4-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 80px;
	vertical-align: middle;
	display: block;
	color: #143723;
}
p.hmenu-4-item a:link, p.hmenu-4-item a:visited {
	text-decoration: none;
	color: #143723;
}
p.hmenu-4-item a:hover, p.hmenu-4-item a:active {
	text-decoration: underline;
	color: #FF6600;
}

p.hmenu-bottom {
	background-color: #E6ECE9;
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}




/* Newsletter Archive */

/* Paragraph */

p.nl-archive_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3F5448;
	background-color: #E6ECE9;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F5448;
	border-right-color: #3F5448;
	border-bottom-color: #3F5448;
	border-left-color: #3F5448;
}
p.nl-archive_title a:link, p.nl-archive_title a:visited {
	color: #3F5448;
	text-decoration: none;
}
p.nl-archive_title a:hover, p.nl-archive_title a:active {
	color: #FF6600;
	text-decoration: underline;
}
p.nl-archive_volume {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	color: #3F5448;
	text-align: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
p.nl-archive_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3F5448;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-style: italic;
}







/* Suggest Navigation */

div.suggest_nav {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 24px;
	background-color: #E6ECE9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

p.suggest_nav-header {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EAE8BF;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	background-color: #3F5448;
}
p.suggest_nav-item {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	vertical-align: middle;
	display: block;
	color: #143723;
}

p.suggest_nav-item a:link, p.suggest_nav-item a:visited {
	text-decoration: none;
	color: #143723;
}

p.suggest_nav-item a:hover, p.suggest_nav-item a:active {
	text-decoration: underline;
	color: #FF6600;
}





/* Point of Action Scructure */


div.point-of-action {
}
p.point-of-action_header {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	/*	text-shadow: #A9874D 2px 2px 4px;*/
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 24px;
	color: #EAE8BF;
	margin-top: 24px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F5448;
	border-right-color: #3F5448;
	border-bottom-color: #3F5448;
	border-left-color: #3F5448;
	background-color: #3F5448;
}
p.point-of-action_intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #2B3033;
	font-size: 13px;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 55px;
	line-height: 24px;
}
p.point-of-action_item {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #3F5448;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 24px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
p.point-of-action_item-desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #3F5448;
	font-size: 13px;
	margin-top: 6px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 75px;
	line-height: 24px;
}
p.point-of-action_item-desc a:link, p.point-of-action_item-desc a:visited {
	color: #FF6600;
	text-decoration: none;
}
p.point-of-action_item-desc a:hover, p.point-of-action_item-desc a:active {
	color: #669933;
	text-decoration: underline;
}




/* On This Page */

p.otp-header {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAE8BF;
	background-color: #143723;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 298px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #256741;
	border-right-color: #0F281A;
	border-bottom-color: #0F281A;
	border-left-color: #256741;
}
p.otp-header a:link, p.otp-header a:visited {
	text-decoration: none;
	color: #EAE8BF;
}
p.otp-header a:hover, p.otp-header a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
p.otp-item-1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 298px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
	margin-right: auto;
}
p.otp-item-2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 298px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
}
p.otp-item-3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 298px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
}
p.otp-item-4 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 298px;
	padding-top: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #EAE8BF;
}
p.otp-bottom {
	background-color: #3F5448;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 298px;
	height: 8px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 3px;
}

p.otp-item-1 a:link, p.otp-item-1 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:15px;
	display: block;
	text-indent: -10px;
	margin-right: 5px;
}
p.otp-item-1 a:hover, p.otp-item-1 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:15px;
}

p.otp-item-2 a:link, p.otp-item-2 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:30px;
	display: block;
	margin-right: 5px;
	text-indent: -10px;
}
p.otp-item-2 a:hover, p.otp-item-2 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:30px;
}

p.otp-item-3 a:link, p.otp-item-3 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:45px;
	display: block;
	margin-right: 5px;
	text-indent: -10px;
}
p.otp-item-3 a:hover, p.otp-item-3 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:45px;
}

p.otp-item-4 a:link, p.otp-item-4 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:60px;
	display: block;
	margin-right: 5px;
	text-indent: -10px;
}
p.otp-item-4 a:hover, p.otp-item-4 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:60px;
}




/* On This Page - Wide */

p.otpw-header {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAE8BF;
	background-color: #143723;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 496px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #256741;
	border-right-color: #0F281A;
	border-bottom-color: #0F281A;
	border-left-color: #256741;
}
p.otpw-header a:link, p.otpw-header a:visited {
	text-decoration: none;
	color: #EAE8BF;
}
p.otpw-header a:hover, p.otpw-header a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
p.otpw-item-1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 8px 0px 0px 0px;
	color: #EAE8BF;
}
p.otpw-item-2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 298px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 8px 0px 0px 0px;
	color: #EAE8BF;
}
p.otpw-item-3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 298px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 8px 0px 0px 0px;
	color: #EAE8BF;
}
p.otpw-item-4 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #3F5448;
	vertical-align: middle;
	display: block;
	width: 298px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 8px 0px 0px 0px;
	color: #EAE8BF;
}
p.otpw-bottom {
	background-color: #3F5448;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 500px;
	height: 8px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 3px;
}

p.otpw-item-1 a:link, p.otpw-item-1 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:15px;
}
p.otpw-item-1 a:hover, p.otpw-item-1 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:15px;
}

p.otpw-item-2 a:link, p.otpw-item-2 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:30px;
}
p.otpw-item-2 a:hover, p.otpw-item-2 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:30px;
}

p.otpw-item-3 a:link, p.otpw-item-3 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:45px;
}
p.otpw-item-3 a:hover, p.otpw-item-3 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:45px;
}

p.otpw-item-4 a:link, p.otpw-item-4 a:visited {
	text-decoration: none;
	color: #EAE8BF;
	margin-left:60px;
}
p.otpw-item-4 a:hover, p.otpw-item-4 a:active {
	text-decoration: underline;
	color: #FFFFFF;
	margin-left:60px;
}




/*	Horizontal Box
	1 Cell Wide
*/
table.hbox1 {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #3F5448;
	width: 628px;
	box-shadow: 4px 4px 4px #888;

}
td.hbox1-body {
	width: 628px;
	text-align: left;
	vertical-align: middle;
	background-color: #E6ECE9;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* HBox Title */
p.hbox1-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F5448;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 18px;
}
p.hbox1-title a:link, p.hbox1-title a:visited {
	color: #3F5448;
	text-decoration: none;
}
p.hbox1-title a:hover, p.hbox1-title a:active {
	color: #FF9900;
	text-decoration: underline;
}

img.hbox1 {
	border: 1px solid #333333;
}
p.hbox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3F5448;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 18px;
}
p.hbox1 a:link, p.hbox1 a:visited {
	color: #FF6600;
	text-decoration: none;
}
p.hbox1 a:hover, p.hbox1 a:active {
	color: #669933;
	text-decoration: underline;
}




/* Horizontal Box - 2 Cells Wide */

table.hbox2 {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #3F5448;
	box-shadow: 4px 4px 4px #888;

}
td.hbox2-hdr {
	width: 122px;
	text-align: center;
}
td.hbox2-body {
	width: 506px;
	text-align: left;
	vertical-align: middle;
	background-color: #E6ECE9;
}
img.hbox2 {
	border: 1px solid #333333;
	display: block;
}
h1.hbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EAE8BF;
	background-color: #3F5448;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

p.hbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3F5448;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 18px;
}
p.hbox2 a:link, p.hbox2 a:visited {
	color: #FF6600;
	text-decoration: none;
}
p.hbox2 a:hover, p.hbox2 a:active {
	color: #669933;
	text-decoration: underline;
}
/* HBox Title */
p.hbox2-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F5448;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 18px;
}
p.hbox2-title a:link, p.hbox2-title a:visited {
	color: #3F5448;
	text-decoration: none;
}
p.hbox2-title a:hover, p.hbox2-title a:active {
	color: #FF9900;
	text-decoration: underline;
}




/* Horizontal Box - 2 Cells Wide - Both Cells Equal Width */

table.hbox2-5050 {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #3F5448;
	box-shadow: 4px 4px 4px #888;
	width: 630px;

}
td.hbox2-5050-hdr {
	width: 315px;
	text-align: center;
}
td.hbox2-5050-body {
	width: 315px;
	text-align: left;
	vertical-align: middle;
}
img.hbox2-5050 {
	border: 1px solid #333333;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h1.hbox2-5050 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EAE8BF;
	background-color: #3F5448;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

p.hbox2-5050 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3F5448;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 18px;
}
p.hbox2-5050 a:link, p.hbox2-5050 a:visited {
	color: #FF6600;
	text-decoration: none;
}
p.hbox2-5050 a:hover, p.hbox2-5050 a:active {
	color: #669933;
	text-decoration: underline;
}
/* HBox Title */
p.hbox2-5050-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3F5448;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 18px;
}
p.hbox2-5050-title a:link, p.hbox2-5050-title a:visited {
	color: #3F5448;
	text-decoration: none;
}
p.hbox2-5050-title a:hover, p.hbox2-5050-title a:active {
	color: #FF9900;
	text-decoration: underline;
}




/*	Table Box - 3-Up
	Horizontal Table, 3-Across
*/table.box-3up {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse: separate;

}
table.box-3up td.header {
	background-color: #3F5448;
	width: 195px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 50px;
}
table.box-3up td.header p {
	color: #EAE8BF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
table.box-3up td.header p a:link, table.box-3up td.header p a:visited {
	color: #EAE8BF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
table.box-3up td.header p a:hover, table.box-3up td.header p a:active {
	color: #EAE8BF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

table.box-3up td.body  {
	color: #2B3033;
	background-color: #E6ECE9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	width: 195px;
	padding-bottom: 8px;
}
table.box-3up td.spacer {
	width: 19px;
}
table.box-3up td.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2B3033;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
}
table.box-3up td.body p a:link, table.box-3up td.body p a:visited {
	color: #FF6600;
	text-decoration: none;
}
table.box-3up td.body p a:hover, table.box-3up td.body p a:active {
	color: #669933;
	text-decoration: underline;
}



/*	Table Box - 4-Up
	Horizontal Table, 4-Across
*/
table.box-4up {
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse: separate;
}
table.box-4up td.header {
	background-color: #3F5448;
	width: 141px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EAE8BF;
	text-align: center;
	vertical-align: middle;
}
table.box-4up td.body  {
	color: #2B3033;
	background-color: #E6ECE9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #143723;
	border-right-color: #143723;
	border-bottom-color: #143723;
	border-left-color: #143723;
	width: 141px;
	padding-bottom: 8px;
}
table.box-4up td.spacer {
	width: 19px;
}
table.box-4up td.body p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2B3033;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 8px;
}
table.box-4up td.body p a:link, table.box-4up td.body p a:visited {
	color: #FF6600;
	text-decoration: none;
}
table.box-4up td.body p a:hover, table.box-4up td.body p a:active {
	color: #669933;
	text-decoration: underline;
}




/* Vertical Box - 2 Cells Tall */

table.vbox2 {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #3F5448;
	width: 630px;
}
td.vbox2-c1 {
	text-align: left;
	vertical-align: middle;
	background-color: #3F5448;
}
td.vbox2-c2 {
	text-align: left;
	vertical-align: middle;
	background-color: #E6ECE9;
	padding-right: 8px;
	padding-left: 12px;
}
p.vbox2-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #EAE8BF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 24px;
}
p.vbox2-title a:link, p.vbox2-title a:visited {
	color: #EAE8BF;
	text-decoration: none;
}
p.vbox2-title a:hover, p.vbox2-title a:active {
	color: #EAE8BF;
	text-decoration: underline;
}
p.vbox2-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3F5448;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 4px;
	line-height: 24px;
	text-align: left;
}
p.vbox2-body a:link, p.vbox2-body a:visited {
	color: #FF6600;
	text-decoration: none;
}
p.vbox2-body a:hover, p.vbox2-body a:active {
	color: #669933;
	text-decoration: underline;
}
img.vbox2-body-left {
	border: 1px solid #333333;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 0px;
	float: left;
}
img.vbox2-body-right {
	border: 1px solid #333333;
	margin-left: 12px;
	margin-bottom: 4px;
	margin-left: 0px;
	float: right;
}

table.box-dewplayer {
	margin-top: 12px;
}
td.box-dewplayer_player {
	width: 260px;
	text-align: center;
}
td.box-dewplayer_text {
	width: 370px;
	text-align: left;
}
p.box-dewplayer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #3F5448;
}
p.box-dewplayer_text a:link, p.box-dewplayer_text a:visited {
	text-decoration: none;
	color: #FF6600;
}
p.box-dewplayer_text a:hover, p.box-dewplayer_text a:active {
	color: #669933;
	text-decoration: underline;
}
textarea.BadgeBox {
	box-shadow: 4px 4px 4px #888;
	height: 120px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;

}
