#highlight{
background-color: yellow;
}

#text{
font: normal 12px arial;
}
h1 { 
margin-top: 0px;
margin-bottom: 0px;
margin-left: 30px;
font: bold 11px verdana;
font-size: 11px; 
font-weight: bold; 
color: #ffffff; 
} 

h2 { 
margin-top: 5px;
font: bold 12px arial;
font-size: 26px; 
font-weight: bold; 
color: #000000; 
} 



#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: normal 12px verdana;
margin:0;
margin-left: 15px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 0px 0 0;
padding: 0;

}

#modernbricksmenu a{
float: left;
display: block;
color: #FFFFFF;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: transparent; /*Default menu color*/
border-bottom: 0px solid white;
}

#modernbricksmenu a:hover{
color: #FF585F;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: transparent; /*Default menu color*/
border-bottom: 0px solid white;
background-color: transparent; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #CCCCCC; /*Brown color theme*/ 
border-color: #CCCCCC; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 0px;
line-height: 0px;
background: transparent; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}

.droplinetabs{
overflow: hidden;
border-bottom: 0px solid gray; /*underline across bottom of main tabs*/
}

.droplinetabs ul{
font: normal 11px Verdana, sans-serif;
margin: 0;
padding: 0;
width: 575px;
list-style: none;
}

.droplinetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}


.droplinetabs a{
float: left;
color: white;
background: #437090 url(/images/leftedge.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 4px 0 0;
padding: 0 0 4px 3px;
text-decoration: none;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: white;
}

.droplinetabs a span{
float: left;
display: block;
background: transparent url(/images/rightedge.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.droplinetabs a span{
float: none;
}


.droplinetabs a:hover{
background-color: #7BAE52; /*background color of tabs onMouseover*/
color: white;
}

.droplinetabs a:hover span{
background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: transparent url(/marketing-images/internet-marketing-tips-nav.jpg) no-repeat;/*sub menu background color */
visibility: hidden;
margin-left: 19px;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
font: normal 11px Verdana;
padding: 10px;
padding-right: 8px;
margin: 0;
background: transparent url(/marketing-images/internet-marketing-tips-nav.jpg) no-repeat;/*sub menu background color */
text-decoration: underline;
}

.droplinetabs ul li ul li a span{
background: transparent url(/marketing-images/internet-marketing-tips-nav.jpg) no-repeat;/*sub menu background color */
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
background: transparent url(/marketing-images/internet-marketing-tips-nav.jpg) no-repeat;/*sub menu background color */
-webkit-border-radius: 0px;  
-moz-border-radius: 0px; 
-khtml-border-radius: 0px;  
border-radius: 0px;
text-decoration: underline;
color: #000000;
}
#content {
	width: 814px; 
  	margin-left: auto ;
  	margin-right: auto ;
	overflow: hidden;


}
.leftcol{
	width:563px;
	border:0px solid #FF66FF;
	float:left;
	margin-left:25px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;

	
}
.rightcol{
	border:0px solid #FF66FF;
	width:190px;
	margin-left:600px;
	text-align: left;

}