body
{
        background-color: #fff;
        font-family: Arial, Helvetica, Verdana, "Lucida Grande", Tahoma;
        font-size: 12px;
        line-height: 16px;
        width: 750px;
        margin-left: auto;
        margin-right: auto;

}

a
{
        color: blue;
        text-decoration: none;
        border-color: blue;
        border-bottom: 1px dotted;
}

a:hover
{
        text-decoration: none;
        border-bottom: 1px solid;
}

p
{
        margin: 0px;
        margin-bottom: 10px;
}

img
{
        border: none;
}

h1, h1 a /* used as Navigation-Title */
{
        margin: 0px;
        color: yellow;
        font-weight: bold;
        font-size: 14px;
        line-height: 1em;
        border-color: yellow;
        border: none;
}

h2, h2 a /* used as Article-Title */
{
        margin: 0px;
        font-weight: bold;
        font-size: 14px;
        line-height: 1em;
        color: yellow;
        border-color: yellow;
        border: none;
}

h3, h3 a
{
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 3px;
        font-weight: bold;
        font-size: 12px;
        line-height: 1em;
        color: blue;
        border-color: blue;
        border: none;
}

h1 a:hover, h2 a:hover /* used as Navigation/Article-Title */
{
        border-bottom: 1px solid;
}

/*** Layout ***/
#header
{
        position: relative;
        height: 120px;
        z-index: 9999;
        background-image: url(../images/header_home.jpg);
        border: none;
}

#container
{
        position: relative;
        padding: 10px;
        padding-bottom: 0px;
        background-color: #c0d4f5;
        border: 1px solid blue;
}

#content
{
        padding: 0px;
        float: left;
        width: 518px;
        border: none;
}

#sidebar
{
        width: 200px;
        padding: 0px;
        margin-left: 528px;
        border: none;
}

#footer
{
        position: relative;
        background-color: #025df5;
        background-image: none;
        background-repeat: no-repeat;
        background-position: bottom;
        color: yellow;
        text-align: right;
        line-height: 1em;
        font-size: 10px;
        padding: 5px 20px;
        border: none;
}

/*** Header ***/
ul.navTop,
div.date
{
        position: absolute;
        top: 90px;
        left: 0px;
        height: 30px;
        color: yellow;
        font-weight: bold;
        font-size: 12px;
        line-height: 1em;
        padding: 7px 15px;
        margin: 0px;
        border: none;
}

div.date
{
        padding: 9px 15px;
        left: auto;
        right: 0px;
}

.navTop li
{
        float: left;
        list-style: none;
        margin-right: .5em;
        position: relative;
}

.navTop li ul
{
        ie-hack: expression(this.onmouseover =  new Function("this.className = 'ie-nav-hover';"));
        position: absolute;
        top: 100%;
        left: 0px;
        width: 15em;
        list-style: none;
        margin: 0px;
        padding: 0px;
        border: 1px solid yellow;
        background-color: blue;
        display: none;
}

.navTop li a
{
        color: yellow;
        display: block;
        width: auto;
        font-weight: bold;
        text-decoration: none;
        border: none;
        padding: 2px;
}

.navTop li ul li
{
        display: block;
        width: 100%;
        padding: 0px;
        margin: 0px;
}

.navTop li:hover ul,
.ie-nav-hover
{
        ie-hack: expression(this.onmouseout =  new Function("this.className = '';"));
        display: block;
}

.navTop li:hover ul li,
.navTop li:hover ul li a
{
        background-color: blue;
        color: yellow;
}

.navTop li:hover,
.navTop li:hover a,
.navTop li ul li:hover,
.navTop li ul li:hover a
{
        background-color: yellow;
        color: blue;
}

.navTitleLeft, .navTitleRight
{
        background-image: url(../images/blue_title_bg.gif);
        background-repeat: no-repeat;
        background-position: left top;
        height: 25px;
        padding: 0px 10px;
        vertical-align: middle;
}

.navTitleRight
{
        background-position: right top;
        width: 20px;
}

/*** Boxes General ***/
.box
{
        margin-bottom: 10px;
        width: 100%;
        table-layout: fixed;
        empty-cells: show;
        border-spacing: 0px;
        border-padding: 0px;
        border: none;
}

