@charset "UTF-8";
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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* a base font size of 10px */
	background-color: #9C6;
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
}

a img {border: none; }

h1 {
	font-size: 3.4em;  /* 20px */
	color:#8DCF48;
}
h2 {
	font-size: 1.8em; /* 18px */
	font-family: "Comic Sans MS", cursive;
	color: #F6841A;
	background-color: #E0FBC8;
	font-weight: normal;
	width: 330px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #8DCF4B;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #8DCF4B;
	text-align: center;
} 
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #999;
	font-style: italic;
	letter-spacing: 0.1em;
	position: relative;
	top: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 330px;
	text-align: center;
}
p {
	font-size: 1.3em;
} /* 12px */
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/om_main_bg.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header {
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/om_header.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	display: none;
}
.twoColFixRtHdr #menubar {
	width: 780px;
	height: 33px;
	background-image: url(../images/om_menu_bg.gif);
	background-color: #8DCF4B;
	font-size: 1.4em;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 110px;
	font-size: 1em;
	font-family: "Comic Sans MS", cursive;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3.6em;
}
.twoColFixRtHdr #bluebox {
	border: medium double #85D5FB;
	background-color: #ECFBFB;
	background-image: url(../images/cornerkid.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	width: 200px;
}
.twoColFixRtHdr #rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 340px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 58px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #8FCF51;
	margin-left: 20px;
}

.twoColFixRtHdr #rightcolumn2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 58px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #8FCF51;
	margin-left: 20px;
}


.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent h1 {
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #photos {
	width: 330px;
	top: -5px;
	position: relative;
	text-align: center;
}
.twoColFixRtHdr #bottomcontent {
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
	padding: 5px;
	background-color: #E0FBC8;
	background-image: url(../images/cornerkid.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: thin dotted #9ACC6A;
	margin-bottom: 10px;
	margin-top: 25px;
}
.twoColFixRtHdr #footer {
	background:#8DCF48;
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 0.9em;
} 
.twoColFixRtHdr #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: 6px 0;
}
.littlebox {
	border: medium double #85D5FB;
	background-color: #ECFBFB;
	font-size: 1.2em;
	width: 300px;
	padding: 5px;
	text-align: center;
	margin: 0px;
}
.smallnote {
	font-size: .9em;
}
.bigp {
	font-size: 2.2em;
}
.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;
}
.thanks {
	color: #900;
}
.highlight {
	background-color: #9ACC6A;
	color: #FFF;
	border: 2px dashed #E1FBC9;
	padding-top: 5px;
	padding-bottom: 5px;
}

th {
	font-size: 1.8em; /* 18px */
	font-family: "Comic Sans MS", cursive;
	color: #F6841A;
	background-color: #E0FBC8;
	font-weight: normal;
	width: 330px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #8DCF4B;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #8DCF4B;
	text-align: left;
} 
td {
	vertical-align: top;
	padding: 5px;
}

#classes {
	padding-top: 10px;
}
.twoColFixRtHdr #container #mainContent #editlinks ul li {
	font-size: 14px;
	padding-top: 12px;
}

