@media screen {
    * {
        margin:0px;
        padding:0px;
    }
    html {
        width:100%;
    }
    body {
        background-color:#e1e1e1;
        text-align:center;
    }
    html, body, #divCenter, #aspnetForm {
        height:100%;
    }
    html > body #divCenter {
        height:auto;
        min-height:100%;
    }
    img { border:none; }
    body, td, input {
        color:#464646;
        font-family:arial,verdana,helvetica,sans-serif;
        font-size:11px;
    }
    h1 {
        background:url(../Images/bg_dotted.gif) repeat-x bottom;
        color:#67bee7;
        font-size:200%;
        line-height:30px;
        margin-bottom:10px;
        width:100%;
    }
    h2  {
        background:url(../Images/bg_dotted.gif) repeat-x bottom;
        color:#5f5f5f;
        font-size:130%;
        line-height:16px;
        margin-bottom:10px;
        margin-top:40px;
        width:100%;
    }
    h3 {
        color:#5f5f5f;
        font-size:110%;
        line-height:16px;
    }
    h4 {
        color:#5f5f5f;
        font-size:90%;
        font-weight:normal;
        line-height:16px;
    }
    a, a:link, a:visited {
        color:#5f5f5f;
        cursor:pointer;
        text-decoration:underline;
    }
    a:hover { color:#444444; }
    .clearing { clear: both; }
    .floating { float:left }

    div.dotted { 
        background:url(../Images/bg_dotted.gif) repeat-x;
        border:none;
        height:1px;
        margin:5px 0px;
    }

    #divCenter {
        background:url(../Images/body_bg.png) #ffffff repeat-y;
        margin:0 auto;
        padding-left:10px;
        padding-right:10px;
        text-align:left;
        width:940px;
    }
    #divContainer {
        overflow:hidden;
        padding-bottom:30px;      
    }
    #divContentContainer { width: 940px; }

	#divLeftContentContainer 
	{
		float:left;
        margin-left:18px;
        padding-top:40px;
        width:200px;
	}

    /* IE6 Hack */
    * html #divContent #divSubMenu, * html #divContent #divContent {
        display:inline;
    }
    
    ol, ul { margin-left: 15px; }
}