html, body, form, ol, ul, p{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #1e3d4b;
}
h1, h2, h3, h4, h5, h6{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
a img, :link img, :visited img {
	border: 0;
}
a{
    color: #198ec3;
    text-decoration: underline;
}
a:hover{
    color: #53c6ee;
    text-decoration: underline;
}
#wrap{
    background: #fff url(/images/header_right.jpg) no-repeat top right;
    min-width: 1000px;
    width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':(document.body.clientWidth > 9999? "9999px": "auto"));
}
#header{
    height: 175px;
    position: relative;
    background: url(/images/header.jpg) top left no-repeat;
}
#header h1{
    position: absolute;
    z-index: 5;
    width: 330px;
    height: 45px;
    top: 55px;
    left: 175px;
}
#header h1 a{
    display: block;
    text-indent: -9999px;
    height: 100%;
}
#flash{
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 55px;
    width: 134px;
    height: 108px;
}
#menuTop{
    list-style: none;
    position: absolute;
    z-index: 2;
    top: 130px;
    left: 175px;
    font-size: 10px;
    text-transform: uppercase;
    color: #198ec3;
}
#menuTop li{
    display: inline;
    margin: 0px 4px;
}
#menuTop li{
    display: inline;
    margin: 0px 4px;
}
#menuTop li a{
    color: #198ec3;
}
#menuTop li a:hover{
    color: #53c6ee;
    text-decoration: none;
}

#column{
    float: left;
    width: 284px;
    padding-top: 500px;
}
.bg1{
    background: url(/images/left.jpg) 0px 50px no-repeat;
}
.bg2{
    background: url(/images/left1.jpg) 0px 75px no-repeat;
}
#container{
    background: url(/images/arrow.gif) no-repeat 0px 35px;
    margin-left: 284px;
    padding-left: 50px;
}
.dez{
    border-bottom: solid 1px #53c6ee;
    height: 128px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.dez li{
    display: block;
    float: left;
    height: 128px;
    width: 18%;
    margin-right: 1%;
}
.dez li a{
    display: block;
    height: 28px;
    text-align: center;
    padding-top: 100px;
    color: #2a2222;
    text-transform: uppercase;
    font-size: 11px;
}
.dez li span{
    display: block;
    height: 28px;
    text-align: center;
    padding-top: 100px;
    color: #53c6ee;
    text-transform: uppercase;
    font-size: 11px;
}
.dez li a:hover{
    color: #53c6ee;
}
a.dez1{
    background: url(/images/dez.jpg) no-repeat 50% -128px;
}
a.dez1:hover,
span.dez1{
    background: url(/images/dez.jpg) no-repeat 50% 0px;
}
a.dez2{
    background: url(/images/dez.jpg) no-repeat 50% -384px;
}
a.dez2:hover,
span.dez2{
    background: url(/images/dez.jpg) no-repeat 50% -256px;
}
a.dez3{
    background: url(/images/dez.jpg) no-repeat 50% -640px;
}
a.dez3:hover,
span.dez3{
    background: url(/images/dez.jpg) no-repeat 50% -512px;
}
a.dez4{
    background: url(/images/dez.jpg) no-repeat 50% -896px;
}
a.dez4:hover,
span.dez4{
    background: url(/images/dez.jpg) no-repeat 50% -768px;
}
#containerColumn{
    float: right;
    width: 145px;
}
#containerColumn img{
    margin: 25px 0px 15px 0px;
}
#containerColumn span a{
    font-size: 11px;
    color: #fff;
}
#containerColumn span a:hover{
    color: #fff;
    text-decoration: none;
}
#containerColumn span{
    display: block;
    padding: 7px 10px;
}
.col1{
    background: #098fcc;
}
.col2{
    background: #53c6ee;
}
.col3{
    background: #00577f;
}
.column0{
    margin-right: 50px;
}
.column1{
    margin-right: 200px;
}

#footer{
    padding-left: 333px;
    height: 75px;
    padding-top: 25px;
    font-size: 12px;
    clear: both;
    color: #1e3d4b;
}
#footer a{
    color: #658e02;
}
#footer a:hover{
    color: #9ad40e;
}

#content h2{
    margin: 25px 0px 16px 0px;
    color: #00577f;
    font-size: 20px;
}
#content h3{
    margin: 12px 0px;
    color: #00577f;
    font-size: 16px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h4{
    margin: 10px 0px;
    color: #00577f;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content p{
    margin: 16px 0px;
    text-indent: 25px;
}
#content ul,
#content ol{
    margin: 8px 10px 8px 25px;
}
#content li{
    margin: 3px 0px;
}
.gb{
    border-bottom: solid 1px #53C6EE;
    margin-bottom: 25px;
}
#content input,
#content textarea{
    margin: 5px 0px;
}
#content table{
    border-collapse: collapse;
}
#content td,
#content th{
    border: solid 1px #53C6EE;
}


