﻿body 
{
 padding: 0;
 margin: 0;
 background-color:white;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration:none;
 color:black;
 font-size: 12px;
 }
 h1 
 {
 position:relative;
 z-index:1;
 margin-left:50%;
 font-family:"Times New Roman", Times, serif;
font-size:xx-large;
font-weight:normal;
font-style:italic;
color:black;	
}
h2 
{
font-family:"Times New Roman", Times, serif;
font-size:x-large;
font-weight:bold;
font-style:italic;
color:black;	
} 
h3 
{
font-family:"Times New Roman", Times, serif;
font-size:medium;
font-weight:normal;
font-style:normal;
color:black;	
} 

#header
 {
position:relative;
z-index:2;
 margin: 0px;
 height: 150px;
 padding: 0px;
 background-image:url('http://www.raindropsto.com/images/Untitled-1.jpg');
 background-repeat:no-repeat; 
 }
 #navbar 
 {
 margin: 5px;
 padding: 4px;
 background-color: white;
}
#leftcolumn 
{ 
/* Parent Wrapper for inside boxes */
 margin: 0 0 0 0;
 padding: 0px;
 display: inline; /* IE Hack */
 width: 18%;
 float: left;
 background-color: white;
 min-height: 400px;
}
* html #leftcolumn 
{
height:400px
} /* IE Min-Height Hack */ 
#leftcolumn ul
{
margin: 0 0 0;
padding: 0;
list-style-type:none;
} 
 #leftcolumn li 
{ 
margin: 0 0 .2em 0; 
}
 #leftcolumn a
{
 display: block;
color:black;
font-weight:bold;
text-align:center;
background-color:transparent;
width: 138px;
padding: .5em 1.5em;
text-decoration: none;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
}
 #leftcolumn a:hover
{
background-color: #369;
color: #FFF;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
#centercolumn 
{
 margin: 0 0 0 0;
 display:block; /*IE Hack*/
 padding: 0px;
 width: 80%;
 float:right;
 background-color:white;
 }
* html #centercolumn 
{
height:0px
} /* IE Min-Height Hack */ 
#footer 
{
 background-color:white;
 margin: 0 0 0 0;
 display: inline; /* IE Hack */
 padding: 0px;
 float: left;
 width: 100%;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: right;
}
.style3 {
	color:red;
	font-size:large;
	font-weight:bold;
}
.style4 {
	color:red;
	font-weight:bold;
}
.style5 {
	text-decoration:line-through;
}