    /* Global    ----------------------------------------------- */        #wrapper { 	width: 750px;	align: center;	}                body {            font-family: "verdana", sans-serif;            font-style: normal;            word-spacing: 0pt;            color: #666;            font-size: 8pt;            line-height: 1.7;            margin: 0;            margin-top: 0pt;            align: left;        }            body * {                font-size: 100%;                margin-bottom: 0px;                padding-bottom: 0px;            }                     #text {            margin-left: 20px;            text-align: left;            width: 800;          }                   		ul {    			font-size: 8pt;    			font-family: verdana, sans-serif;   			margin-left: 10px;    			list-style-type: bullet;    			text-align: left;   		}   		   			    /* Footer    ----------------------------------------------- */        #footer {            color: #666;            font-size: 7pt;            text-align: right;            margin: 0;            overflow: hidden;            padding: 0;            width: 100%;            align: right;        }            #footer div {                margin: 0;                padding: 0;                padding-top: 7px;            }            #footer a {                color: #fff;                text-decoration: none;            }                #footer a:hover {                    border-bottom-style: solid;                }    /* Header    ----------------------------------------------- */        #header {        	 font-family: arial, sans-serif;             font-style: normal;             word-spacing: 4pt;             color: #2B74A2;             font-size: 9pt;             line-height: 1.7;             margin: 0;              overflow: hidden;              padding: 0;              vertical-align: middle;             width: 100%;              text-indent: -9999px;        }    /* Nav    ----------------------------------------------- */			nav {		 	color: #2B74A2;            		border-bottom: 0px;			border-left: 0px;			border-right: 0px;			margin-left: 25px;			padding: 0px;			padding-bottom: 0px;		}            #nav a, #mainmenu a:visited {                border: 0;                color: #2B74A2;                font-size: 11pt;                font-family: arial, sans-serif;                font-weight: normal;                margin-left: 0px;                padding: 0px;                text-decoration: none;            }                #nav a:hover {                    color: #666666;                } 			#sidenav a, #mainmenu {                border: 0;                color: #2B74A2;                font-size: 9pt;                font-family: arial, sans-serif;                font-weight: normal;                margin: 0;                padding: 7px;                line-height: 10px;                text-decoration: none;                letter-spacing: 0px;            }                #sidenav a:hover {                    color: #666666;                }   	   	 			#sidenav a:visited {                    color: #666666;                }    /* Headings    ----------------------------------------------- */	    h1 {            font-size: 9pt;            font-weight: normal;            color: #2B74A2;            margin: 0;            font-family: arial, "sans-serif";            letter-spacing: 1px;                        /*margin: 0;            text-transform: uppercase;            letter-spacing: .3em;*/        }                h2 {            		font-family: arial, sans-serif;    		font-size: 10pt;    		font-weight: bold;    		color: gray		}  		  		h3 {            		font-family: arial, sans-serif;    		font-size: 10pt;    		font-weight: normal;    		color: gray		}    /* Links    ----------------------------------------------- */	    a {            border-bottom: 1px dotted #333333;            color: #333333;            margin-bottom: 0;            text-decoration: none;        }            a:hover {                border-bottom-style: solid;            }            a:focus {                background: #B2B4BF;            }            a:active {                color: #ff0000;            }            a.imagelink {                border-bottom: none;                text-decoration: none;            }                a.imagelink:hover {                    border-bottom: none;                }   