body {
}

/* Global */
p {
    margin-bottom: 20px;
    line-height: 20px;
}

p.tile {
    margin-bottom: 6px;
    line-height: 20px;
}

p.imageTitle {
    margin-bottom: 1px;
    line-height: 20px;
    text-align: center;
}

h1 a {
    color: #A6C639;
    text-decoration: none;
    font-weight: normal;
    font-size: 24px;
} #header h1 {
    font-size: 30px;
}

h2 {
    color: rgb(128, 153, 36);
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 5px 0;
}

h3 a {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    color: rgb(0, 0, 255);
    text-decoration: none;
}

h3 a:hover {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    color: rgb(150, 150, 255);
    text-decoration: none;
}

/* Text */
/*
 a {
 color:#222222;
 text-decoration:none;
 }
 */
/*
 a:hover {
 color:#CCDE8D;
 }
 */
h1.pagetitle {
    margin: 0 0 6px 0;
    padding: 0 0 2px 0px;
    border-bottom: solid 2px rgb(128, 153, 36);
    font-family: "trebuchet ms", arial, sans-serif;
    font-size: 20px;
    color: rgb(128, 153, 36);
}

/* Content */ #content img {
    padding: 2px;
    border: 1px solid rgb(150, 150, 150);
} #content img.center {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 1px;
    border: 1px solid rgb(150, 150, 150);
} #content img.right {
    clear: both;
    float: right;
    margin: 3px 0 7px 10px;
    padding: 1px;
    border: 1px solid rgb(150, 150, 150);
} #content ul {
    list-style: none;
    margin: 0.5em 0 1.0em 0;
} #content ul li {
    /*
     margin: 0 0 0.2em 2px;
     */
    padding: 0 0 0 12px;
    background: url(../images/bg_bullet_full_1.gif) no-repeat 0 1.0em;
    line-height: 2.4em;
    /*
     font-size: 100%;
     */
}

/* content2Cols */ #content2Cols img {
    padding: 2px;
    border: 1px solid rgb(150, 150, 150);
}

/* Main Navigation */ #nav ul {
    list-style-type: none;
} #nav li {
    float: left;
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
} #nav li a {
    display: block;
    padding: 0 15px;
    font-size: 12px;
    color: #ffffff;
    color: rgb(0, 0, 0);
    text-decoration: none;
} #nav li a:hover {
    background-image: url(../images/bg-navigation-bar-hover.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #222222;
}

/* Secondary Navigation */ #secondaryNav li {
    padding-left: 20px;
    padding-right: 20px
}

/* Secondary Navigation Grid */ #secondaryNav-grid dd a, #secondaryNav-grid dd a:visited {
    display: block;
    min-height: 1.7em /*Non-IE6*/;
    height: auto !important;
    height: 1.7em /*IE6*/;
    line-height: 1.7em;
    padding: 0px 10px 0px 40px;
    border: none;
    font-weight: normal;
    text-decoration: none;
    color: rgb(234, 181, 51);
    font-size: 110%;
} #secondaryNav-grid dt a, #secondaryNav-grid dt a:visited {
    display: block;
    min-height: 2.0em /*Non-IE6*/;
    height: auto !important;
    height: 2.0em /*IE6*/;
    line-height: 2.0em;
    padding: 0px 10px 0px 10px;
    border-top: solid 1px rgb(200, 200, 200);
    color: rgb(0, 0, 0);
    text-decoration: none; /*font-weight:bold;*/
    font-size: 90%;
} #secondaryNav-grid dt a:hover, #secondaryNav-grid dd a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(42, 90, 138);
    text-decoration: none;
}

/* Footer-links */ #footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
} #footer-links a:hover {
    color: #CCDE8D;
}

/* Contacts page */ #sidebarContact a {
    color: #0f871b;
} #sidebarContact a:visited {
    color: #528758;
} #sidebarContact a:hover {
    color: #00ba13;
}

/*
 #homeContent img {clear:both; float:left; margin:3px 10px 7px 0; padding:1px; border:1px solid rgb(150,150,150);}
 #homeContent img.center {clear:both; float:none; margin:0 auto; padding:1px; border:1px solid rgb(150,150,150);}
 #homeContent img.right {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}
 
 */ 
 
 
 table.links td {
    height: 3.0em;
    padding: 2px 7px 2px 7px;
    border-left: solid 2px rgb(255, 255, 255);
    border-right: solid 2px rgb(255, 255, 255);
    border-top: solid 2px rgb(255, 255, 255);
    border-bottom: solid 2px rgb(255, 255, 255);
    background-color: rgb(225, 225, 225);
    text-align: left;
    color: rgb(50, 50, 50);
}

