* { padding: 0; margin: 0; }

body {
 margin: 0px auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 17px;
 color: #663399;
 width: 800px;
}

#wrapper { 
 width: 800px;
 float: left;
 background: url("../images/background.jpg ") top center repeat-y;
}

a:link {
background-color: transparent;
color: #9900FF;
font-weight: normal;
text-decoration: underline;
}

a:hover {
background-color: transparent;  
color: #9999FF;
font-weight: normal;
text-decoration: underline;
}


#title { 
 color: #339900;
 font-size: 16px;
 font-weight: bold;
 text-align: left;
 margin: 9px 0px 3px 0px;
}

p {
 margin: 0px 0px 9px 0px;

}

#signature { 
 color: #8C80AB;
 font-weight: normal;
 font-style: italic;
 text-align: right;
 margin: 3px 0px 3px 35px;
}

#header {
 color: #333;
 float: left;
 border: 0px solid #ccc;
 height: 100px;
 background: url("../images/header.jpg") left top no-repeat;
 width: 800px;

}

h2 {
 color: #663399;
 font-size: 20px;
} 

h3 {
 color: #663399;
 font-size: 20px;
} 


h4 {
 color: #663399;
 font-size: 14px;
} 


#headercontent {
 margin: 80px 30px 0px 0px;
 text-align: right;
 color: #000066;
 font-weight: bold;
}

#leftcolumn { 
 float: left;
 background: url("../images/menu.jpg") left top no-repeat;
 width: 161px;
 height: 267px;
}

ol {
 padding: 25px 0px 0px 45px;
}


#leftmenu ul {
 list-style: none;
 padding: 25px 0px 0px 45px;
}


#leftmenu {
 font-size: 13px;
}

#leftmenu li {
margin-top: 6px;
}

#leftmenu a:link {
background-color: transparent;
color: #9900FF;
font-weight: normal;
text-decoration: underline;
}

#leftmenu a:hover {
color: #9999FF;
}


#rightcolumn { 
 float: right;
 color: #000;
 background: url("../images/body.jpg") right top no-repeat;
 width: 639px;
 min-height: 250px;
}

#rightcontent {
 padding: 25px 30px 10px 10px;
}

img {
 padding: 3px 6px 6px 3px;
 margin: 3px 6px 6px 3px;

}


#footer { 
 float: left;
 border: 0px solid #ccc;
 background: #FFF;
 background: url("../images/footer.jpg") left top no-repeat;
 width: 800px;
 height: 33px;
}

#footercontent { 
 color: #FFF;
 font-weight: bold;
 text-align: center;
 float: left;
 margin: 10px 0px 0px 0px;
 width: 780px;
}

.contentheading {
	font-weight: bold;
	font-size: 1.1em;
	}
	
#backtotop { 
 font-weight: normal;
 font-style: italic;
 text-align: right;
 font-size: 10px;
 margin: 3px 30px 3px 0px;
}

#copyrightfooter { 
 color: #8C80AB;
 font-weight: normal;
 font-style: normal;
 text-align: center;
 font-size: 11px;
 margin: 15px 0px 3px 010px;
 background: #FFF;
 width: 800px;
}
