html, body{
	padding:0;
	margin:0;
}
html, body{
	width:100%;
	height:100%;
	overflow:hidden;
}

#layout{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
	background: transparent url(../img/bgTop.jpg) repeat-x top left;
}

.fixed{
	position:absolute;
bottom: 0;
right: 0;
	z-index:-1;
}
.fixed1{
	position:absolute;
bottom: 20px;
right: 5%;
	z-index:1;
}

body{
	background-color: #C4E9FC;
		color: #000000;
 	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif;
}
a, a:visited{
color: Blue
}

div.fixed{
overflow: hidden;
background: transparent url(../img/bgBot.jpg) repeat-x top left;
height: 390px;
width: 100%;
}
#layout {
	line-height:1.5em;
}

#layout img {
	float:left;
	margin:0 20px 20px 0;
}

#content {
	padding:0 0 0 0px;
	margin: 60px 5% 200px 5%;
	font-size: 1.4em;
	line-height: 1.5em;

}
.topText{
	height: 90px;
	background: transparent url(../img/topLogo.png) no-repeat  right 0px;
	min-width: 900px;
}
.clear{
	clear: both;
}

#content p{
	margin: 5px 0 15px 0;
	padding: 0;
}
.vidd1{
	color: #005BA1;
	font-weight: bold;
}
.vid2{
font-size: 1.4em;
padding-bottom: 5px;
}

ol.ol1{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #666666;
	font-size: 0.9em;
}
.vid3{
		color: #666666;
	font-size: 0.9em;
}
.vid5{
	line-height: 1.8em;
	font-size: 1.6em;
}
.intro{
	font-style: italic;
	color: #666666;
/*	font-size: 0.9em;
	line-height: 1em;*/
}
.partn{
float: right;
width: 290px;
text-align: right;
margin: 0 0 0 10px;	
}

/*accordion*/

h2, h3{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2{
	line-height: 1.8em;
	font-size: 1.6em;
}
.accordion h3 {
/*	font-size: 1.6em;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;*/
	line-height: 1.5em;
/*	border-bottom: 1px solid #ccc;*/
	border: none;
	padding: 5px 0 5px 25px;
	cursor: pointer;	
	background: transparent url(../img/accordion.gif) no-repeat left 6px;
	color: #3E91C4;
	border: 0;
	margin: 0;
}

.accordion h3:hover {
	/*background-color: #e3e2e2;*/
	color: #EE1C25;
}
.accordion h3.active {
	background-position: left -45px;
	color: #EE1C25;
}
.acctext{
	margin: 0;
	padding: 0;
	clear: both;
}
.clearL{
	clear: right;
	height: 1px;
}
