div {
	margin:0;
	padding:0;
}
a:link,a:visited,a:hover
{ 
	text-decoration: underline;
}
a:link
{ 
	color: #996600; 
}
a:visited 
{ 
	color: #CC9966; 
}
a:hover	
{ 
	color: #669933;
}
a:active	
{ 
	color: #669933; 
}
h1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:1.33em;
	color: #996600;
	text-align:center;	
	padding-top:0;
	margin-top:0;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:1.13em;
	color: #996600;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size:1.00em;
	color: #663333;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;	
	color:#996600;
	font-size:16px;
	padding:0;
	margin:0;	
	} 
h5 { /* Use this for menu choices in the left sidebar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #996600;
	padding: 0 0 20px 0;
	margin:0;
	}
a.menuItem:link {
	color: #996600;
	text-decoration: none;
	}
a.menuItem:visited {
	color: #996600;
	text-decoration: none;
	}
a.menuItem:hover {
	color: #669933;
	text-decoration: none;
	}
a.menuItem:active {
	color: #996600;
	text-decoration: none;
	}	
	
.insert {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	border-top-style: solid; 
	border-top-color: #006666; 
	border-bottom-style: solid; 
	border-bottom-color: #006666; 
	padding: 10px; 
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	}
ul {
	list-style-type: square;
	list-style-position: outside;
	}
.hintsCheckmark {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:smaller;
}
.hintsText {
	font-weight:normal;
	font-size:smaller;
}

.footer { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	}


.addthis_toolbox .two_column 
{
    width: 294px;
    padding: 10px 0 10px 0px;
    border: 3px solid #eee;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-weight:normal;
	text-align:left;
	background-color:#FFF;
}

.addthis_toolbox .two_column a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    width: 66px;
    display: block;
    text-decoration: none;
    color: #666633;
}

.addthis_toolbox .two_column a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .two_column span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .two_column  .top
{
    padding: 0 0 10px 0;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    margin: 0 20px 10px 20px;
}

.addthis_toolbox .two_column  .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 20px 0 20px;
    text-align: center;
}

.addthis_toolbox .two_column  .more a
{
    padding: 4px 0;
    width: auto;
}

.addthis_toolbox .two_column .more span
{
    display: none;
}

.addthis_toolbox .two_column .column1
{
    width: 142px;
    float: left;
}

.addthis_toolbox .two_column .column2
{
    width: 142px;
    float: left;
}

.addthis_toolbox .two_column .clear
{
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
}

img {/* border style for all images */
border: 0;
}
