@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;	background-image:url(../graphics/check2.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:20px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-style:double;
	border-width:thick;
	border-color:#FFFF00;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:150px;
	padding-bottom:0px;
	top:inherit;
	text-align:center; 
	
}
.oneColFixCtrHdr #modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid  #FFFF00; 
background:inherit
voice-family: inherit;
}

.oneColFixCtrHdr #modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.oneColFixCtrHdr #modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.oneColFixCtrHdr #modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #FFFF00;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black;  
}

.oneColFixCtrHdr #modernbricksmenu2 a:hover{
background-color: #99CC33;  
color:#FFFFFF;
}

.oneColFixCtrHdr #modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #99CC33;
color: #000000;
border-color: #99CC33;  
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
	
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.oneColFixCtrHdr #modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.oneColFixCtrHdr #modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.oneColFixCtrHdr #modernbricksmenu a{
float: left;
display: block;
color: #FFFF00;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px; 
}

.oneColFixCtrHdr #modernbricksmenu a:hover{
background-color: #000000;  
color:#FFFFFF;
}

.oneColFixCtrHdr #modernbricksmenu #current a{ /*currently selected tab*/
background-color: #99CC33;
color: #000000;
border-color: #99CC33;
}

.oneColFixCtrHdr #modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background:#FFFF00; 

}
.oneColFixCtrHdr #footer_p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
	font-size:x-small;

}
h1 {font-size:80%; color:#FFFF00; font-weight:bold;}
h2 {font-size:130%; color:#000000; font-weight:bold;text-align:center;}
h3 {font-size:130%; color:#FFFFFF; font-weight:bold;
}
