﻿body
{
	font-family:	Arial, Tahoma, sans-serif, Swiss;
	font-size: 10pt;
    padding: 0px;
    margin: 0px;
    border: 0px;
    color: #e8eff8;
    background-color:Black;
    background-image:url(/images/background-bumped.png);
    background-repeat:repeat-x;
    text-align:left;
}
div.page
{
    position:relative;
    background-image:none;
    background-color:#333333;
    margin:0 auto;
	width:900px;
	top:0px;
	left:0px;
	z-index:1;
	height:100%;
/*	
	position:absolute;
    background-image:url(/images/background-bumped.png);
    background-repeat:repeat-x;
*/
}
div.banner
{
	position:absolute;
	top:47px;
	left:0px;
	width:900px;
    background-color:#222222;
    width:890px;
    padding:5px 5px;
    height:330px;
}
div.content_outer
{
	position:absolute;
/*	
	background-color:Transparent;	
	top:300px;
*/
	left:0px;
	width:900px;
    background-color:#222222;
    top:360px;
    padding-top:5px;
	
}
div.content_inner
{
	width:890px;
	margin-left:5px;
}
div.footer
{
	width:890px;
	height:50px;
	text-align:center;
}
div.button
{
	width:250px;
	height:54px;
	background-image: url(/images/button_1.png)
}

div.button:hover
{
	background-image: url(/images/button_1hover.png)
}
ul
{
margin:0px;
padding-left:20px;
padding-right:5px;
}


div.featurecol400
{
	float:left;
	width:420px;
/*	background: transparent url(/images/gradient_890.png) no-repeat scroll left top;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
}
div.FeatureWide
{
	float:left;
	width:890px;
/*	background: transparent url(/images/gradient_890.png) no-repeat scroll left top;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	min-height:140px;
	margin-bottom:10px;
}

h1.title
{
	font-weight:bold;
	font-size:15px;
	color:White;
	text-decoration:none;
	width:380px;
	/*height:40px;*/
	/*line-height:40px;*/
	/*padding:: 0 40px;*/
	margin:0px;
	
}

div.button_red,div.button_green
{
	color:White;
	font-weight:bold;
	font-size:larger;
	width:150px;
	height:80px;
	text-align:center;
	background-image: url(/images/button_source.png);
	background-position: 0px 0px;
	cursor: pointer; 
	cursor: hand;
}

div.button_green:hover,div.button_red:hover
{
	background-position: 0px -80px;
}

div.button_green
{
	background-image: url(/images/button_green.png);
}
div.button_red
{
	background-image: url(/images/button_red.png);
}
div.clear
{
	clear:both;
}
a
{
	text-decoration:underline;
    color: #e8eff8;
}
a:hover
{
	color:white;
	text-decoration:underline;
}
p.right
{
	text-align:right;
    margin-right:8px;	
}
a.more
{
	font-size:7pt;
	font-weight:bold;
	color:Red;
}
a.more2
{
	font-weight:bold;
	color:Red;
}
a.more:hover,a.more2:hover
{
	color:#8f0101;
}
img.button
{
	border:solid 1px black;
	margin: 2px 0px;	
}
img.valign
{
	vertical-align:middle;
	width:1px;
	height:100%;
}
p.title
{
	color:White;
	font-weight:bold;
	font-size:12pt;
	width:600px;
	padding-left:20px;
}
strong,h1
{
	color:#ebebeb;
	font-size:10pt;
	font-weight:bold;
}
h1
{
	text-decoration:underline;
}

div.window-bg
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:100;
	background-color:white;
	filter:alpha(opacity=50);
	opacity:0.5;
}

div.stdWindow
{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:101 ;
	width:600px;
	height:320px;
	background-color:black;
	border: solid 2px black;
}

@media print
{
	body
	{
		background-color:White;
		background-image:none;
	}
	div.content_outer
	{
		background-color:White;
	}
	h1,p.title,a,body
	{
		color:Black;
	}
}
