@charset "utf-8";
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #2D0D58;
	line-height: 1.25em;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	background-color: #2D0D58;
	background-image: url(images/mmaz_bk.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
.twoColFixLtHdr #topAdbar {
	padding: 0;
	margin: 0px;
	height: 100px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
.twoColFixLtHdr #topAdbar a {
	height: 100px;
	width: 2000px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	visibility: inherit;
}
.twoColFixLtHdr #topAdbar h5 {
	text-decoration: none;
	display: none;

}


.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 200px;
	width: 1000px;
} 

.twoColFixLtHdr #header2 {
	height: 30px;
	width: 970px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #E1863F;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4c475E;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4C475E;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	margin-left: 8px;
	font-size: 0.9em;
	border: thin solid #FFA54A;
	text-align: center;
	background-color: #F5D3B8;
	margin-right: 10px;
}


.twoColFixLtHdr #mainContent {
	text-align: justify;
	line-height: 1.5em;
	border-right-style: none;
	border-left-color: #2D0D58;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	border-right-color: #2D0D58;
} 

.twoColFixLtHdr #mainContent p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	text-align: left;
	font-size: 0.9em;
	padding-bottom: 1em;
}
.twoColFixLtHdr #col  {
	background-color: #F5D3B8;
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border: thin solid #FFA54A;
	font-size: 0.9em;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.4em;
}
.twoColFixLtHdr #col h1 {
	font-size: 1em;
}
.twoColFixLtHdr #footbar {
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.9em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 200px;
}
.twoColFixLtHdr #col p {
	font-size: .9em;
}




.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #E1863F;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	text-align: center;
	font-size: .8em;
}

.dropcap {
	float: left;
	color: #333;
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60pt;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	float: right;
	border: 1px solid #000000;
	margin: .5em;
}
img.Lt {
	float: left;
	border: 1px solid #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1px;
}
img.Ctr {
	border: 1px solid #000000;
	float: none;
	margin-right: 20px;
	margin-left: 5px;
}
img.Lt2 {
	float: left;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 8px;
	border: thin none #F60;
}

img.Nbdr {
	float: right;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	margin-right: 1px;
	border: thin solid #FFF;
}

.twoColFixLtHdr #container #mainContent #contentWrapper {
	width: 480px;
	margin-left: 235px;
}
.twoColFixLtHdr #sidebar1 img.Ctr {
	border: 1px solid #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1px;
}

#rollover a {
border:none;
text-decoration:none;
padding: 0 0.5em 0 0.5em; /**space between icons**/
position: relative; /**remove position rule if full size images will share the same display area. **/
}

#rollover a span {
	visibility:hidden;
	background-color: #FFF;
	display:block;
	position: absolute;
	/**adjust positioning of full size images in px or %**/
left: -150px;
	top: -350px;
	/**optional image captions**/
font-size: 12px;
	line-height: 1.2;
	color:#666;
	text-align: center;
	/**optional image borders & padding**/
border: 3px solid indigo;
	padding: 5px;
}

#rollover a:hover span, #rollover a:active span, #rollover a:focus span {visibility:visible;}

#rollover a:hover, #rollover a:focus
{visibility:visible;}
#searchBar {
	float: right;
}

