/* external stylesheet for Bruce Dunn's Website Design */

body{
	 padding: 0px;
	 margin-top: 5%;
	 margin-left: 14%;
	 margin-right: 14%;
	 background-color: #ffffcc;
	 text-align: center;
     }
/* This is the header or logo */     
.head {
     margin-top: 0px;
     padding: 0px;
     width: auto;
     font-size: 100%;
      }
/* End header */ 
h1.title { 
        font-size: 100%;
		text-align: center;
		background-color: transparent;
		font-family: verdana, arial, helvetica, sans-serif;
        font-style: italic;
		color: #000066;
        text-decoration: underline;
        font-weight:800;
        }
.error { 
        font-size: 140%;
        text-align: center;
		margin-top: -36px;
        background-color: transparent;
		font-family: verdana, arial, helvetica, sans-serif;
        font-style: italic;
        color: red;
        font-weight: 600;
        }		
.content {
		width: 700px;
		background-color: #B0BCE0;
        text-align: center;
        padding: 0px;
          }    
 .maincontent {
        text-align: justify;
        width: 84%;
		margin-left: 8%;
		margin-right: 8%;
		font-size: 100%;
        line-height: 1.5em;
        text-indent: 1em;
		font-family: verdana, arial, helvetica, sans-serif;
		      }
.col1 {width: 40%;
        font-size: 80%;
        border: 2px inset #cccccc;
		line-height: 1.5em;
        text-indent: 1em;
		margin-left: 10%;
		padding: 8px;
		float: left;
		font-family: verdana, arial, helvetica, sans-serif;
        }
.col2 {width: 40%;
        font-size: 80%;
        border: 2px solid #cccccc;
		line-height: 1.5em;
        text-indent: 1em;
		margin-left: 2%;
		padding: 8px;
		float: left;
		font-family: verdana, arial, helvetica, sans-serif;
        }	
.col2a {width: 46%;
        font-size: 80%;
        line-height: 1.5em;
        text-indent: 1em;
		padding: 8px;
		float: left;
		font-family: verdana, arial, helvetica, sans-serif;
        }	
.whole {width: 80%;
        text-align: justify;
        font-size: 84%;
		margin-left: 8%;
		margin-right: 8%;
        line-height: 1.5em;
        text-indent: 1em;
		padding: 8px;
		float: left;
		font-family: verdana, arial, helvetica, sans-serif;
        }						
p{margin-top: -10px;}			
li.menu{display: inline; margin-left: 7px;font-weight:600;}      
a:link {
    text-decoration: none;
    color: #000099;
  }
 a:visited{
color: #000000;
} 
a:hover{
text-decoration: underline;
color: #990033;
}
a:active {
text-decoration: none;
color: #663300;
}
hr {background-color:#ffffcc;
/* End verticle Buttons */ 
     
