

/*NOTE: TO CHANGE ELEMENTS APPEARANCE:
 RIGHT AFTER THE P: <P class"classname"> THEN IN THE CSS FILE, ADD A LINE: p.classname{ color: green}   could also specify property here for e.g.h1 {border-bottom 1 px solid black}*/

body {
     background-color: #d2b48c;
	margin-left: 2%;
	margin-right:2%;
	margin-top: 2%;
	margin-bottom: 2%;
	border: 7px solid brown;
        padding: 30px 35px 30px;
	font-family: Times, Times-New-Roman, serif;
	line-height: 1.6em;
	background-image: url(images/rossbignobacklighter.gif);
	background-repeat: no-repeat;
	background-position: right;
}

h1 { border-bottom: 2px solid black} 

#intro { border: 2px solid black;
	background-color: #d3b496;
	padding: 20px;
	margin: 40px; overflow: hidden;
		}

.dropdownA
{background-color: green; 
font-size: 20pt;}


.insideintroleft { 
float: left; 
padding: 2px; 
line-height:1.2em; 
padding-top: 5px; 
width: 10%; 
background-color: #d3b496; 
text-align:center; 
font-size:8pt; 
font-weight:bold; 
height=100%
margin-right: 20px; 
margin-top: 1px; 
}

.greyout {opacity: 0.4; }
.pale {background-color: #d9dfee; }

.linespacer {line-height:150%}

.insideintroright2 {
	width: 80%;
	background-color: #d3b496;
	float: right; 
	padding-left: 1px;
	margin: 5px;
	line-height: 1.6em;
   	font-style: italic;
	color: black;
	font-weight: bold;
	height: 100%;
	background-color: #d3b496; overflow:hidden; }
	
.clearright {clear:right; }

.clearboth
{clear: both;}


#table {border: none; margin: 5px;  border-spacing: 10px; border-collapse: collapse; 
	    text-align: center; font-weight: bold; font-size: 10pt; }

.withpix {border: none; margin: 5px;  border-spacing: 10px; border-collapse: collapse; 
	    text-align: center; font-weight: bold; font-size: 10pt; }


#table div {overflow: auto; margin: 10px;}

#table table {border-collapse: collapse; }

.wraptextright20 
 {float: left;
 margin-right: 24px;
width: 20%; 
padding: 0px; 
border-style: none; 
clear: left; 
overflow: hidden; 
}


#table table td {width: 5%; border: 2px solid brown; padding: 5px; text-align: center; background-color: #d2b48c;
     }

#table table th {width: 5%; border: 2px solid brown; padding: 5px; text-align: center; background-color: #d2b48c;
     }

.wraptextlefticon
{float: right; clear: right; height: 31; width: 88;}

ul {list-style-position: inside;}

img {border: none;}

#nooverflow
{overflow: hidden;}

.smallvertmargin {padding-top: 1px; padding-bottom: 1px; }

.center {text-align: center;
		font-size: 110%;
		font-weight: bold;}

.underline {text-decoration: underline;}