            html, body {margin:0;height:100%;}
            body {
                background-color: #dfeffe;
                font-family: Tahoma,Verdana, sans-serif;
                font-size: 12px;
                color: #333;
                
            }

            a {
                color: #323198;
                text-decoration:underline;
            }

            a:hover {
                color: #323198;
                text-decoration:none;
            }

            p {padding-bottom: 10px;}	

            #wrapper {height:auto !important;height:100%;min-height:100%;width:988px;margin: 0 auto; border-right: 1px solid #ccc;border-left: 1px solid #ccc;background-color:#fff;}

            #top_nav_spacer{margin: 0 auto;width:100%;height:23px;background-color:#fff;border-bottom:1px solid #ccc;}
            #top_nav {position: absolute; width: 100%; height: 23px; background-color:#fff; z-index: 4; left: 0; top: 0; border-bottom: 1px solid #ccc}
            #top_nav_content{margin: 0 auto;width: 948px;height:17px; padding-top:5px; background-image:url('i/small_logo.png'); padding-left: 20px;}
            #top_nav_content a, #top_nav_content a:hover {font-size:90%;color: #0a92cd; text-decoration:underline;}

            #header {height:79px;margin: 0 auto;width: 100%;}
            #header_content {height:79px;margin: 0 auto;width: 988px;background-color:#f0f2f2;}
            #logo{position:relative;top:10px;width:217px;height:55px; left: 10px;padding:0px;display:block; float: left;}

            #login_form{height:70px;width:205px;color:#9999ff;margin-top: 9px;font-size:10px;}
            #login_exit{height:70px;color:#9999ff;margin-top: 10px;font-size:10px; padding-right:10px;}
            .form_field{position:relative;height:21px; float:left; width:120px; float:left; padding:5px 5px 0px 0px;}
            .form_field_last{position:relative;height:21px; float:left; width:75px; float:left; padding:5px 5px 0px 0px;}
            .login_submit {width: 70px; background: url(i/submit_bg.gif) repeat-x; height: 16px; color:white; font-size:10px; line-height:10px; border:none; cursor:pointer;}
            .login_input {width: 115px; background: url(i/input_bg.gif) repeat-x; height: 16px; color:white; font-size:10px; border:none; border-width:0px;color:#777;}

            #photo {
                height:200px;
                margin: 0 auto;
                width: 100%;
            }

            #photo_content {
                height:200px;
                margin: 0 auto;
                width: 988px;
            }

            #navigation {
                height:42px;
                margin: 0 auto;
                width: 988px;
                background: url('i/menu_bg.gif');
            }
            #spacer {height:160px;}
            #footer {
			height:147px;
			margin-top:-147px;
            }
            #footer_wrap {margin: 0 auto; width:988px; height:147px;border-top: 1px solid #0a92cd;}
            #footer-container{
                        padding-top: 20px;
			background-color: #fff;
			width: 723px;overflow:auto;float:left
            }
            #footer-banners {width:988px; height:73px;}	
            #copyline {
                
                text-align: left;
                font-size:11px;
                padding-left: 10px;
	font-family: Tahoma;
	color: #000;
            }

            #agency_link{
                text-align: left;font-size:11px;color: #000;padding-left: 20px;font-family: Tahoma;
            }

            #ewea_link{width: 265px; height:73px; float:left}

            .logolink {
                display:block;
                height: 60px;
            }

            #container{
		width: 100%;
		margin: 0 auto;
		overflow:auto;
            }
            #content {
                width: 988px;
                margin: 0 auto;
                background-color: #fff;
            }
            #content_spacer {
                width: 100%;
                margin: 0 auto;
                height: 10px;
            }

            .clear{clear:both;}

            /* Columns */
            #content_subnav {float:left;width:222px;padding:10px;}
            #content_main {float:left;width:509px;padding:10px;}
            #content_ads {float:left;width:197px;padding:10px;}

            /* SubNavigation */

            .subnav_title{display:block; padding: 5px 10px; background-color:#0a92ce;margin-bottom: 10px;}
            .subnav_title a, .subnav_title a:hover{font-size:16px; font-weight:bold;color:#fff;text-decoration:none;}









            .floatright{
                float: right;
            }
            .floatleft{
                float: left;
            }


            
            /*Preview block*/
            #preview {
                margin-top:30px;
            }

            #content ul {

                    padding: 0 0 0 25px;
                    /*list-style-image: url('i/bullet-arrow-small.gif');*/
                    list-style-position: inherit;
                    }

                    #content ul li {margin: 0;padding: 0 0 0.4em 0;}

          	  #content ol {padding: 0 0 0 25px;list-style-position: inherit;}
                  #content ol li {margin: 0; padding: 0 0 0.4em 0;}

                    h1 {
                        display:block; padding: 5px 10px; background-color:#0a92ce;
                        font-size:16px; font-weight:bold;color:#fff;margin-bottom: 10px;
                    }
                    h2 {
                        color: #333;
                        font-size: 14px;
                        font-weight: bold;
                        padding-bottom: 10px;
                    }

                    h3 {color: #34329b;font-weight: bold;font-size: 14px;}

                    
                    h4 {
                        color: #333;
                        text-transform:uppercase;
                        font-size: 16px;
                        font-weight: bold;
                    }
                    h5 {
                        color: #687f7b;
                        text-transform:uppercase;
                        font-weight: bold;
                        font-size: 16px;
                    }
                    h6 {
                        color: #333;
                        text-transform:uppercase;
                        font-weight: bold;
                        font-style:italic;
                        font-size: 14px;
                    }

                    hr {border: none 0;
                        border-top: 1px dotted #0a92ce;
                        width: 100%;
                        height: 1px;
                        padding: 0px 0;
                    }