    		html
                    {
                    height: 100%;
                    max-height: 100%;
                    padding: 0;
                    margin: 0;
                    border: 0;
                    background: #fff;

                    font-family: Verdana,
								 Arial,
                                 Helvetica,
                                 sans-serif;
                    font-size: 9pt;
                    color:  #000;
					line-height: 150%;
                    /* hide overflow:hidden from IE5/Mac */
                    /* \*/
                    overflow: hidden;
                    /* */
                    }

                body
                    {
                    height: 100%;
                    max-height: 100%;
                    overflow: hidden;
                    padding: 0;
                    margin: 0;
                    border: 0;
                    }

                #content
                    {
                    overflow: auto;
                    position: absolute;
                    z-index:  3;
                    top:      200px;
                    bottom:   30px;
                    left:     228px;
                    right:    0px;
                    }


                #ballon
                    {
                    overflow: hidden;
                    position: absolute;
                    z-index:  99;
                    top:      0px;
                    bottom:   0px;
                    left:     0px;
                    right:    0px;
                    height: 100%;
                    width: 100%;
                    }


                * html #content
                    {
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 100%;
                    max-height: 100%;
                    width: 100%;
                    overflow: auto;
                    position: absolute;
                    z-index: 3;
                    border-top: 200px solid #fff;
                    border-bottom: 30px solid #fff;
                    border-left: 228px solid #fff;
                    border-right: 0px solid #fff
                    }


                #headerline
                    {
                    position: absolute;
                    margin:   0;
                    top:      196px;
                    left:     0px;
                    padding:  0;
                    display:  block;
                    width:    100%;
                    height:   3px;
                    background: #004489;
                    z-index:  5;
                    overflow: hidden;
                    color:    #fff;
                    }



                #logo
                    {
                    position: absolute;
                    margin:   0;
                    top:      0px;
                    left:     0px;
                    padding:  0;
                    display:  block;
                    width:    230px;
                    height:   190px;
                    z-index:  6;
                    overflow: hidden;
                    color:    #fff;
                    background: url(/sites/website/images/logo.gif);
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    }

                #search
                    {
                    position: absolute;
                    margin:   0;
                    top:      80px;
                    right:    10px;
                    padding:  0;
                    display:  block;
                    width:    180px;
                    height:   70px;
                    z-index:  9;
                    overflow: hidden;
                    color:    #fff;
                    }

				.search
					{
					border: 1px solid #cccccc;
					width: 100px;
					height: 18px;
					}

				#search input.btn
					{
					width: 50px;
					height: 22px;
   	                font-family: Verdana, Arial, Helvetica, sans-serif;
                  	font-size:   9pt;
                  	color:       #fff;
				    background-color:#5E76AB;
				    border:0px;
				    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#5E76AB',EndColorStr='#004489');
					}

                #foot
                    {
                    position: absolute;
                    margin:   0;
                    bottom:   0;
                    left:     0;
                    display:  block;
                    width:    100%;
                    height:   30px;
                    z-index:  5;
                    overflow: hidden;
                    color:    #fff;
                    background: #00CC66;
                    }

                #foot img
                    {
                    border: 0;
                    }

                #left
                    {
                    position: absolute;
                    left: 0;
                    top: 201px;
                    bottom: 10px;
                    width: 228px;
                    background: #004489;
                    z-index: 4;
                    overflow: auto;
                    height: 100%;
                    }

                * html#left
                    {
                    height: 100%;
                    top:    0;
                    bottom: 0;
                    border-top: 201px solid #fff;
                    border-bottom: 30px solid #fff;
                    background: #004489;
                    color:  #fff;
                    }

                #content
                    {
                    padding: 10px;

                    }

	            .img-shadow
                    {
                    float:left;
                    background: url(/sites/website/images/shadowalpha.png) no-repeat bottom right !important;
                    background: url(/sites/website/images/shadow.gif) no-repeat bottom right;
                    margin: 10px 0 0 10px !important;
                    margin: 10px 0 0 5px;
                    }

                .img-shadow img
                    {
                    display: block;
                    position: relative;
                    background-color: #fff;
                    border:  1px solid #a9a9a9;
                    margin:  -6px 6px 6px-6px;
                    padding: 4px;
                    }
                hr
                    {
                    width: 95%;
                    height: 1px;
                    border: none;
                    border-top: 1px dotted #cccccc;
                    }

                h1
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   9pt;
                    color:       #000000;
                    font-weight: bold;
                    letter-spacing: 5px
                    }

                h2
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   10pt;
                    color:       #000000;
                    letter-spacing: 0.8px
                    }

                h3
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   20px;
                    color:       #004388;
                    letter-spacing: 0.8px
                    }

                h4
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   15pt;
                    color:       #000000;
                    font-weight: bold
                    }

                h5
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   1.4em;
                    color:       #000000;
                    text-align:  center;
                    text-transform: uppercase
                    }

                p
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   9pt;
					line-height: 150%;
                    color:       #000000
                    }

                td
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   9pt;
                    color:       #000000
                    }

                li
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   9pt;
                    color:       #000000;
                    }

                a:link
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   9pt;
                    color:       #000099;
                    }

                a:visited
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   9pt;
                    color:       #000099;
                    }

                a:hover
                    {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size:   9pt;
                    color:       #000099;
                    }


				/*----Menu Panel----*/

                #menuPan
                    {
                    position: absolute;
                    margin:   0;
                    top:      0px;
                    left:     230px;
					right:    0px;
                    padding:  0;
                    display:  block;
                    width:    100%;
                    height:   40px;
                    z-index:  999;
                    overflow: hidden;
                    color:    #000;
                    }

				#menuPan{width:750px; height:42px; background:#00CC66;  position:relative;}

				#menuPan ul{width:750px; height:40px; position:absolute; top:2px; list-style: none;padding: 0;margin: 0;}

				#menuPan ul li{width:107px; height:40px; float:left;}

				#menuPan ul li a{width:106px; height:40px; display:block; background:#00CC66; color:#000; border-right:1px solid #fff; font:9pt/40px Verdana, Arial, Helvetica, sans-serif;  text-align:center; text-decoration:none;}

				#menuPan ul li a:hover{width:106px; height:40px; background:#004489; color:#fff; border:none; text-decoration:none; border-right:1px solid #fff; font-weight:bold;}

				#menuPan ul li.current a{width:106px; height:40px; background:#004489; color:#fff; border:none; text-decoration:none; border-right:1px solid #fff; font-weight:bold;}

				/*----Side Menu Panel----*/


				#sidebar ul.sidemenu {
					list-style:none;
					margin:0;
					padding:0;	
					border-left: 10px solid #004489;	
					border-right: 20px solid #004489;	
					font:9pt/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
				}
				#sidebar ul.sidemenu li {
					border-top: 1px dotted #fff;
					font:9pt/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
				}
	
				#sidebar ul.sidemenu a {
					display:block;
					font-weight:bold;
					color: #ffffff;	
					text-decoration:none;	
					padding:2px 5px 2px 2px;
					background: #004489;		
					min-height:19px;
				}
				
				* html body #sidebar ul.sidemenu a { height: 19px; }
				
				#sidebar ul.sidemenu a:hover {
					padding:2px 5px 2px 2px;
					background: #00CC66;
					color: #ffffff;
				}


				/*----Side Sub Menu----*/


				#sidebar ul.submenu_items {
					list-style:none;
					margin:0;
					padding:0;	
					border-left: 10px solid #004489;	
					border-right: 0px solid #004489;	
					font:9pt/18px Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
				}
				#sidebar ul.submenu_items li {
					font:9pt/18px Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
				}
	
				#sidebar ul.submenu_items a {
					display:block;
					color: #ffffff;
					text-decoration:none;	
					padding:2px 5px 2px 2px;
					background: #004489;		
					min-height:19px;
					font:9pt/18px Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
				}
				
				* html body #sidebar ul.submenu_items a { height: 19px; }
				
				#sidebar ul.submenu_items a:hover {
					padding:2px 5px 2px 2px;
					background: #00CC66;
					color: #ffffff;
				}