/* Style sheet for 2006 Porta Treatment website version*/

body {background-color: white;
	text-align:justify;
}

a:link { text-decoration:none; color: #000099}
a:visited {text-decoration:none; color: #000099}
a:hover {text-decoration: underline; color: #660066}
a:active {text-decoration:none; color: #FF9966}

/* #something indicates id name */

#menu  {width:25%;
	float:left;	} /* note: you could use pixels if you like instead of % */
	
#main {width:70%; /* note: you could use pixels if you like instead of % - best if the two columns add up to less than 100% */
	float:right;}


h1 { 
	font-family:Arial, Helvetica, sans-serif; /*heading in banner only*/
	color:#000000; font-size: xx-large;
	font-style:italic; font-weight:bold;
	text-align:center;
}

h2 { 
	font-family:Arial, Helvetica, sans-serif; /*heading in text boxes only*/
	color:#000000; font-size:x-large;
	font-style:italic; font-weight:bold;
	text-align:center;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif; /*heading for links menu items and --- seperator only*/
	color:#000000; font-size: x-small;
	font-style:normal; font-weight: normal;
	text-align:center;	
}

h4 { 
	font-family:Arial, Helvetica, sans-serif; /*heading in text boxes only*/
	color:#000000; font-size: small;
	font-style: normal; font-weight:bold;
	text-align: left;
}

h5 {
	font-family:Arial, Helvetica, sans-serif; /*banner points on homepage*/
	color:#000000; font-size: large;
	font-style: normal; font-weight:bold;
	text-align: center;
}

p.ptt { 
	font-family:Arial, Helvetica, sans-serif; /*Normal document text*/
	color:#000000; font-size:small;
	font-style: normal; font-weight: normal;
	text-align: justify;
}
p.pt {
	font-family:Arial, Helvetica, sans-serif; /*bold italic for words such as 'Porta Treatment'*/
	color:#000000; font-size:small;
	font-style: italic; font-weight: bold;
	text-align: justify;
}

p.pt1 { 
	font-family:Arial, Helvetica, sans-serif; /*Normal document text*/
	color:#000000; font-size:small;
	font-style: italic; font-weight: normal;
	text-align: justify;
}

p.fa1 {   
	font-family:Arial, Helvetica, sans-serif; /*for FAQ questions*/
	color:#000000; font-size:small;
	font-style:	italic; font-weight: bold;
	text-align: justify;
}
	
p.fa2 {   
	font-family:Arial, Helvetica, sans-serif; /*for FAQ answers*/
	color:#000000; font-size:small;
	font-style: normal; font-weight: normal;
	text-align: justify;
}

p.gla { 
	font-family:Arial, Helvetica, sans-serif; /*Glossary term*/
	color:#000000; font-size:small;
	font-style: normal; font-weight: bold;
	text-align: justify;
}

p.p2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*for text below line on homepage*/
	color: #999999; font-size: xx-small;
	font-style: normal; font-weight: normal;
	text-align: justify;
}

p.p3 {
	font-family: Arial, Helvetica, sans-serif; /*for italic text*/
	color: #000000; font-size: small;
	font-style: italic; font-weight: normal;
	text-align: justify;
}

p.cap {
	font-family:Arial, Helvetica, sans-serif; /*illustration captions*/
	color:#000000; font-size:small;
	font-style: italic; font-weight:normal;
	text-align:justify;
}

/* *.* indicates class variations ie: same type of HTML element (such as img) but with different properties */

img.im1 {
	float:left;
	border:1px solid black;
	margin:6px 10px 0 50px;
}

img.im2 {
	float:right;
	border:1px solid black;
	margin:6px 50px 0 10px;
}

img.im3 {
	float:right;
	border:1px solid black;
}
	
ul.d{list-style-type: disc;
	font-family:Arial, Helvetica, sans-serif; /* for lists and bullet points in bold */
	color:#000000; font-size:small;
	font-style: normal; font-weight: bold;
	text-align:justify;
}

ul.a{
	list-style-type: disc;
	font-family:Arial, Helvetica, sans-serif; /* for lists and bullet points not bold */
	color:#000000; font-size:small;
	font-style: normal; font-weight: normal;
	text-align:justify;
}
