html, body {margin:0px; padding:0px; background:#fff; font-family:verdana; font-size:12px;}
/* The header and footer */
.headfoot {display:block; height:100px; background:#fff; color:#08a; text-align:center; padding:5px;font-size:18px;}

/* This bit does all the work */
#container {position:relative; display:block; background:#fff; border-left:180px solid #fff; border-right:180px solid #fff;}
#inner {display:block; margin-left:-200px; margin-right:-200px; padding:12px;}
#left {float:left; position:relative; width:200px; left:0px;}
#right {float:right; position:relative; width:200px; right:0px;}
#center {margin-left:200px; margin-right:200px; position:relative; display:block; height:1%;}
#menu {margin-left:200px; margin-right:200px; position:relative; display:block; height:1%;}
.clear {clear:both;}

#title {color:#000064; font-family:"Times New Roman"; font-size:48px; text-align:center; margin:6px;}
#subtitle {color:#660000; font-family:Magneto; font-size:22px; text-align:center; margin:12px;}
#address {color:#000064; font-family:Tahoma; font-size:16px; text-align:center; margin:12px;}
#tabledata {color:#000000; font-family:Tahoma; font-size:14px; text-align:left; margin-bottom:6px; margin:12px; margin-left:12px; margin-right:12px;}
#footerdata {color:#999999; font-family:Tahoma; font-size:12px; text-align:center; margin-bottom:6px; margin:12px; margin-left:12px; margin-right:12px;}
#logodata {color:#000000; font-family:Tahoma; font-size:14px; text-align:center; margin-bottom:6px; margin:12px; margin-left:12px; margin-right:12px;}
#disclaimer {color:#000000; font-family:Tahoma; font-size:12px; text-align:center; margin-bottom:6px; margin:12px; margin-left:12px; margin-right:12px;}

#image_center {color:#000064; font-family:Tahoma; font-size:14px; text-align:center;}


/* Just to extend each column */
#inner a:visited, a {color:#000; text-decoration:none; cursor:default;}
#inner a span {display:none;}
#inner a:active, #inner a:focus {color:#fff; text-decoration:none; background:transparent; cursor:default;}
#inner a:active span, #inner a:focus span {display:block;}

a:visited, a {text-decoration:underline; cursor:pointer;}
a:hover {text-decoration:none; cursor:pointer;}

/*title {font-size: 24; color:#000064; }
em {font-weight:bold; font-size=8; color:silver}
*/
/* Menu System */
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_four */

.menu4 {padding:0 0 0 1em; margin:0; list-style:none; height:35px; background:url(pro_four0M.gif);}
.menu4 li {float:left;}
.menu4 li a {display:block; float:left; height:35px; line-height:33px; color:#aaa; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 14px; cursor:pointer; font-size:12px;}
.menu4 li a b {float:left; display:block; padding:0 14px 0 7px;}
.menu4 li.current a {color:#fff; background:url(pro_four2M.gif);}
.menu4 li.current a b {background:url(pro_four2M.gif) no-repeat right top;}
.menu4 li a:hover {color:#fff; background: url(pro_four1.gif);}
.menu4 li a:hover b {background:url(pro_four1.gif) no-repeat right top;}
.menu4 li.current a:hover {color:#fff; background: url(pro_four2M.gif); cursor:default;}
.menu4 li.current a:hover b {background:url(pro_four2M.gif) no-repeat right top;}
