* {
    padding: 0;
    margin: 0;
}

body {
background: #fff;
font-family: Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;

}
/* search form */
.search_field {
        background: #fff url(images/searchbg.gif) no-repeat right;
        color: #808080;
        clear: both;
        font-weight: ;
        padding: 3px 19px 10px 10px;
        margin: 5px 0;
}
        input.search {
                width: 292px;
                border: 0;
                background: #FFF url(images/input.gif) no-repeat;
                padding: 4px;
                color: #E0691A;
                font-weight: ;
                margin: 0 0 0 3px;
        }
        input.submit {
                background: #E0691A url(images/submit.gif) no-repeat;
                border: 0;
                padding: 4px 0;
                width: 65px;
                height:24px;
                margin: 0 10px 1px 0;
                color: #FFF;
                font: bold 1em Arial, Sans-Serif;
        }
        .grey { color: #808080; background: inherit; font-weight: normal; }
        .search_form { float: right; }
img { border: none; }
a { color: #3771C8; }
a:hover { text-decoration: none; color : #87AADE; }
h3 { border-bottom: 1px dotted #aaa; color: #666; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #87AADE; }

#wrap {
background: #fff;
border: 1px solid #b875a5;
padding: 10px;
width: 962px;
margin: 0 left;

}

#header {
height: 130px;
background: #fff url(images/header.jpg) no-repeat;
}
#header h1 {
font-size: 28px;
font-weight: 600;
letter-spacing: -2px;
padding: 30px 33px 0 0;
text-align: right;
}
#header h1 a {
color: #C12419;
text-decoration: none;
}
#header h1 a:hover {
color: #aa4400;
text-decoration: none;
}

#header h2 {
font-size: 16px;
color: #BD1A46;
padding: 9px 33px 0 0;
text-align: right;
}

#content {
padding: 0 20px;
}

#right {
margin-top: 10px;
width: 650px;
background: #f9f9f9;
padding: 0 5px 0 5px;
float: right;
font-size: 14px;
text-align: justify;
min-height:600px;
}
#right h3 { color: #b875a5; border-bottom: 1px dotted #6C91FC; }
#right h4 { font-size: 14px; }
#right ul { list-style-type: disc; padding: 10px 0 10px 25px; }
#right ul li { padding: 0 5px 3px 1px; }
#right table { width:70%; border: 0px solid gray; border-collapse: collapse;}
#right.table, td{ border: 1px solid #6C91FC; width: 50%; padding: 0 0 0 15px; align: right;}

#left {
margin-top: 10px;
width: 250px;
float: left;
}
#left h3 { color: #b875a5; }
#left h4 {font-size: 15px }
#left ul { list-style-type: none; padding: 10px 0 10px 0; }
#left ul li { padding: 2px 0 3px 0; }
#left ul li a { color: #535d6c; font-weight: 100; display: block; text-decoration: none; font-size: 14px; border-bottom: 1px dotted #aaa; }
#left ul li a:hover { color : #b7bec8; }
#left table { width:100%; border: 1px solid #D8E9F5; border-collapse: collapse;}
#left #current a{ font-size: 14px; font-weight:bold;}

/* SKYSCRAPER */

#skyscraper{
        position: absolute;
        width:120px;
        left: 900px;
        top: 113px;
        padding: 0px 0px 0px 100px;
        color:#808080;
        font-size: 10px;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 10px 0;
margin: 70px 0 0 0;
border-top: 1px dotted #aaa;

}
#footer a {
color: #999;
}
#footer a:hover {
color: #000;
text-decoration: underline;
}