html {height:100%;}

body { height:100%; margin:0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
 	color: #000090 ; background-color: #A7E1F9;}
 	
 	
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}


/* places the links on top of the background image */
#linksSet {position:fixed; top:10;}


/* places the content ontop of the background image */
#content {position:relative; z-index:1; }
 	
#actualContent {margin-left:20%; margin-right:20%; margin-top:10%}
	


/* background-color: #A7E1F9;*/

a:link {color: blue}
a:visited {color: blue}
a:hover {color: blue}
a:active {color: blue}


.quotation {font-style: italic;}

h1,h2 {text-align:center;}

.plProfText {float:left; width:80%; font-size:10pt}
.plProfImg {float:left;margin-right:20px;}
.plProfHeading {font-weight:bold; display:block; margin-bottom:15px; font-size:15pt}
.plProfCategory {font-weight:bold;}


.plaintext {font-weight:normal}

.boldtext {font-weight:bold}



