@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF79E;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663399;
}
#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFF79E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	width: 100%;
	height: 200px;
	  /* 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/headrepeat.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	
}
#headlogo {
	height: 200px;
	width: 499px;
	background-image: url(../images/miomselogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
#over a:link {
	background: FFF79E;
	
}
#over a:hover, a:visited {
	background: FFF79E;
	
}
#navbar a {
	font-weight: bold ;
	text-decoration: none;
	color: white;	
}
#navbar a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: white;	
}

#navbar a:hover {
	font-weight: bolder;
	color: #FD7400;
	height: 28px;
	width: 60px;

}

#navbar {
	height: 28px;
	color:#fff;
	font-weight: bolder;
	float: left;
	margin-top: 127px;
	margin-left: 40px;

}
#logos {
	float: right;
	margin-top: 15px;
	margin-right: 17%;
}
.activenav  {
	font-weight: bolder;
	color: #FF7F00;
	background-color: #FFF79E

}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF79E;
	line-height: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 120%;
	color: #609;
}
.imagebd {
	border: 8px double #D7BFDA;
}
#footer a:link, a:visited{
	color: #609;
	text-decoration: none;
	
}
#footer a:hover{
	color: #FF7F00;
	font-weight:bold;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D7BFDA;
	font-size: 12px;
	color: #609;
} 
 #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 */
}
.capletter {
	font-size: 200%;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
}

.tel {
	font-size: 150%;
}
.cellcolor {
	background-color: #FFC487;
	border: 7px double #D7BFDA;
}
.telbold {
	font-size: 150%;
	font-weight: bolder;
}

