/**
red = #E61938
background = #E1E1E1

**/

body {
	margin: 0px;
	padding: 0px;
	font-family:  arial, sans-serif;
	font-size: .9em;
	color:#666666;
	/*background:url(../images/bannerBG.jpg) repeat-x;*/
	background-color:#E1E1E1;
}

* {
margin: 0px;
padding: 0px;
}

.top{
width: 912px;
height: 130px;
background:url(../images/banner.gif) no-repeat top left;
}

.outercontainer
{
margin: 0px auto;
width: 912px;
padding: 0px;
}

.container
{
width: 912px;
min-height: 400px;
padding: 0px;
background:url(../images/containerBG.gif) repeat-y;
}

/** IE6 **/
* html .container{
height: 400px;
}


.content
{
padding: 20px;
margin: 0px;
width: 872px;
min-height: 300px;
}

/* for IE */
* html .content {
height: 300px;
}

a:link {
	color: #E61938;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #E61938;
	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.4em;
	color:#E61938;
	text-transform: none;
	margin: 0px 0px 5px 2px;
	padding: 0px;
	font-weight: bold;
}

h2{
	font-size: 1.3em;
	color:#E61938;
	text-transform: none;
	margin: 0px 0px 5px 2px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-size: 1.2em;
	color:#E61938;
	text-transform: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	font-weight: bold;
}


p {
margin:0px;
padding: 5px;
}


.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: 18px;
text-align:center;
height: 300px;
}

.tableHead{
	background-color:#FFFFFF;
	color: #466EA0;
	font-size: 1.1em;
	font-weight: bold;
}

.rowDark{
	background-color:#E4E4E6;
	color: #466EA0;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}

.rowLight{
	background-color:#FFFFFF;
	color: #466EA0;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}


.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: #E61938;
}

.outline{
border: 1px solid #666666;
}


.form_button{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../images/buttonBG_up.jpg);
border: 1px solid #466EA0;
font-family: Tahoma, Arial,  sans-serif;
color: #466EA0;
font-size: 12px;
font-weight: normal;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}

.speakerbox a.button {
	padding: 3px 10px 5px 7px;
	font-size:0.8em;
	font-weight:bold;
	clear:both;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/bioButton.gif) no-repeat top left;
	}


.footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #466EA0;
	height:20px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	width: 912px;
	background:url(../images/bottom.gif) no-repeat bottom left;
}



/** VIDEO AND SLIDE WINDOW STYLES**/

.vidtop{
	height: 30px;
	text-align:center;
}

.vidtop h1{
	font-size: 14px;
	color:#004059;
	text-transform: none;
	margin: 0px;
	padding-top: 4px;
	font-weight: bold;
}


#vidHolder{
width: 320px;
min-height: 310px;
margin: 0px;
padding: 0px;
/*border: solid 1px #466EA0;*/

}


/* for IE */
* html #vidHolder{ 
height: 310px;
}


#dropdown {
margin:4px 0px 0px 0px;
padding:0px;
height:20px;
/*float:left;*/
}


