﻿
#column2 {
	float:left;
	padding: 0 0 15px 0;
	width: 588px;
	margin:15px 10px 0 10px;
	height:80px;
}

#headingText {
	padding: 15px 10px 15px 10px;
	width: 568px;
	height:84px;
	background-color:#272973;
}

#strip {
	float:left;
	width: 748px;
	height:130px;
	background-color:#272973;
	margin:5px 10px 5px 10px;
}

#left {
	float:left;
	width:350px;
	margin:15px 10px 10px 10px;
	height:110px;
	
}

#right {
	width:350px;
	margin:15px 10px 0px 384px;
	height:110px;
	
}

#textarea {
	width:248px;
	margin:0 0 0 106px;
	
}

#description {
	color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px 0 0 0;
    text-decoration: none;
}

#rule {
	clear:both;
	width:500px;
	color:#66FFFF;
}
/* from hoverbox
----------------------------------------------------------------------*/
/*p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
} */

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float:left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color:#33CCFF;
	width: 200px;
	height: 150px;
}



	






	