body {
	/*background-color: #CCCCCC;*/
	background: #CCCCCC;
	text-align: center;
}

div.wrapper {
/*	width: 87%;		-- 800X600 SCREEN */
	width: 85%;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	border: solid 0px #000000;
}

div.header_logo {
	width: 196px;
	height: 56px;
	background: url(../_graphics/header_logo.jpg);
	float: left;
	margin: 0;
	padding: 0;
}

div.header_bg {
	width: 100%;
	height: 56px;
	background: url(../_graphics/header_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

div.nav {
	width: 100%;
	height: 30px;
	background: url(../_graphics/nav_bg.jpg) repeat-x;
	margin-top: 0px;
	padding: 0;
	border-top: 3px solid white;
	color: #FFFFFF;
	font: 1em Verdana;
	clear: both;
}

div.nav a{
	color: #FFFFFF;
	font: 0.7em Verdana;
	text-decoration: none;
	line-height: 30px;
	margin: 0px 10px 0px 5px;
}

div.content_left {
	width: 196px;
	float: left;
	padding: 0px;
	text-align: center;
	border: solid 0px orange;
	/*background-color: Fuchsia;*/
	position:relative;
}

div.content {
	margin-left: 200px;
	padding: 10px;
	border: solid 0px green;
	position:relative;
    /*width: 100%;
	background-color: Aqua;*/
}

div.block {
	width: 175px;
	background-color: #8E9EAF;
	margin: 15px auto;
	text-align: right;	
	/*border-top: 15px solid #FFFFFF;*/
	border-bottom: 5px solid #8E9EAF;
}

div.block h1 {
	width: 175px;
	color: #FFFFFF;
	font: bold 0.9em Verdana;
	margin: 0px 0px 6px 4px;
	text-align: left;
}


div.block a {
	width: 100%;
	color: #FFFFFF;
	font: 0.7em Verdana;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-bottom: 6px;
	padding-left: 4px;
}

div.block img {
	width: 100%;
	height: 190px;
	margin: 0px;
}

div.content h1 {
	color: #3A4B5C;
	font: bold 1em Verdana;
}

div.content h2 {
	color: #3A4B5C;
	font: bold 0.9em Verdana;
}

div.content h3 {
	color: #3A4B5C;
	font: bold 0.8em Verdana;
}

div.content p {
	color: #3A4B5C;
	font: 0.8em Verdana;
}

div.content a {
	color: #3A4B5C;
	text-decoration: underline;
}

div.content a:hover
{
    color: #0033CC;
    text-decoration: underline;
}

div.content p.comment {
    color: #336699;
    font: italic 0.8em Verdana;
    margin: 0px;
}

div.content li {
	color: #3A4B5C;
	font: 0.8em Verdana;
}

div.content input {
    width: 300px;
}

div.content input.btn {
    width: 70px;
}

div.content span.one3 {
    width: 40%;
    display: block;
    float: left;
}

div.content span.two3 {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
}

div.content span.one3h
{
    width: 40%;
    display: block;
    float: left;
    color: #666666;
}

div.content span.two3h {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
    color: #666666;
}

div.content span.one2 {
    width: 100px;
    border: solid 1px pink;
}

div.content span.two2 {
    width: 40%;
    border: solid 1px orange;
}

div.clear {
	clear: both;
}

a.trial{
    width: 300px;
    height: 50px;
    border: solid 1px #666666;
    background-color: #F0F0F0;
    font: normal normal 0.8em Verdana;
    text-align: center;
    line-height: 50px;
    display: block;
    text-decoration: none;
}