html, body
{
	height: 100%;
	min-height: 100%;
	font-family: trebuchet, "Trebuchet MS", Arial, sans-serif;
}

body
{
	text-align: center;
	font-size: 0.9em;
}

a:link, a:visited {
	color: #015D11;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #015D11;
	font-weight: bold;
	text-decoration: underline;
}
#container
{
	width: 778px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	background: #ffffff url("../../images/oppaz/background.jpg") no-repeat scroll center bottom;
	text-align: left;
}

#page
{
	min-height: 100%;
	width: 757px;
	margin: 0 9px 0 12px;
}

#header
{
	width: 757px;
	height: 183px;
	padding: 19px 0 0 0;
	background: #ffffff url("../../images/oppaz/header.png") no-repeat scroll left bottom;
}

#logo
{
	width: 337px;
	height: 76px;
}

#wrapper
{
	width: 756px;
	padding: 0 0 0 1px;
}

#cells
{
	width: 756px;
	border-collapse: separate;
	margin-top: 5px;
}

#menu_cell
{
	width: 185px;
}

#content_cell
{
	padding: 0 5px 0 5px;
/*	width: 365px; */
	background-image: url('../../images/oppaz/liner.gif');
	background-repeat: repeat-y;
	background-position: top right;
}

#news_cell
{
	width: 175px;
        padding-left: 5px;
        padding-right: 5px;

}

#news_cell h3 {
        font-weight: bold;
}

#news_cell h3 a {
        color: #00370A;
        text-decoration: none;
}

#news_box {
        overflow: auto;
        height: 178px;
        width: 180px;
}

#menu_cell ul {
        width: 185px;
}
#menu_cell a {
	padding-top: 2px; padding-bottom: 2px;
}
#menu_cell ul li {
        background-color: #015D11;
        margin-bottom: 1px;
        margin-top: 1px;
}
#menu_cell ul li a {
        padding-left: 10px;
}
#menu_cell ul li ul li {
        background-color: #00370A;
        margin-bottom: 1px;
        margin-top: 1px;
}
#menu_cell ul li ul li a {
        padding-left: 30px;
        width: 155px;
}

#menu_cell li a {
       color: #FFFFFF;
       text-decoration: none;
       display: block;
       width: 100%;
}

#images_m_left,
#images_m_right {
        text-align: center;
}
#content_box {
	padding-left: 10px;
	padding-right: 10px;
}
.cell_text {
       color: #FFFFFF;
}
.cell_text .inner {
	padding: 5px;
}

.cell_text h2 {
       width: 100px;
       margin-bottom: 20px;
}

.cell_text h2 a {
       text-decoration: none;
       color: #FFFFFF;
}

#text_0 {
       background-color: #01911A;
       padding-left: 5px;
       width: 180px;
}

#text_1 {
       background-color: #015D11;
       width: 180px;
       margin-left: auto;
       margin-right: auto;
       padding-left: 5px;
}

#text_2 {
       background-color: #00370A;
       width: 180px;
       margin-left: auto;
       margin-right: auto;
       padding-left: 5px;
}

#text_3 {
       background-color: #000000;
       padding-left: 5px;
       width: 180px;
}

#button_img_1,
#button_img_2 {
       width: 185px;
       margin-left: auto;
       margin-right: auto;
}

#footer_menu {
       margin-top: 10px;
       width: 756px;
       text-align: center;
       font-size: 13pt;
}

#footer_menu a {
       color: #00370A;
       text-decoration: underline;
}

#footer1 {
       width: 756px;
       text-align: center;
       color: #666666;
}

#footer1 a {
       text-decoration: none;
       color: #666666;
}
#footer2 {\
	width: 700px;
	margin-left: 50px;
  height: 210px;
  color: #666666;
}
#footer2 span { display: block; float: left; padding-right: 1.25em; }
#location {
	clear: left;
	margin-top: 70px;
	font-size: 24px;
	color: #fff;
	padding-left: 10px;
}
.divider { width: 100px; border-bottom: 2px dotted #aaa; margin-left: 200px; margin-bottom: 1em; }
.button_img { background: url('../../images/oppaz/red_link.gif') no-repeat top right; width: 185px; height 33px; }
.button_img .inner { padding: 5px; text-align: center; font-size: 1.2em; }
.button_img a, .button_img a:link, .button_img a:visited,.button_img a:hover, .button_img a:active { color: #fff; height: 33px; display: block; width: 100%; }
h1, h2 {
	font-size: 1.5em;
	margin-bottom: 0.75em;
	color: #00370A;
}
h3, h4 {
	font-size: 1em;
	margin-bottom: 0.5em;
	color: #015D11;
	font-weight: bold;
}
strong,b {
	font-weight: bold;
	color: #666;
}
em, i {
	font-style: italic;
	color: #666;
}
