/**
background  = #663C2C 
green = #00A94F
**/

body {
margin: 0px;
padding: 0px;
background-color: #663C2C; 

}

* {
margin: 0px;
padding: 0px;
}

.top{
width: 757px;
height: 159px;
background:#FFFFFF;
background:url(../images/top.jpg) no-repeat top left;
}

#outercontainer{
width: 757px;
margin: 0px auto;
background-image: url(../images/content.jpg);
}

#container
{
width: 757px;
padding: 0px;
font-family: "Times New Roman", Times, serif;
color:#333333;
}

.content
{
padding: 10px 30px 10px 30px;
margin: 0px;
width: 697px;
min-height: 320px;
font-size: 1.1em;
}

/* for IE6 */
* html .content {
height: 320px;
}

a:link {
	color: #663C2C;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #663C2C;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
}


h1{
	font-size: 1.2em;
	color:#000000;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

h2{
	font-size: 1.2em;
	color:#000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-size: 1.2em;
	color:#000000;
	text-transform: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	font-weight: bold;
}


p {
font-size: .8em;
margin:0px;
padding: 10px 0px 10px 0px;
}


.title h1{
width: 100%;
text-align:center;
padding: 0px;
font-size: 1.6em;
color:#00A94F;
}

.infobox{
width: 100%;
color:#333333;
background-color:#FFFFFF;
margin: 0px;
/*padding: 2px;*/
font-size:.9em;
}


.infobox ul{
list-style:outside;
}

.infobox li{
padding: 5px 0px 5px 0px;
}

.infobox li{
margin-left: 24px;
}


.supportBox{
margin-left:0px;
font-size: 1.4em;
text-align:center;
height: 300px;
}

.tableHead{
	background-color:#FFFFFF;
	color: #466EA0;
	font-size: 1.1em;
	font-weight: bold;
}

.rowDark{
	background-color:#6D593C;
	color: #E1DCC0;
	font-size: .9em;
	font-weight: normal;
	padding: 2px;
}

.rowDark a{
	color: #E1DCC0;
}

.rowLight{
	background-color:#E1DCC0;
	color: #6D593C;
	font-size: .9em;
	font-weight: normal;
	padding: 2px;
}


td{
font-size: .8em;
}


.clear{
clear: both;
/*width: 90%;*/
}

.dotted{
border-bottom: 1px dotted #999999;
margin: 15px 0px 15px 0px;
}

.to-right{
float: right;
}

.to-left{
float: left;
}



.colour{
color: #666666;
}

.outline{
border: 1px solid #666666;
}


.form_button{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../images/buttonBG_up.jpg);
border: 1px solid #000000;
font-family: Tahoma, Arial,  sans-serif;
color: #000000;
font-size: 12px;
font-weight: normal;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}

a.button {
	padding: 5px 10px 6px 10px;
	font-size:0.95em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/smallButton.gif) no-repeat top left;
	}


.footer
{
	clear: both;
	margin: 20px 13px 0px 13px;
	padding: 10px;
	color: #663C2C;
	height:10px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px dotted #663C2C;
	width: 713px;
}

/* for IE 6*/
* html #footer {
margin-bottom: -8px;
}
.bottom{
width: 757px;
height: 17px;
background:url(../images/bottom.jpg) no-repeat bottom left;
}


/** VIDEO AND SLIDE WINDOW STYLES**/




#vidHolder{
	width: 320px;
	min-height: 310px;
	margin: 0px;
	padding: 15px;
	background:url(../images/vidbg.jpg) no-repeat top left;
}


/* for IE */
* html #vidHolder{ 
height: 310px;
}


#dropdown {
margin:4px 0px 0px 0px;
padding:0px;
height:20px;
/*float:left;*/
}

