/* GLOBAL SETUP STYLES */
body  {
background-color: #fff;
margin: 0; padding: 0;
}

form, img.nogap { display: block; margin: 0px; padding: 0px; }

/* default link styles */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }


/* default font family */
body, p, span, div, li, a, td, th, label, input, option, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

/* CUSTOM */
#innerblock {
width: 780px;
left: auto; right: auto;
text-align: left;
}
#maincontent {
padding-top: 40px;
}
#header {
background-image: url('../jpg/header_bg01.jpg');
background-repeat: no-repeat;
background-position: 0 50%;
background-color: #438A3B;
padding: 0 10px 0 20px;
height: 90px;
position: relative;
}
#header #mainlogo {
padding-top: 20px;
}
.col1 {
width: 55%;
float: left;
}
.bodycopy p {
font-size: 12px;
line-height: 1.4em;
}
.bodycopy h2 {
font-size: 18px;
}
.bodycopy em {
font-style: normal;
font-size: 15px;
color: #383838;
}
.col2 {
float: right;
width: 42%;
}
#footer {
clear: both;
margin-top: 15px;
padding: 6px 0 20px 0;
border-top: solid 1px #efefef;
}
#smlogo {
font-size: 11px;
font-weight: bold;
color: #448A3B;
text-align: right;
}
#smlogo img {
padding-right: 10px;
float: left;
}

/* MENU */
ul#mainmenu { 
position: absolute; list-style: none;
margin: 0; padding: 0;
right: 10px; bottom: 0;
}
#mainmenu li {
float: left; list-style: none;
margin: 0; padding: 0;
font-size: 11px; font-weight: bold;
margin-right: 2px;
background-color: #2a7723;
}
#mainmenu a {
display: block;
padding: 6px 12px 6px 12px;
color: #fff;
text-decoration: none;
}
#mainmenu a:hover {
background-color: #3e9a35;
}
#mainmenu li.sel a {
background-color: #fff;
color: #112257;
}
