body
{
    margin: 0;
    padding: 0;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    color: black;
    background-color: #fef200;
/*	background: #fef200 url('../public/image/global/body_background_white.gif') no-repeat top left;*/
}
p
{
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
}
td
{
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
}
ul
{
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
}
h1
{
    font-family: verdana,arial,helvetica,sans-serif;
    color: #000000;
    font-size: 13px;
    margin: 0px;
}
h2
{
    font-size: 12px;
    font-weight: bold;
}
h3
{
    color: #004A80;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}
/* form styles */
input, .select
{
	border-width: 1px;
	border-color: #cccccc;
	color:#000000;
}
textarea
{
	border-width: 1px;
	border-color: #999999;
	color: #000000;
	font-family: Arial;
}

/* vertical and horizontal centering*/
#outer { width: 100%; height: 100%; overflow: hidden; position: relative; }
#outer[id] { display: table; position: static; }
#middle { width: 100%; text-align: center; position: absolute; top: 50%; } /* for explorer only*/
#middle[id] { display: table-cell; vertical-align: middle; position: static; }
#inner { width: 880px; margin-left: auto; margin-right: auto; text-align: left; position: relative; top: -50% } /* for explorer only */
#inner[id] { position: static; }

/*
#outer { width: 100%; height: 100%; overflow: hidden; position: relative; }
#outer[id] { display: table; position: static; }
#middle { width: 100%; text-align: center; position: absolute; top: 50%; }
#middle[id] { display: table-cell; vertical-align: middle; position: static; }
#inner { width: 880px; margin-left: auto; margin-right: auto; text-align: left; position: relative; top: -50% }
#inner[id] { position: static; }
*/

#outer2 { width: 100%; position: relative; }
#outer2[id] { display: table; position: static; }
#middle2 { width: 100%; text-align: center; }
#middle2[id] { display: table-cell; vertical-align: top; position: static; }
#inner2 { width: 880px; margin-left: auto; margin-right: auto; text-align: left; position: relative; }
#inner2[id] { position: static; }

.header
{
    display: block;
    height: 80px;
	color: #000000;
    background: url('../public/image/global/logo.gif') no-repeat right bottom;
}
.header A
{
	color: #000000;
    text-decoration: underline;
}
.header A:hover
{
	color: #000000;
    text-decoration: underline;
}
.headermenu
{
    border-bottom: 6px solid #eeeeee;
    display: block;
    padding: .5em;
	height: 40px;
	background-color: #666666;
}
.headermenu UL
{
    float: left;
    margin: 4px 0px 0px 0px;
    list-style-type: none;
}
.headermenu LI
{
    float: left;
    padding-right: 12px;
    display: inline;
    padding-left: 12px;
}
.headermenu LI A
{
	color: #fff;
	font-weight: bold;
    text-decoration: none;
}
.headermenu LI A:hover
{
	color: #fff;
	font-weight: bold;
    text-decoration: underline;
}
.content
{
    padding: .5em;
	/*height: 400px;*/
    background-color: #E0EAAE;
}
.cmscontent
{
    padding: .5em;
	background-color: #ffffff;
}
.navitem
{
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.navitem UL
{
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}
.navitem LI
{
    padding-right: 2px;
    display: block;
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
	margin-bottom: 4px;
    color: #000000;
	background-color: #FFFF66;
}
.navitem LI A
{
	width: 100%;
    color: #000000;
    text-decoration: none;
}
.navitem LI A:hover
{
    color: #000000;
    text-decoration: underline;
}
.contentitem
{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#table1 A
{
    text-decoration: none;
	padding: 0px 0px 0px 0px;
	background: none;
}
#table1 p
{
    padding: .5em;
	background: none;
}
.footerflags
{
	text-align: right;
    display: block;
    padding: 10px;
    margin: 0px;
}
.footercopyright
{
    display: block;
    padding: 0px;
	padding-top: 6px;
    margin: 0px;
}
.footergofish
{
    font-size: 11px;
    display: inline;
    padding: 0px;
    margin: 0px;
    text-align: right;
    padding-bottom: 16px;
    padding-right: 8px;
}
a
{
    color: #004A80;
    text-decoration: none;
}
.error, a.error:active, a.error:link, a.error:visited
{
	color: #cc0000;
}
