 
* { 
    -moz-box-sizing: border-box;
	margin-top: 0px;
} 

body
	{
	background: #BCD763;
	}
 

 
#banner
	{
	background: black;
	width: 804px;
	border: 2px solid black;
	}
	
.chromestyle{
width: 804px;
border-left: 2px solid black;
border-right: 2px solid black;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: #000000;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 3px 18px;
margin: 0;
text-decoration: none;
font-family: verdana, arial;
font-size: 14px;
font-weight: bold;
}

.chromestyle ul li a:hover{
background: #669900;
color: white;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
text-align: left;
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #669900;
color: white;
}

#content
	{
	background: #FFFFCC;
	color: #000000;
	width: 804px;
	border: 2px solid black;
	text-align: left;
	font-family: Verdana, arial;
	font-size: 14px;
	}
	
#content2
	{
	background: #FFFFCC;
	color: #000000;
	width: 804px;
	border: 2px solid black;
	text-align: left;
	font-family: Verdana, arial;
	font-size: 14px;
	}
	
#content3
	{
	background-image: url('images/ideasbg.jpg');
	color: #000000;
	width: 804px;
	border: 2px solid black;
	text-align: left;
	font-family: Verdana, arial;
	font-size: 14px;
	}
	
#content3 P
	{
	margin: 25px;
	}

#header
	{
	margin: 20px;
	font-weight: bold;
	font-size: 22px;
	color: #A83C0F;
	}
	
#content p
	{
	margin: 20px;
	}
	
#content IMG
	{
	margin: 30px;
	border: 1px solid black;
	float: right;
	}
	
#content a
	{
	color: #334E66;
	text-decoration: none;
	border-bottom: 1px dotted #334E66;
	}
	
#content a:hover
	{
	background: #334E66;
	color: white;
	}
	
#contact textarea
	{
	width: 600px;
	height: 200px;
	}
	
#contact input
	{
	width: 250px;
	}
	
#footer
	{
	width: 804px;
	border: 2px solid black;
	font-family: verdana, arial;
	font-size: 12px;
	background: black;
	color: white;
	text-align: center;
	}
	
#bio
	{
	font-size: 12px;
	font-weight: normal;
	color: black;
	margin: 25px;
	}
	
#bio IMG
	{
	float: left;
	border: 1px solid black;	
	margin-right: 15px;
	margin-bottom: 10px;;
	}
	.tbl_brd {
	border: 2px solid #000000;
}
.text-small {
	font-size: 10px;
	color: #333333;
}

