@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/layout/page_background.jpg);
	scrollbar-arrow-color: #00C11A;
	scrollbar-3dlight-color: #4F824F;
	scrollbar-darkshadow-color: #4F824F;
	scrollbar-face-color: #f4f4f0;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #f5f5f5;
}
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #009900;
}
a:active {
	color: #0033CC;
}
.odd_row {
	background-color: #006600;
	color: #FFFFFF;
}
.even_row {
	color: #FFFFFF;
	background-color: #000066;
}
.hover_row {
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
}
.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;
}
.hide {
	display: none;
}
.left_box {
	width: 45%;
	font-size: small;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066FF;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
}
.right_box {
	width: 45%;
	float: right;
	margin: 0px;
}
h5 {
	color: #316B91;
	padding: 0px;
	margin: 10px;
}

.thrColFixHdr p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: small;
}
.thrColFixHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/layout/dmo_page_content_box.jpg);
	background-color: #FFFFFF;
} 
.thrColFixHdr  #container  h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #006600;
	margin: 30px;
}
.thrColFixHdr #container #header {
	background-image: url(../images/headers/dmo_page_header.jpg);
	height: 295px;
	width: 1024px;
	margin: 0px;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006600;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
}
.thrColFixHdr #header h2 {
	color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #header img {
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container #mainContent {
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.thrColFixHdr #mainContent img {
	text-align: center;
	margin: 10px;
	padding: 0px;
}
.thrColFixHdr #mainContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#container #mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.thrColFixHdr li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #316B91;
}
.thrColFixHdr #container #mainContent #comm_events {
	width: 250px;
}
.thrColFixHdr #container #mainContent .listing_table td {
	padding: 5px;
}
#mainContent th {
	font-size: x-small;
}
#mainContent td {
	font-size: x-small;
}


.thrColFixHdr #container #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	background-image: url(../images/layout/right_menu_middle.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar2 h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	background-image: url(../images/layout/right_menu_top.jpg);
	padding-top: 20px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
}

.thrColFixHdr  #sidebar2 h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	padding-top: 0px;
	list-style-image: url(../images/layout/leaf_bullet.gif);
}


.thrColFixHdr #sidebar2 h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

.thrColFixHdr #container #sidebar2 p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.thrColFixHdr #footer {
	text-align: right;
	background-image: url(../images/layout/dmo_page_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
} 
.thrColFixHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

#footer a:link {
	color: #009900;
}
#footer a:visited {
	color: #009900;
}
#footer a:hover {
	color: #006600;
}
#footer a:active {
	color: #009900;
}
