/* Formatting for Drill Articles */
body, div, img, table, tr, td, {
    margin:0px;
	padding:0px;
	border:0px none;
}

body {
    background-color:#986530;	
    text-align: center;
}

#wrapper {
     width:790px; 
	 position:relative; 
	 background-color:#FFFFFF; 
	 margin:10px auto auto auto;
	 padding:0px; 
	 text-align: left;
	 border: 5px solid #000000;
}	
.title {                        
       background-color: #000;
       color: #FFF;
       font-family: Georgia,"Times New Roman",Times,serif;
       font-size: 14px;
       font-weight: bold;
       padding: 5px 0px;
}

.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background:#986530;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #FFFFFF;
}
.articletext {
     font-family: Georgia, "Times New Roman", Times, serif; 
	 font-size: 13px;
}
.strongtext {
	font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; 
	font-weight: bold; 
}
.redtext {
	font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; color: #F00;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; color: #0a0;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; color: #000099;
}
.margins {
	margin-right: 100px;
	margin-left: 100px;
}
.spacing {
     padding-left:30px;
	 padding-right:30px;
}	
a       {
	color:#000000;
	text-decoration: none;
}
a:hover {
    color: #986530;
	text-decoration:underline;
    /*background-color: #00f;*/
} 
.linktext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
#button ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
        font: bold 0.84em Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: .7em;
}

#button ul li { display: inline; }

#button ul li a {                   
       background-color: #986530;
       color: #FFFFFF;
       padding: 0.15em 0.8em;
       text-decoration: none;
       border-top: 1px solid #986530;
       border-right: 1px solid #98650;
       border-bottom: 1px solid #000000;
       border-left: 1px solid #000000;
}

#button ul li a:hover {             
       background-color: #BC9148;
       color: #EEEEEE;
       border-top: 1px solid #2666666;
       border-right: 1px solid #666666;
       border-bottom: 1px solid #BC9148;
       border-left: 1px solid #BC9148;
}
