/* Global styles */

body
{
 font-size: 1em;
 font-family: Gill, Helvetica, sans-serif;
 color: rgb(0,0,0);
 background-color: rgb(255,255,255);
}

td
{
 font-size: 1em;
 font-family: Gill, Helvetica, sans-serif;
 color: rgb(0,0,0);
}

a
{
 color: rgb(0,128,0);
 text-decoration: none;
}

a:link
{
 color: rgb(0,128,0);
}

a:visited
{
 color: rgb(0,128,0);
}

a:hover
{
 text-decoration: underline;
 cursor: pointer;
}

a img
{
 border: none;
}

#content
{
 font-family: Gill, Helvetica, sans-serif;
 color: rgb(0,0,0);
 font-weight: normal;
 font-size: .8em;
 line-height: 1.3em;
 letter-spacing: 0px;
}

#contentmore
{
 font-weight: bold;
 font-size: .7em;
}

#content ul
{
 margin-top: 0em;
 margin-bottom: 0em;
 margin-left: 1.3em;
 margin-right: 0em;
 padding: 0;
}

#content ul li
{
 list-style: none;
 list-style-image: url(graphics/content-bullet.png);
 list-style-type: disc;
}

#contentheader
{
 color: rgb(6,176,133);
 font-weight: bold;
 font-size: 1.3em;
 letter-spacing: 2px;
 margin: 0;
}

#contentsubheader
{
 color: rgb(6,176,133);
 font-weight: bold;
 font-size: 1.1em;
 letter-spacing: 2px;
 margin: 0;
}

#contentsubsubheader
{
 color: rgb(6,176,133);
 font-weight: bold;
}

#contentsubheader a
{
 color: rgb(6,176,133);
}

#contentsubheader a:hover
{
 text-decoration: none;
 cursor: text;
}

#contentsidebar
{
 font-weight: normal;
 font-size: .6em;
 background: url("graphics/sidebar-background.png");
 background-repeat: repeat-x;
}

#contentsidebarheader
{
 font-weight: bold;
 font-size: 1.1em;
}

#navigationtable
{
 background: url(graphics/navigation-background.png);
 background-repeat: repeat-y;
 background-position: top left;
}

#navigationtitle
{
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: .8em;
 letter-spacing: 4px;
 color: rgb(33,24,33);
}

#navigationtitle a
{
 color: rgb(33,24,33);
}

#navigationtitle a:hover
{
 color: rgb(33,24,33);
 text-decoration: none;
 background-color: rgb(46,216,173);
 cursor: pointer;
}

#navigationsubtitle
{
 font-family: Gill, Helvetica, sans-serif;
 font-weight: bold;
 font-size: .6em;
 letter-spacing: 2px;
 color: rgb(255,255,255);
}

#navigationsubtitle a
{
 color: rgb(255,255,255);
}

#navigationsubtitle a:hover
{
 color: rgb(255,255,255);
 text-decoration: none;
 background-color: rgb(46,216,173);
 cursor: pointer;
}

#copyrighttext
{
 font-family: Gill, Helvetica, sans-serif;
 font-weight: normal;
 font-size: .6em;
 letter-spacing: 0px;
 color: rgb(255,255,255);
}

#newslettertext
{
 font-family: Gill, Helvetica, sans-serif;
 font-weight: bold;
 font-size: .6em;
 letter-spacing: 1px;
 color: rgb(0,0,0);
}

#newslettertext a
{
 color: rgb(0,0,0);
}

#newslettertext a:hover
{
 color: rgb(0,0,0);
 text-decoration: none;
 background-color: rgb(46,216,173);
 cursor: pointer;
}

#newslettertext input
{
 border-style: none;
 border-color: rgb(6,176,133);
}

#quotetext
{
 font-family: Gill, Helvetica, sans-serif;
 font-weight: bold;
 font-size: .6em;
 letter-spacing: 0px;
 color: rgb(0,0,0);
}

#quotetext a
{
 color: rgb(0,0,0);
}

#quotetext a:hover
{
 text-decoration: none;
 cursor: pointer;
}

#contentlogo
{
 float: right;
 clear: right;
 width: 205px;
 height: 113px;
 margin: 0px 0px 50px 50px;
 padding: 0px 0px 0px 0px;
 font-size: 1px;
 line-height: 1px;
 background: url("graphics/logo.png");
 background-repeat: no-repeat;
}

#contentquote
{
 float: right;
 clear: right;
 width: 273px;
 height: 190px;
 margin: 50px 00px 50px 50px;
 padding: 0px 0px 0px 0px;
 font-family: Gill, Helvetica, sans-serif;
 font-weight: bold;
 font-size: .6em;
 letter-spacing: 0px;
 color: rgb(0,0,0);
}

#error
{
 color: rgb(255,0,0);
 font-weight: bold;
}

#adobereader
{
 font-size: .7em;
}

#validateinfo
{
 color: rgb(0,0,200);
 font-size: .7em;
}

#validatepass
{
 color: rgb(0,200,0);
 font-size: .7em;
}

#validatefail
{
 color: rgb(200,0,0);
 font-size: .7em;
}

#validatewarn
{
 color: rgb(200,200,0);
 font-size: .7em;
}

