/***********************************************/
/* Page style                             */
/***********************************************/ 

body { background-image: url(../pictures/bg.gif); font-family: Verdana,Arial,Helvetica,sans-serif; font-size: small; color: #000000; line-height: 1.5; margin: 0px; padding: 0px; }

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#supercontainer { width: 1000px; background: #ffffff; margin: 0 auto; position: relative; top: 0px; border-left-width: 10px; border-left-style: solid; border-left-color: #ffaa00; border-right-width: 10px; border-right-style: solid; border-right-color: #ffaa00; } 

#topnav { width: 1000px; background: #3b6aa0; margin: 0 auto; position: relative; top: 0px; }

#topcontainer { width: 1000px; background-color: #ffffff; margin: 0 auto; } 

#logo { float: left; height: 124px; width: 1000px; background-color: #ffffff; }

#middlecontainer { width: 1000px; background: #ffffff; margin: 0 auto; } 

#middle { float: left; width: 726px; background-color: #ffffff; border-right-style: solid; border-right-width: 1px; border-right-color: #8b8989; text-align: left; padding: 10px; overflow: hidden; }

#column { float: right; width: 230px; background-color: #ffffff; font-size: 0.8em; text-align: center; padding: 10px 10px 10px 10px; overflow: hidden; }

#footercontainer { width: 1000px; background: #ffffff; margin: 0 auto; position: relative; top: 0px; } 

#footer { height: 50px; width: 980px; background-color: #ffffff; margin-left: auto; margin-right: auto; font-size: x-small; color: #666666; text-align: left; padding: 0px 10px 0px 10px; overflow: hidden; }

#image { height: 200px; width: 1000px; background-color: #ffffff; margin-left: auto; margin-right: auto; }

/***********************************************/
/* H tag styles                             */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 { font-family : Verdana,Arial,Helvetica,sans-serif; font-weight: bold; color: #3b6aa0; }
h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

/***********************************************/
/* Hyperlink styles                                */
/***********************************************/

a:link { color:  #3b6aa0; font-weight: bold; text-decoration: none }
a:visited { color:  #3b6aa0; font-weight: bold; text-decoration: none }
a:hover { color:  #ffcc00; font-weight: bold; text-decoration: none; background-color: #ffffff; }
a:active { color:  #3b6aa0; font-weight: bold; text-decoration: none }

/***********************************************/
/* General                                */
/***********************************************/

.align-right { text-align:right; }

.fltrt { float: right; margin-left: 8px; }

.fltlft { float: left; margin-right: 8px;}

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

ul { list-style-type: square; }
