
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #949393;
}
.oneColFixCtrHdr #container {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff url(/imgs/mosaic150.jpg) repeat-x; 
	height:150px;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


#clipboard {
	position: absolute; z-index:220; left:-10px; top:80px; height:500px; width:290px; overflow: hidden; 
	background: transparent url("/imgs/clipboard.gif") no-repeat 0 0;
}
#clipboardc {
	position: absolute; z-index:220; left:-10px; top:60px; height:510px; width:290px; overflow: hidden; 
	background: transparent url("/imgs/clipboardcontact.gif") no-repeat 0 0;
}
#clipboardtext {
	position: absolute; z-index:220; left:30px; top:100px; height:420px; width:250px; overflow: auto; 
	background: transparent ;
	font-size: 18px;
	font-weight:normal;
	color: #ff6600;

}
#clipboardlong {
	position: absolute; z-index:220; left:-10px; top:50px; height:600px; width:290px; overflow: hidden; 
	background: transparent url("/imgs/clipboardlong.gif") no-repeat 0 0;
}
#clipboardlongtext {
	position: absolute; z-index:220; left:30px; top:80px; height:500px; width:240px; overflow: auto; 
	background: transparent ;
	font-size: 18px;
	font-weight:normal;
	color: #ff6600;
}
p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #949393;
	padding:0;
	margin-left:0px;
	margin-top:0px; 
    margin-right: 0px; 
	margin-bottom:10px;}

div {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #949393;
}

div.cen {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #949393;
}


.title {
	position: absolute;
	top:70px; 
	left:85px;
	height:26px; 
	width:460px;  
	overflow: hidden; 
	
	padding-top:2px;
	padding-left:5px;
	padding-right:50px;

	font-size: 18px;
	font-weight:bold;
}
.titlestory {
	position: absolute;
	top:70px; 
	left:282px;
	height:26px; 
	width:550px;  
	overflow: hidden; 
	
	padding-top:2px;
	padding-left:5px;
	padding-right:50px;

	font-size: 18px;
	font-weight:bold;
}
.beginstory {
	position: absolute; 
	z-index:200; 
	left:50px; 
	top:130px; 
	width:900px; 
	overflow: auto; 
	background-color:#transparent; 
	layer-background-color:#transparent;
}
.padstory {
	padding-left:240px; 
	padding-right:120px;
}
.padinfo {
	padding-left:40px; 
	padding-right:120px;
}

.mytext {
	font-size: 12px;
	color: #4e4670;
	text-align: left;
}
.mynote {
	font-size: 12px;
	color: #4e4670;
	text-align: left;
}

.my14 {
	font-size: 14px;
}
.my15 {
	font-size: 15px;
}
.my16 {
	font-size: 16px;
}
.my18 {
	font-size: 18px;
}
.my20 {
	font-size: 20px;
}

.copyright {
	font-size: 10px;
	color: #a6a6a6;
	text-align: left;
}

