*
{
    margin: 0;
    padding: 0;
}

html
{
    height:100.1%
}

body
{	background: url(smilebg.png) top left repeat fixed;
    background-color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    min-width: 750px;
    text-align: center;
}

a
{
    color: #006330;
}

a:hover
{
    text-decoration: none;
}

acronym
{
    cursor: help;
}

fieldset
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #1F496F;
    font-family: arial, helvetica, sans-serif;
}

img
{
    border: 0;
}

ol, ul
{
    list-style-position: outside;
    padding-left: 40px;
}

option
{
    padding-right: 5px;
}

p
{
    padding: 6px 0;
}

#container
{	background-color: #ffffff;
    border-left: 2px solid #1F496F;
    border-right: 2px solid #1F496F;
    margin: auto;
    text-align: left;
    width: 750px;
}

#header
{
	background: url(linesbg.png);
    height: 201px;
}

#navbar
{
    background-color: #1F496F;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.1em;
    width: 750px;
}

#navbar ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0 10px 0 15px;
}

#navbar li
{
    display: inline;
}

#navbar a
{
    color: #ffffff;
    display: block;
    float: left;
    padding: 5px 7px 4px 7px;
    text-decoration: none;
}
#navbar a:hover
{
	background-color: #A7D4F1;
	color: #000000;
    display: block;
    float: left;
    padding: 5px 7px 4px 7px;
    text-decoration: none;
}
#content
{
    padding: 10px;
}

#footer
{
    background-color: #1F496F;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    height: 50px;
    padding-top: 10px;
    text-align: center;
}

#footer a
{
    color: #ffffff;
}

#footer p
{
    padding: 0;
}

#footer ul
{
    list-style-image: none;
    list-style-type: none;
    padding: 0;
}

#footer ul li
{
    display: inline;
    font-weight: bold;
    margin-left: 5px;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}
.bodytext {
	margin-left: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 600px;
	padding-bottom: 4px;


}
.contentbox{
	border-width: 5px;
	border-top-width: 0px;
}