body
{
	margin: 0;
	padding: 0;

	overflow: auto;
	font-size: .9em;
	background: #d3d3d3;
	color: #4d4d4d;
	font-family: arial, sans-serif; /* url('../images/welcome_background.jpg') no-repeat scroll center top; */
	background-image: url( '../images/globe.jpg' );
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;

}

h1
{
	background: transparent url( '../images/welcome_head.png' ) repeat-x left top;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 0px;
	color: #fff;
	font-weight: 600;
	font: arial;
	font-size: 20px;
	line-height: 15px;
}

img#bg
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


.GetStarted
{
	background: transparent url(         '../images/welcome_greenbar.png' ) no-repeat left top;
	color: white;
	width: 414px;
	height: 79px;
}

.OptionGradient
{
	background: transparent url(         '../images/welcome_gradient.png' ) repeat-x left top;
	height: 22px;
	width: 200px;
	color: #fff;
	font-weight: 600;
	padding: 2px;
}

.contentwrap
{
	text-align: center;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto; /*border: solid 1px red;*/
	height: auto;
	border: solid 1px black;
	width: 825px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	overflow: visible;
}

.contentbackground
{
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0px 20px; /*padding-top: 16px ; margin-top: -19px ;*/
	text-align: left;
	height: auto;
	background: transparent url(       '../images/welcome_fade.png' ) left top;
}

.fadebottom
{
	background: url(         '../images/welcome_fadebottom.png' ) no-repeat left top;
	background-repeat: no-repeat;
	height: 12px;
}

.content
{
	text-align: left;
	width: 784px; /*border: solid 1px green;*/
	margin-top: -7px;
	margin-bottom: 0px;
	margin-left: 12px;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul
{
	line-height: 1.3em;
}

ol
{
	line-height: 1.3em;
}

li
{
	padding-left: 0px;
	padding-right: -5px;
}

.RightNav
{
	float: right;
	width: 230px; /*background:   url(../images/right_link_BG.png) top left repeat-y;*/
	background: white;
	margin-top: 10px;
	z-index: 100;
}

.RightNav .RNavlinks a
{
	font-family: arial, sans-serif;
	font-size: .8em;
	color: #333;
	width: 180;
	border-top: dotted 3px #DFDFDF;
	display: block;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-decoration: none;
}

.RightNav .Rnavlinks a:hover
{
	color: #07557F;
}

.RNavHead
{
	background: #6D8D51;
	color: #fff;
	border: none;
	font-size: .9em;
	width: 230px;
	height: 34px;
}

.RNavHeadContent
{
	padding-left: 7px;
	padding-top: 9px;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-bottom: 8px;
}

#leftColumn
{
	float: left;
	width: 200px;
	padding-right: 10px;
}

#rightColumn
{
	float: left;
	width: 200px;
}


a:link
{
	color: #000;
	text-decoration: none;
}
/* unvisited link */
a:visited
{
	color: #000;
	text-decoration: none;
}
/* visited link */
a:hover
{
	color: #000;
	text-decoration: none;
}
/* mouse over link */
a:active
{
	color: #000;
	text-decoration: none;
}
/* selected link */

a:link img
{
	border: none;
}

a:visited img
{
	border: none;
}

a:hover img
{
	border: none;
}

a:active img
{
	border: none;
}
