	@charset "utf-8";
	* { margin: 0; padding: 0; border-collapse:collapse; border-spacing: 0; }
	img { border: none; }

	html, body {height: 100%;}

	body {font-family: tahoma, verdana, arial, helvetica, sans-serif; font-size: 100.01%; background-color:#30526D; color:#094672;}

	#wrapper {
		position: relative;
		min-height:99%;              
		background: #E6F2FF url(wrapper_bg.gif) repeat-y;
                width:1000px;
		margin:0 auto;
                font-size:80%;
        }
        /* only for IE 6*/
        * html #wrapper { height: 99%; }
/*
************
Header
************
*/
	#header { height: 97px; 
                  background: #30526D url(cwt_header_bg.jpg) left top no-repeat;
                  cursor:pointer;
        }
/*
************
Navi
************
*/

        div#menu {
            float:left;
            width:214px;
            height:100%;
            padding:8px;
            background-color:#678CA6;
            margin:0px;
        }
 
        div#menu ul li#menubottom {
            background: #678CA6 url(menubottom.png) left top no-repeat;
            margin:-8px 0px 0px 0px;            
        }

        div#menu ul li#menutop {
            background: #678CA6 url(menutop.png) left top no-repeat;
            margin:0px 0px -8px 0px;            
        }

        div#menu ul li#highlight {
            background-color:#89AA95;
        }

        div#menu ul {
            background-color:#BDCFDB;
            list-style-type:none;
            list-style-position:outside;
            width:213px;
        }	

        div#menu ul li {
            margin:8px 0px 8px 0px;
            background-color:#527C95;            
        }

        div#menu ul ul li {
            background-color:#BDCFDB;
        }
  
        div#menu ul a {
            text-decoration:none;
            color:#CECECE;
            font-weight:bold;
            padding-left:0.7em;
        }

        div#menu ul a:hover{
            color:#B8B8B8;
        }

        div#menu ul ul a:hover {
            color:#0064A6;
        }

        div#menu ul ul a {
            padding-left:1.4em;
            color:#003B64;
        }

/*
***************
Content
***************
*/

        div#contenttext {
            width:720px;
            height:100%;
            padding:10px;
            margin-left:235px;
        }

        div#contenttext p {
            margin-bottom:0px;
        }
        
        div#contenttext ul {
            list-style-type:disc;
        }
 
        div#contenttext td, div#contenttext th {
           padding-top:0.5em;
           padding-bottom:0.5em;
        }

        div#contenttext a, div#contenttext a:visited{
            color:#094672;
        }

        div#contenttext a:hover {
            color:#316d23;
        }

        div#contenttext table, div#contenttext td{
            border-color:#678CA6;
        }

        div#contenttext td{
            padding:0.5em;
        }

        div#contenttext h1{
            font-size:140%;
            font-weight:bold;
            margin:1em 0 2em 0;
        }        

        div#contenttext h2{
            font-size:110%;
            font-weight:bold;
            margin:0 0 0.5em 0;
        }        

        div#contenttext ul {
            list-style-type:square;
            margin-left:2em;        
        }	


/*
**********
Footer
**********
*/
	#footer {
		position: relative;
		margin-top: -1.5em;
		padding-bottom: 0.5em;
		background-color: #FFF;
	}
	#footer ul {list-style-type: none; list-style-position: outside; }
	#footer ul li {float:left; text-align:center;width:20%;}

/*
*******
clearen
*******
*/
	#header:after {content: "."; visibility: hidden; display:block; clear:both; height:0;}

</style>
