body { font-size: 0.9em; font-family: Arial, Helvetica, sans-serif; background-color: #06c; margin: 0; padding: 0; }
p { }
h1 { color: #06c; font-size: 1.5em; font-family: times; font-weight: bold; font-style: italic; margin: 0 0 0.5em; border-bottom: 1px solid #06c; }
h2 { color: #06c; font-size: 1.3em; font-family: times; font-weight: bold; font-style: italic; margin: 0.5em 0 0.85em; border-bottom: 1px solid #06c; }
h3 { color: #06c; font-size: x-large; font-family: times; font-weight: bold; font-style: italic; margin: 0.25em 0 0; }
.bluehead { color: #06c; font-size: 1.15em; font-family: times; font-weight: bold; font-style: italic; }
td { }
.footer { font-size: 0.8em; text-align: center; margin-top: 8px; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top-style: solid; border-top-width: 2px; }
.just { text-align: justify; }
.img_spacer { margin-left: 8px; border: solid 1px black; }
/*links*/
a:link { color: #f00; text-decoration: underline; }
a:visited { color: #f00; text-decoration: underline; }
a:hover { color: #06c; }
a:active { color: #f00; text-decoration: underline; }
a.foot:link {color: #f00; text-decoration: underline; }
a.foot:visited {color: #f00; text-decoration: underline; }
a.foot:hover {color: #06c; text-decoration: underline; }
a.foot:active { color: #f00; text-decoration: underline; }
/*template*/
#banner { background-color: #fff; background-image: url(../media/banner.png); background-repeat: no-repeat; height: 115px; width: 800px; left: 0; top: 0; position: relative; z-index: 2; visibility: visible; }
#wrapper { background-color: #fff; background-image: url(../media/bottomstrip.png); background-repeat: no-repeat; background-position: 0 110%; height: 100%; width: 800px; margin-right: auto; margin-left: auto; padding-bottom: 2px; border-bottom: 25px solid black; border-top-style: solid; border-top-width: 10px; border-right-style: solid; border-right-width: 2px; border-left-style: solid; border-left-width: 2px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#content { height: auto; width: 782px; left: 0; position: relative; visibility: visible; margin: 5px 1px 1px 6px; padding: 5px 1px 5px 4px; }
#redbar { background-color: #f00; position: absolute; height: 15px; width: 800px; visibility: visible; clear: both; margin-top: 2px; margin-right: auto; margin-left: auto; border-style: solid; border-width: 1px; }
/*menu
*/
#tabs { width:90%; font-size:100%; line-height:normal; border-bottom:1px solid #666; margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden; float: left; }
#tabs ul { margin:0; padding:10px 10px 0 0; list-style: none; }
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url(../media/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	}
#tabs a span {
	float:left;
	display:block;
	background:url(../media/right.png) no-repeat right top;
	padding:6px 0 4px 0;
	margin-right:2px;
	color:#fff;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}
/*menu2*/
#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #000; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}
#modernbricksmenu2 ul{
margin:0 0 0 39px;
padding: 0;
list-style: none;
}
#modernbricksmenu2 li{
display: inline;
margin: 0 4px 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 15px;
background-color: #06c; /*Brown color theme*/ 
border-top: 1px solid #000;
}
#modernbricksmenu2 a:hover{
background-color: #000; /*Brown color theme*/ 
color: white;
}
#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #000; /*Brown color theme*/ 
color: white;
border-color: #000; /*Brown color theme*/ 
}
