a:link
{
	font-family: Arial, Helvetica;
	color: rgb(80,80,170); 
}
a:visited
{
	font-family: Arial, Helvetica;
	color: rgb(102,102,170); 
} 
a:active 
{
	font-family: Arial, Helvetica;
	color: rgb(204,153,51);
}

html { height: 100%; }

body {
  background-color: #dedfde; 
  font-family: sans, sans-serif, Arial;
  margin: 0; padding: 0; height: 100%;
}

body, td, textarea, input, select { font-size: 13px; }
body, textarea { line-height: 1.4em; }
input, select { line-height: 15px; }

h_show {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 26.4px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(255,102,51);
}
h2
{
	color: rgb(255,151,55); 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(20,120,60);
}
h5
{
	color: rgb(30,30,30);
}
h6
{
	color: rgb(0,0,0);
}

#contentwrapper {
    Margin-left:auto;
    Margin-right:auto;
    width: 95%;
    min-width: 900px;
  	text-align: left;
	font-family: Arial;
}

#content-left {
	width: 60%;
	margin: 0 18px 10px 0;
	float: left;
	padding:6px; line-height:1.4em;
	overflow: visible;
}

#content-left-in {
	margin: 18px 18px 0 18px;
}

#content-left h1 {
	padding: 0 0 15px 2px;
	width: 100%;
	overflow: hidden;
}

#content-left h1 span {
	font-size: 15px;
}

#content-left h1.second {
	line-height: 34px;
	margin: -5px 0 10px 0;
	position: relative;
	left: -8px;
}

#content-left h1 img {
	float: left;
}

.content-spacer {
	clear: both;
	width: 100%;
	height: 27px;
}

.content-spacer-b {
	clear: both;
	width: 100%;
	height: 13px;
	margin: 13px 0 0 0;
	border-top: 1px dotted #000;
}

#content-right {
	width: 35%;
	margin: 0 0 0 0;
	padding: 0 0 23px 0;
	float: left;
	padding:6px; line-height:1.4em;
}

.content-right-in {
	margin: 23px 0 0 18px;
}

.content-right-in .cloud { /* Tag Cloud */
	width: 184px;
	overflow: hidden;
}


.content-right-in a {
	color: #6d7f93;
}

.content-right-in a:hover {
	color: #9daab7;
}

#content-right h2 {
	font-size: 14px;
	margin: 0;
	line-height: 12px;
}

#content-right h2 a.win-up, #content-right h2 a.win-down {
	display: block;
	width: 100%;
	height: 16px;
	background: url(../images/win-up-side.png) no-repeat right 1px;
	margin: 0 0 5px 0;
}

 #content-right h2 a.win-down {
	background: url(../images/win-down-side.png) no-repeat right 1px;
 }

#content-right h2 a.win-up:hover, #content-right h2 a.win-down:hover {
	background-position: right -15px;
}

#footer-wrapper {
	clear: both;
	width: 100%;
	min-width: 980px;
	height: 26px;
	font-size: 9pt;
	margin-top: -26px;
}

.footer {
	width: 980px;
	margin: 0 auto 0 auto;
}

.footer-in {
	padding: 7px 0 0 2px;
	color: #6ab0c5;
}

.footer a {
	color: #6ab0c5;
}

#showcase { 
margin: 20px auto; 
position: relative; 
width: 92%; height: 300px;
background-image: url(images/globe1.jpg);
background-size: 2500px 1200px;
background-position: -300px -60px;padding: 10px; 
box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#showcase > div { 
position: absolute; 
top: 10px; 
left: 10px; 
right: 10px; 
bottom: 10px; 
}

#fullWidthPln {
	margin: 10px 0 0 12px;
	padding: 0;
	width: 90%;
	text-align: left;
	color: #000;
	background-color: #FFFFFF;
}