@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0px;
	background-color: #aaaaaa;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color: #000000;
	font:Arial;
	font-size:12;
	font-decoraton: bold;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:800px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

.title
{
	font-family: Arial;
	font-size: 22px;
	color: #000000;
}

#content {
width:750px;
background-color: #abc;
padding:10px;
border: 1px solid #000000;
margin: auto;
overflow: auto;
}

#side-column {
float: left;
width: 200px;
background: #fff;
}

#main-column {
float: right;
padding-top:10px;
width: 540px;
background: #dad;
} 

.section
{
	font-family: Verdana;
	font-size: 15px;
	color: #FF0000 ;
}

.clickhere
{
	font-family: Verdana;
	font-size: 14px;
	color: #FF0000;
}

.text
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

.textwlinks
{
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;}
	A:link {color:#FF0000;}
	A:visited {color: #FF0000;}
	A:hover {text-decoration: none; color: #FF0000;}
	A:active {color: #FF0000;text-decoration: none
}

.textsmall
{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

.textwlinkssmall
{
	font-family: Verdana;
	font-size: 15px;
	color: #000000;}
	A:link {color: #FF0000;}
	A:visited {color: #FF0000;}
	A:hover {text-decoration: none; color: #FF0000;}
	A:active {color: #FF0000;text-decoration: none
}


.index-class
{
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #CC9900;}
	A:link {color: #FF0000;}
	A:visited {color: #FF0000;}
	A:hover {text-decoration: none; color: #FF0000;}
	A:active {color: #FF0000;text-decoration: none}
	A:link {text-decoration: none 
}


.tandc
{
	font-family: Verdana;
	font-size: 15px;
	color: #000000;}
	A:link {color: #FFFFFF;}
	A:visited {color: #FFFFFF;}
	A:hover {color: #666666;}
	A:active {color: #FFFFFF;text-decoration: none
}

.disclaimer1
{
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;}
	A:link {color: #FFFFFF;}
	A:visited {color: #FFFFFF;}
	A:active {color: #FFFFFF;text-decoration: none
}

.disclaimer2
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;}
	A:link {color: #FF0000;}
	A:visited {color: #FF0000;}
	A:hover {text-decoration: none; color: #FF0000; font-weight:bold;}
	A:active {color: #FF0000;text-decoration: none
}

#Main {
  margin-left: 5%;
}

#Content1 {
  border: none;
}

#box1, #box2, #box3 {
  display: none;
}

a {
  outline: none;
}

img {
  border: none;
}

#Main2 {
  margin-left: 5%;
}

#Content2 {
  border: none;
}

#box1, #box2, #box3 {
  display: none;
}

a {
  outline: none;
}

img {
  border: none;
}

</style>