.searchtext {color: #a6a6a6; font-size: 12px;}

strong {
	color: #ff6600;
}

.myblue {color: #485490}
.myblueL {color: #939abe}
.myorange {color: #ff6600}
.myorangeB {color: #ff6600;font-weight:bold; }
.myorangeL {color: #f08d21}
.mypurple {color: #4e4670}
.mypurpleL {color: #685f8c}


.myborder { 
	margin-left:0px;
	margin-top:0px; 
    margin-right: 00px; 
	margin-bottom:8px;
	text-align: left;
}
span.myborder img
{
	border-top: 1px solid #bbb;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #bbb;
	}
	
.floatLeft { 
    float: left;
	margin-left:0px;
	margin-top:0px; 
    margin-right: 20px; 
	margin-bottom:8px;
	text-align: left;
}
span.floatLeft img
{
	border-top: 1px solid #bbb;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #bbb;
	}
	
.floatRight { 
    float: right; 
	margin-left:20px;
	margin-top:0px; 
    margin-right: 0px; 
	margin-bottom:8px;
	text-align: right;
	}

.floatRight2 { 
    float: right; 
	margin-left:20px;
	margin-top:0px; 
    margin-right: 0px; 
	margin-bottom:8px;
	text-align: right;
	}

span.floatRight img
{
border-top: 2px solid #999;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 2px solid #999;
}
span.floatRight2 img
{
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}

.maintext {border:0px solid #ddd; margin:0 0 0 0;}
.maintext p {padding:0 0 0 0; margin:0;}
.maintext p.bold {font-weight:bold;}



.linklist {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #575d50;
	padding-top:5px;
}.linklistt {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #575d50;
	padding-top:2px;
	padding-bottom:2px;
}

/* font-weight: bold; */
a:link, a:visited	
{text-decoration: none	; color: #cc7619; }

a:hover	
{text-decoration: underline	; color: #cc7619; }

a:active	
{text-decoration: none	; color: #cc7619; }


a.hlink:link, a.hlink:visited	
{text-decoration: none	; color: #5f5883; font: 16px Verdana, Arial, Helvetica, sans-serif;}

a.hlink:hover	
{text-decoration: none	; color: #e87300; font: 16px Verdana, Arial, Helvetica, sans-serif;}

a.hlink:active	
{text-decoration: none	; color: #5f5883; font: 16px Verdana, Arial, Helvetica, sans-serif;}



a.slink:link, a.slink:visited	
{text-decoration: none	; color: #a6a6a6; font: 14px Verdana, Arial, Helvetica, sans-serif;}

a.slink:hover	
{text-decoration: none	; color: #e87300; font: 14px Verdana, Arial, Helvetica, sans-serif;}

a.slink:active	
{text-decoration: none	; color: #a6a6a6; font: 14px Verdana, Arial, Helvetica, sans-serif;}



a.wlink:link, a.wlink:visited	
{text-decoration: none	; color: #a6a6a6; }

a.wlink:hover	
{text-decoration: none	; color: #6b6099; }

a.wlink:active	
{text-decoration: none	; color: #a6a6a6; }

a.glink:link, a.glink:visited	
{text-decoration: none	; color: #a6a6a6; }

a.glink:hover	
{text-decoration: none	; color: #ffffff; }

a.glink:active	
{text-decoration: none	; color: #a6a6a6; }

a.mlink:link, a.mlink:visited	
{text-decoration: none	; color: #3e7a92;}

a.mlink:hover	
{text-decoration: none	; color: #3e7a92; }

a.mlink:active	
{text-decoration: none	; color: #3e7a92; }







ul#pfs {
  padding : 0;
  margin : 0 auto;
  width : 160px;
}

ul#pfs li  {
  float : right;
  list-style-type : none;
  font-size : 100%;
  text-align : center;
}

ul#pfs li a {
  padding : 2px 2px 0px 1px;
  background-color : #transparent;
  border : 1px #transparent;
  text-decoration : none;
  color : #a6a6a6;
  display : block;
  width : 22px;
  height : 22px;
}

ul#pfs li a:hover {
  background-color : #ffa347;
  border : 1px #ffa347;
  color : #fff;
}

ul#pfs li a:focus, ul#pfs li a:active {
  background-color : #396c00;
  border : 1px #396c00;
  color : #fff;
}

ul#pfs li#pfs_large a {
  font-size : 110%;
  padding : 2px 2px 0px 1px;
}

ul#pfs li#pfs_larger a {
  font-size : 120%;
  padding : 2px 2px 0px 1px;
}

ul#pfs li#pfs_largest a {
  font-size : 130%;
  padding : 2px 2px 0px 1px;
}

ul#pfs li a span, ul#pfs li#skip_pfs, ul#pfs li#top_pfs {
  position : absolute;
  top : -9000px;
  left : -9000px;
}

