body 		 	 {background-color: seashell}

div.wrapper 	 {width: 750px;
							 }

div.header {text-align: center; 
					 padding: 5px;
					 border-bottom: solid medium #800080;  
					 }
div.footer {clear: both;
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 text-align: center;
					 word-spacing: 100px;
					 padding: 5px;
					 border-bottom: solid medium #800080;
					 }
div.content   {font-family: Verdana, Arial, Helvetica, sans-serif;
							padding: 5px;}
							
div.leftcolumn {float: left;
						width: 200px;
						left: 0px;
						}
div.rightcolumn {position: absolute;
						 left: 250px;
						 width: 500px;
						 z-index: 3;
						 }

.inline		 {display: inline;}

a:link		 {text-decoration: none;
					 color: blue;
					 } 
a:active	 {text-decoration: none;
					 color: green;
					 } 
a:visited  {text-decoration: none;
					 color: blue;
					 } 
a:hover		 {text-decoration: underline;
					 color: green;
					 } 
					 

h1,h2,h3,h4,h5,h6 {font-family: Times;}

p 				 {font-family: Verdana, Arial, Helvetica, sans-serif;}

.boldyes 	 {font-weight: bold;}
.boldno 	 {font-weight: normal;}
.lefttext  {text-align: left;}
.righttext {text-align: right;}
.justifytext {text-align: justify;}
.centertext {text-align: center;}
.italicyes {font-style: italic;}
.italicno  {font-style: normal;}
.textinline  {display: inline;}
.pct80 		 {font-size: 80%;}
.pct100 	 {font-size: 100%;}
.pct120 	 {font-size: 120%;}
.pct150 	 {font-size: 150%;}
.pct180 	 {font-size: 180%;}
.pct240		 {font-size: 240%;}
.inline		 {display: inline;}
.floatleft {float: left;}
.floatright {float: right;}
.lineht200 {line-height: 200%;}

li,ul.none    {list-style: none;}
li,ul.disc		{list-style: disc;}



