<style type="text/css">
<!--

	A:link    {text-decoration: none; color: red; font-family: georgia; font-size: 11px;}
        A:visited {text-decoration: none; color: white; font-family: georgia; font-size: 11px;}
        A:hover   {text-decoration: bold; color: white; font-family: georgia; font-size: 11px;}
        A:active  {text-decoration: bold; color: red; font-family: georgia; font-size: 11px;}

        .CLASS2 A:link    {text-decoration: underline; color: red;}
        .CLASS2 A:visited {text-decoration: underline; color: #555555;}
        .CLASS2 A:hover   {text-decoration: none; color: red;}


div.background
{
	position: relative;
	width: 800px;
}


div.bannerblock
{
	position: absolute;
	width: 800px;
	height: 196px;
	top: 0px;
	left: 0px;
	background-color: white;
	border-style: solid;
	border-color: red;
	border-top-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-right-width: 0px;
}


div.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}


div.banner
{
	position: absolute;
	width: 500px;
	height: 160px;
	top: 20px;
	left: 250px;
	background-color: transparent;
	font-family: sans-serif;
	color: red;
	font-size: 16px;
	font-style: normal;
	font-weight: heavy;
}


div.textblock
{
	position: absolute;
	width: 800px;
	top: 200px;
	left: 0px;
	background-color: black;
}


#column1
{
	float: left;
	width: 180px;
	top: 200px;
	background-color: black;
	text-align: center;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}


#column2
{
	float: left;
	width: 580px;
	top: 200px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}


#columna
{
	float: center;
	width: 30%;
	background-color: transparent;
	text-align: left;
}


#columnb
{
	float: center;
	width: 50%;
	background-color: transparent;
	text-align: left;
}


#columnc
{
	float: center;
	width: 55%;
	background-color: transparent;
	text-align: left;
}


#columnd
{
	float: left;
	width: 33%;
	background-color: transparent;
	text-align: center;
}

#columne
{
	float: left;
	width: 33%;
	background-color: transparent;
	text-align: center;
}

#columnf
{
	float: left;
	width: 33%;
	background-color: transparent;
	text-align: center;
}

























xdiv.background
{
	position: relative;
	width: 800px;
	background-color: black;
}


xdiv.banner
{
	position: absolute;
	width: 800px;
	height: 200px;
	top: 0px;
	left: 0px;
	background-color: white;
	border-style: solid;
	border-color: red;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
}


xdiv.titlebox
{
	position: absolute;
	width: 610px;
	top: 30px;
	left: 150px;
	background-color: blue;
	border-style: none;
	font-family: sans-serif;
	color: red;
	font-size: 16px;
	font-style: normal;
	font-weight: heavy;
}

xdiv.block
{
	position: absolute;
	width: 800px;
	top: 200px;
	left: 0px;
	background-color: black;
}

xdiv.linkbox
{
	position: absolute;
	width: 180px;
	top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: yellow;
	font-family: georgia;
	color: white;
	font-size: 12px;
	font-style: normal;
	font-weight: heavy;
}

xdiv.textblock
{
	position: absolute;
	width: 617px;
	top: 200px;
	left: 183px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 10px;
	background-color: purple;
	border-style: solid;
	border-color: red;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-right-width: 0px;
	font-family: sans-serif;
	color: black;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}

xdiv.narrowtextblock
{
	width: 500px;
}

  -->
</style>