﻿/* <!-- */
/* General styles */

/* Header styles */
#header {
clear:both;
float:left;
width:100%;
}

#header p,
#header h1,
#header h2 {
padding:.4em 15px 0 15px;
margin:50px;
}

/* 'widths' sub menu */
#layoutdims {
clear:both;
background:#eee;
/*border-top:4px solid #000;*/
margin:0;
padding:6px 15px !important;
text-align:right;
}
/* column container */
.colmask {
position:relative;	/* This fixes the IE7 overflow hidden bug */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
float:left;
width:100%;
position:relative;
}
.col1,
.col2,
.col3 {
float:left;
position:relative;
padding: 0 0 1em 0;
overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
right:75%;			/* right column width */
background:#ffffff;	/* left column background colour */
}
.leftmenu .col1 {
width:73%;			/* right column content width */
left:100%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
width:25%;			/* left column content width (column width minus left and right padding) */
left:2%;			/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
clear:both;
float:left;
width:100%;
/*border-top:1px solid #000;*/
}
#footer p {
padding:10px;
margin:0;
}
/* --> */

    
.top
{
height:120px;
background-color:#ffffff;
padding:0px;
width: 854px;
margin-bottom:20px;
display:inline;
}

.timeanddate
{
	color:#044d44;
	margin:10px 0 0 20px;
	font-family:arial;
	font-size:12px;
	font-weight:500;
}

.downloadstable
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-family:arial;
	font-size: 12px;
	margin:0 0 0 15px;	
	text-align: left;
	border-collapse: collapse;
	
}

.downloadstable thead
{
	font-family:Arial;
	color:#588b02;
	font-size:22px;
	/*font-style:italic;*/
	margin-bottom:0px;
	/*border-bottom:solid 2px #044d44;*/
}

.downloadstable th
{
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 5px 15px;
	background: url("../resources/homemenu.gif") 0 -30px repeat-x;
	color: #044d44;
}
.downloadstable td
{
padding: 2px 15px 2px 0px;
border-bottom: 1px solid #e8edff;
}

 h1, h2, h2 a
{
font-weight:bold;
color:#044d44;

}
 h1
{
font-size:16pt;
}
 h2, h2 a
{
/*font-size:12pt;*/
font-size:12px;
text-decoration:none;
color:#044d44;
}

.questions
{
	width:500px;
	/*height:00px;*/
	margin:0px 30px 50px 20px;

}


.questionsstyle
{
width:450px;
height:20px;
background:#ffffff; 
font-family:Arial; 
font-size:15px;
color:#044d44;
cursor:hand;
position:relative;
top:0px;
left:0px;
text-align:center;
color:#FFFFFF;
z-index:1;
}