.headLeft, .headRight
{
        height: 20px;
        background-repeat: no-repeat;
        background-position: left top;
        padding: 0px 10px;
        vertical-align: middle;
}

.headRight
{
        background-position: right top;
        text-align: right;
        width: 50px;
}

.body
{
        text-align: justify;
        border-left: 1px solid blue;
        border-right: 1px solid blue;
        background-color: white;
        padding: 1px 10px;
}

.seperator
{
        margin: 0px;
        margin-top: 5px;
        height: 1px;
        border: none;
        background-color: blue;
}

.footLeft, .footRight
{
        height: 10px;
        background-repeat: no-repeat;
        background-position: bottom left;
        padding: 0px 10px;
        font-size: 9px;
        vertical-align: middle;
}

.footRight
{
        background-position: right bottom;
        text-align: right;
}

#sidebar .foot span,
#sidebar .seperator
{
        display: none;
}

/*** Box1 Details ***/
.box1 .headLeft,
.box1 .headRight
{
        background-image: url(../images/blue_box1_head_bg.gif);
}

.box1 h2,
.box1 h2 a
{
        color: blue;
        border-color: blue;
}

.box1 .footLeft,
.box1 .footRight
{
        background-image: url(../images/blue_box1_foot_bg.gif);
}

/*** Box2 Details ***/
.box2 .headLeft,
.box2 .headRight
{
        background-image: url(../images/blue_box_head_bg.gif);
}

.box2 h2,
.box2 h2 a
{
        color: yellow;
        border-color: yellow;
}

.box2 .footLeft,
.box2 .footRight
{
        background-image: url(../images/blue_box_foot_bg.gif);
}

.box2 .seperator
{
        display: none;
}
.box2 .foot span,
.box2 .foot span a
{
        color: yellow;
        border-color: yellow;
}

/*** Box3 Details ***/
.box3 .headLeft,
.box3 .headRight
{
        background-image: url(../images/blue_box1_head_bg.gif);
}

.box3 h2,
.box3 h2 a
{
        color: blue;
        border-color: blue;
}

.box3 .footLeft,
.box3 .footRight
{
        background-image: url(../images/blue_box1_foot_bg.gif);
}

.box3 .foot span,
.box3 .seperator
{
        display: none;
}

/*** Seperator in Links ***/
.links .spacer
{
        background-color: transparent;
        height: 10px;
}

/*** Image Gallery ***/
.rssThumbs
{
        float: right;
        max-width: 100px;
        margin: 0px;
        margin-left: 5px;
        padding: 0px;
}
.rssThumbs br
{
        clear: both;
        display: none;
}

.rssThumbFloat
{
        float: right;
        max-width: 100px;
        margin: 2px;
        padding: 5px;
        text-align: center;
        border: 1px solid blue;
}

.rssThumbs .rssThumbFloat
{
        float: none;
}

.rssThumbFloat a,
.rssThumbFloat a:hover
{
        border: none;
}

.rssThumbFloat .cap
{
        display: block;
        margin-top: 5px;
        line-height: 9px;
        font-size: 9px;

}

/*** Paging ***/
.paging a,
.paging a:hover
{
        border: none;
}

.pagingRight
{
        text-align: right;
}

/*** Forms ***/
form * label
{
        display: block;
        float: left;
        width: 20%;
        text-align: right;
        padding-right: 5px;
        margin-top: 5px;
}
form * label.zemRequired
{
        font-weight: bold;
}

form * input[type=text],
form * input[type=password],
form * input[type=file],
form * textarea,
form * select
{
        display: block;
        float: left;
        margin-top: 5px;
        margin-right: 5px;
        width: 75%;
}

form * input[type=radio],
form * input[type=checkbox]
{
        display: block;
        float: left;
        margin-top: 5px;
        margin-left: 21%;
}

form * input[type=radio] + label,
form * input[type=checkbox] + label,
form * input[type=text] + label,
form * input[type=password] + label,
form * input[type=file] + label,
form * input[type=button] + label,
form * input[type=submit] + label,
form * input[type=reset] + label,
form * input + input
{
        display: block;
        float: left;
        margin-left: 0px;
        width: auto;
        text-align: left;
}

form * br
{
        clear: both;
}
