<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #006699;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #333333; 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #006699;
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #006699;
color: white;
border-color: #006699;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #006699;
}

#topsection{
background: white;
height: 30px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 5px;
color: #006699;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
background: #FFFFFF;
}

#contentcolumn h1{
align: center;
padding-top: 10px;
color: #000000;
}

#contentcolumn p{
align: center;
padding-top: 10px;
font: 13px Arial;
color: #000000;
}

table.book {
	border-style: none none none none ;
}
table.book th {
	padding: 1px 1px 1px 1px;
}
table.book td {
	padding: 5px 5px 5px 5px;
	font: 12px Arial;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
/* background: #FFFFCC; */
background: #FFFFFF;
}

#rightcolumnspec{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #FFFFCC;
/* background: #FFFFFF; */
}

#rightcolumnspec p{
align: center;
padding-top: 10px;
font: 12px Arial;
color: #000000;
}

</style>
