body {font-family: Arial, Helvetica, sans-serif; font-size: 14px; background-color: #E9ECF7; margin-top: 14px;}

.bordertable {border: 1px solid #486266; background-color: #FFFFFF;}
.navbar { background-color: #000000; color:#FFFFFF; line-height: 28px; font-size: 13px; font-weight: bold; padding-left: 8px; padding-right: 0px; vertical-align: middle; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }
.footertext { background-color: #000000; color:#FFFFFF; line-height: 28px; font-size: 11px; font-weight: bold; text-align: center; border: 1px solid #FFFFFF;}
.contentcell { padding: 5px; }
.headertext {font-size: 18px; font-weight: bold; text-align: center; background-color:#BBBBBB; color: #000000; line-height: 30px; }
.strikethrough {text-decoration: line-through;}

/* IMAGES */
.imageborder {border: 3px double #000000; margin: 0px 10px 0 0;}
.photogallery {border: 1px solid #000000; padding: 1px;}

/* DROPDOWN MENU */
.menu { position: relative; z-index: 100; border-right: 1px solid #000000;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding: 0; margin: 0; list-style-type: none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { float: left; position: relative; left: -2px; top: 0; padding: 0 2px 0 2px; }
/* style the links for the top level */
.menu a, .menu a:visited { display: block; font-size: 13px; font-weight: bold; color: #FFFFFF; border: 1px solid #000000; background-color: #000000; padding: 6px; line-height: 10px; text-decoration: none;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { visibility: hidden; position: absolute; height: 0; top: 23px; left: 2px; width: 200px; }
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table { position: absolute; top: 0; left: 0; border-collapse: collapse; }
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background-color: #FFFFFF; color: #000000; font-size: 12px; font-weight: normal; width:200px; margin-bottom: -1px; }
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{ color: #FFFFFF; background-color: #000000; }
.menu :hover > a, .menu ul ul :hover > a { color: #FFFFFF; background-color: #6699CC; }
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul { visibility: visible; }

/* FORCE RIGHT SCROLLBAR */
html {height: 100%; margin-bottom: 1px;}

/* IFRAME FIX */
#spframe {overflow-x:hidden; overflow-y:auto; width:970px; height:600px;}