/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	
	background-image:url(images/misc/bg-texture.gif);
	background-repeat:repeat-x repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top:40px;

}



.oneColElsCtr #container {
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container{
	width:800px;
	font-family:Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:1.4;
	}
#header{
	width:800px;
	height:124px;
	float:left;
	background-image:url(images/header/header_01.jpg);
	background-repeat:no-repeat;
	}
	
div.searchpos{
	padding-left:630px;
	padding-top:15px;
	float:left;
	width:170px;
	}
#searchBar{
	width:751px;
	height:61px;
	float:left;
	
}


	
#nav{
	width:800px;
	height:29px;
	background-image:url(images/nav/nav_bg_03.png);
	background-repeat:no-repeat;
	float:left;
	}
	
#nav_pos{
	margin: 0px 0px 0px 0px;
	padding:6px 0px 0px 4px;
	float:left;
	height:23px;
	width:588px;
	background-color: #dad0e8;
}

#filler{
	width:800px;
	height:32px;
	float:left;
	}

div.float {
  	float: left;
  	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	
}

#content{
	width:800px;
	margin:0px 0px 0px 0px;
	float:left;
	
	
	}
#lhs{
	width:134px;
	float:left;	
}
#text{
	float:left;
	width:615px;
	padding:10px 10px 10px 40px;
	font-family:Arial, Helvetica, sans-serif;
}



#text p{

padding:0px 0px 10px 0px;
margin:0px;
font-family:Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:1.4;

}
#text h1 img{

float:right;
margin:0px 0px 5px 10px;

}
#text p img{

float:right;
margin:0px 0px 5px 10px;

}

#text .caption{

padding:0px 0px 10px 0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;

}

#text span ul {
	margin-left:250px;
	}

#text ul{
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-left:25px;
	list-style:disc;
}

#text li{
margin-top:0px;
padding-top:0px;
padding-bottom:4px;

list-style:disc;
}

#text h1{
	padding:0px 0px 6px 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#652D90;
}

#text h2{
	padding:3px 0px 0px 0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FBB040;
}

#text h3{
padding:0px 0px 0px 0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
font-weight:bold;

}

#text strong{
font-weight:bold;

}


.make{
font-size:11pt;
color:#652D90;
text-align:center;
}
.makegreen{
cursor:pointer;
font-size:11pt;
	color: #2A840B;
	text-align:center;

}
.makegreen_out{
cursor:text;
font-size:11pt;
	color: #2A840B;
	text-align:center;

}
#text a{
color:#652D90;

}
#text a:hover{
	color:#652D90;
	text-decoration:none;
}

#footer{
	width:800px;
	float:left;
	text-align:center;
	padding-top:8px;
	font-size:11px;
	color:#666666;
	margin-left:0px;
	margin-bottom:8px;

	}
