/* ---------- Basic/Main ---------- */

body {
	background-color : #ffffff;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

p {
	/* The following item creates padding/space between the paragraphs. */
	margin : .5ex 0 1.5em 0;
}

.footer {
	font-size: 75%;
}

.contentfull {
	width : 600px;
	padding : 10px 0 10px 15px;
}

.colleft {
	float : left;
}

.colright {
	float : right;
}

.divcenter {
	margin : 0 125px 0 120px;
}

.sqtext {
	/* Topic Index */
	float: left;
	background-color: #ddddff;
	border: 1px solid #999999;
	text-align: center;
	padding: .5ex .5ex .5ex .5ex;
	margin: .25ex .25ex 0 0;
	font-family: Helv;
	font-size: 75%;
}

ul.nobullet {
	margin: 0 0 2ex 5ex;
	padding : 0 0 0 0;
	list-style-type: none;
}

.note {
	font-family : helv;
	font-size : 75%;
}

.srlist {
	margin: 0 0 1.5ex 5ex;
}

a:link          {color: #006666;}	
	
a:visited 	{color: #800080;}

/* 508, skip navigation, for invisible */
                                                                
a.skip:link    {font-size: 1pt;
           font-weight: normal;
           text-decoration: none;
           color: #ffffff;}
		   
a.skip:hover    {font-size: 1pt;
           font-weight: normal;
           text-decoration: none;
           color: #ffffff;}
		   
a.skip:visited    {font-size: 1pt;
           font-weight: normal;
           text-decoration: none;
           color: #ffffff;}

a.pfpdf {
	font-family : helv;
	font-size: 75%;
}

div.pfpdf {
	margin : .5ex 0 3ex 5ex;
	font-family : helv;
	font-size: 75%;
}
