/* Avoid browser default inconsistent heading, 
* font-sizes and pre/code
********************************************************/
body,h1,h2,h3,h4,h5,h6,pre,code,td {
font-size:1em;
}

/* Remove inconsistent (among browsers) - 
* default padding or margin 
********************************************************/
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
margin:0; padding:0;
}

/* prevent blue linked image borders
********************************************************/
a img,:link img,:visited img,fieldset {
border:none;
}

body {
margin: 0px;
padding: 0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#659f1a;
background-color:#e3f2c8;
}

#textMenu {
padding-bottom:3px;
padding-left:3px;
font-size:9pt;
}

#textSubMenu {
padding-bottom:1.5px;
padding-left:8px;
padding-top:1.5px;
font-size:9pt;
}

#textMenu a:link, #textMenu a:visited {
text-decoration:none;
font-size:9pt;
}

#container {
margin:0 auto;
margin-top:10px;
text-align:left;
width:775px;
/* include the IE5.x/Win box model hack */
\width:775px;
w\idth:775px;
height:auto;
background-color:white;
background-image:url(images/bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
overflow:auto;
}

#mainContent {
margin-left:170px;
position:relative;
width:380px;
/* include the IE5.x/Win box model hack */
\width:380px;
w\idth:380px;
text-align:left;
text-indent:0px;
padding-bottom:15px;
}

#mainContent2 {
margin-left:170px;
position:relative;
width:575px;
/* include the IE5.x/Win box model hack */
\width:575px;
w\idth:575px;
text-align:left;
text-indent:0px;
padding-bottom:15px;
}

#rightContent {
float:right;
width:195px;
/* include the IE5.x/Win box model hack */
\width:195px;
w\idth:195px;
font-size:10px;
color:#ff6905;
padding-right:20px;
}

#leftContent {
float:left;
width:145px;
/* include the IE5.x/Win box model hack */
\width:145px;
w\idth:145px;
font-size:10px;
margin-top:1px;
margin-left:0px;
padding-left:20px;
}

#footer {
margin:0 auto;
width:775px;
/* include the IE5.x/Win box model hack */
\width:775px;
w\idth:775px;
color:#4a844f;
font-size:10px;
text-align:left;
margin-top:5px;
}

.pageTitle {
color:#155e26;
font-size:14px;
border-bottom: 1px dotted #155e26;
margin-bottom:5px;
padding-bottom:3px;
}

a:link, a:active, a:visited, a:hover {
color:#0a5820;
}

.field {
background-color:#dceeba;
border:1px solid #82ab81;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#4a844f;
padding-top:0px;
padding-left:2px;
padding-bottom:2px;
}

.button {
background-color:#0f5a20;
color:white;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #a4c1ab;
margin-left:1px;
cursor:pointer;
margin-top:2px;
}

.infoHeader {
font-weight:bold;
}