/* CSS Document */

/*
Highlight colour1: Green: #73A629
Highlight colour2: Mid Grey: #6B6F6E
Background colour1 Dark Grey: #292B2A
Background colour2 Light Grey: #999999 
*/

td
{
	/* font:70% Arial, Helvetica, sans-serif; */
}

body
{
	margin: 0px;
	color: #fff;
	font: 73% Arial, Helvetica, sans-serif;
	height:100%;
}

table {border-collapse: collapse;}

li
{
	margin-bottom: 1.3em;
	line-height: 1.2em;
}

p
{
	margin: 0 0 1em 0;
	line-height: 1.2em;
}

a
{
	clear:both;
}

a:link 
{
	color: #FFF;
}
a:visited
{
	color: #FFF;
}
a:hover 
{
	color: #000;
}

H1
{
	text-transform:uppercase;
	font-size:1.5em;
	font-weight: normal;
	background:url(../images/bullet1.gif) left bottom no-repeat;
	padding: 0 0 0 30px;
	position:relative;
	left: -30px;
	vertical-align:text-top;
	margin: 5px 0;
}

H2
{
	font-size:1.2em;
	font-weight: bold;
	margin: 0 0 5px;
	color: #292B2A;
}

#Container
{
	width: 655px;
	height: 100%;
	/*background: #292B2A;*/
	margin: 0px auto;
}

#Header
{
	width: 655px; 
	height: 73px;
	background: url(../images/bg_fill_main.gif) repeat;
	clear: both;
}

#LogoMain
{
	margin: 20px 0 0 6px;
	width: 135px;
	height: 44px;
	float:left;
}

#TimeArea
{
	width: 277px;
	padding: 0 0 2px 5px;
	float: right;
	border-left: 2px solid white;
	position: relative;
	top: 55px;
	font-size: 0.9em;
}

#ImageArea
{
	width:655px;
	padding: 4px 0;
	background: #fff;
	clear:both;
}

#NavArea
{
	width: 655px;
	margin: 0;
	background: #fff;
	clear:both;
}

#NavArea a
{
	display:block;
	text-decoration:none;
	background: #999999 url(../images/corner1.gif) bottom right no-repeat;
	padding: 4px;
	height: 37px;
}

#NavArea .members a
{
	display:block;
	text-decoration:none;
	background: #73A629 url(../images/corner2.gif) bottom right no-repeat;
	padding: 4px;
	height: 37px;
}

#NavArea a:link {
	color: #FFF;
}
#NavArea a:visited {
	color: #FFF;
}
#NavArea a:hover {
	color: #FFF;
	background: #6B6F6E url(../images/nav_tab_highlight.gif) bottom right no-repeat;

}

#NavArea .members a:hover {
	color: #FFF;
	background: #6B6F6E url(../images/nav_tab_highlight.gif) bottom right no-repeat;

}
#NavArea a:active {
	color: #FFF;
}



#NavArea td
{
	padding:0px 3px 0px 0px;
	font-size: 1.1em;
	line-height: 1.4em;
	width:91px;
	height: 45px;
	background: #fff;
	vertical-align:top;
}

#NavArea .members
{
 	padding:0px;
	width:280px;
	height: 45px;
}


#Main 
{
	width: 655px;
	margin: 0;
	background: #fff;
	border-top: 4px solid #fff;
	clear:both;
}



#ColumnLeft
{
	float: left;
	width: 328px;
	background: #999999 url(../images/corner1.gif) bottom right no-repeat;
	border-top: 3px solid #6B6F6E; 
	padding: 8px 15px 20px 30px;
	/* hack to set min hight in IE */
	height: auto !important;
	height: 220px; 
	min-height: 220px;
	/* overflow:auto; */
}

#ColumnRight
{
	float:right;
	height: auto;
	width: 279px;
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0px;
	border-collapse:collapse;
}

#ColumnRight tr
{

	border-bottom: 2px solid white;
	margin: 20px;
}


#ColumnRight td
{
	border-top: 3px inset #292B2A;
	border-bottom: 2px solid #FFF;
	background: #73A629 url(../images/bottomedge.gif) bottom right no-repeat;
	padding: 5px 5px 5px 30px;
	height: 33%;

}

#ColumnRight p
{
	margin: 0 5px 5px 0;
	font-size:0.9em;
	line-height: 1.2em;
}

#ColumnRight H1
{
	text-transform:uppercase;
	font-size:1.4em;
	font-weight: normal;
	background:url(../images/bullet2.gif) left bottom no-repeat;
	padding: 0 0 0 30px;
	margin: 0;
	position:relative;
	left: -30px;
	vertical-align:text-top;
	color: #fff;

}


/*#NavArea table
{
	margin: 0;
	padding: 0;
}*/





#Footer
{
	width: 635px;
	border-top: 4px solid #fff;
	padding: 2px 10px 4px;
	background: #292B2A;
	clear:both;
}





.Highlight1
{
	color: #73A629;
}

.Highligh2
{
	color: #000;
}


.qa {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

#form1 #Container #boxout {
	position: relative;
	right: auto;
	left: 30px;
	top: 0px;
	float: right;
	height: 400px;
	width: 150px;
}
