html
	{background-color:white;}

body    {font-size: 14px;
        padding: 0px;
        font-style: normal;
        font-family: century gothic, arial, helvetica, sans-serif;
        margin: 0px;
        min-width: 740px;
        border-right: 5px solid #00000;
        }


#logo   {position: relative;
        z-index: 1;
        }

#navigation
           {position: relative;
           display: block;
           height: 18px;
           padding: 3px;
           margin: 0px;
           text-align: right;
           background-color: #5CACEE;
           font:12pt century gothic, arial, arial narrow, tahoma;
           font-weight: bold;
           letter-spacing:2px;
           }
           
#greenbox
           {position: absolute;
           display: block;
           height: 45px;
           width: 120px;
           background-color: #669966;
           padding: 0px;
           right:250px;
           top:0px;
           }

#bluebox
           {position: absolute;
           display: block;
           height: 85px;
           width: 250px;
           background-color: #5CACEE;
           padding: 0px;
           right:0px;
           top:45px;
           }

#below
           {position: relative;
           display: block;
           height: 55px;
           padding: 0px;
           margin: 0px;
           text-align: left;
           background-color: #BBBBBB;
           font:12pt century gothic, arial, arial narrow, tahoma;
           font-weight: bold;
           letter-spacing:2px;
           }
           
#nav2
           {position: relative;
           display: block;
           padding: 3px;
           margin: 0px;
           text-align: left;
           background-color: white;
           font:10pt century gothic, arial, arial narrow, tahoma;
           letter-spacing:1px;
           line-height: 18pt;
           }

#content   {position: relative;
           display: block;
           height: 400px;
           }

#bottom
           {position: relative;
           display: block;
           height: 18px;
           width:100%;
           bottom: 0px;
           background-color: #6699FF;
           text-align: center;
           font: 10pt arial narrow, arial, tahoma;
           letter-spacing:2px;
           }

h1
	{font: 20pt century gothic bold, arial bold, tahoma;
	color: #669966;
        text-align:left;
        margin-top: 0.3em;
        margin-bottom: 0.4em;
        }

h2
	{font: 13pt century gothic bold, arial bold, tahoma;
	font-weight:bold;
	color: #669966;
	text-align: left;
        margin-top: 0em;
        margin-bottom: 0.3em;
        }

h3
	{font: 14pt tahoma, arial narrow, arial;
        margin-top:0.3em;
        margin-bottom:0.4em;
        }

h4
	{font: 20pt gungsuh, tahoma, arial narrow, arial;
        }
        
h5      {font:10pt century gothic bold, arial bold, tahoma;
        color: #669966;
        text-align: left;
        margin-top: 0em;
        margin-bottom: 0.1em;
        }

h6      {font: 8pt arial, arial narrow, tahoma;
        margin-top: 0em;
        }

a
	{text-decoration: none;
        }

a:link
	{color: black;
        }

a:visited
	{color: black;
        }

a:hover
	{color: #009900;
        }

a:active
	{color: #009900;
        }
