 * {
    margin: 0;
    padding: 0;
}

body {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #2D302C;
    background-image: url(../images/bg-body.gif);
    color: #222222;
}

/* Structure */ #wrapper {
    margin: 0 auto;
    width: 800px;
    background-color: #454943;
    /*
background-image: url(../images/bg-wrapper.gif);
*/
    background-repeat: repeat-y;
    background-position: right;
    border-left: 1px solid #CCDE8D;
    border-right: 1px solid #CCDE8D;
} #header {
    height: 120px;
    background-image: url(../images/NewHeader3.jpg);
    background-repeat: no-repeat;
    padding: 0 0 0 0;
} #nav {
    height: 35px;
    line-height: 35px;
    background-image: url(../images/bg-navigation-bar.gif);
    background-repeat: repeat-x;
    padding: 0 10px;
} #content {
    width: 774px;
    background-color: rgb(255, 255, 255);
    min-height: 500px;
    /*
     border: 1px solid #2D302C;
     */
    margin: 3px 3px 3px 3px;
    padding: 10px;
} #content2Cols {
    float: right;
    width: 614px;
    background-color: rgb(255, 255, 255);
    min-height: 450px;
    border: 1px solid #2D302C;
    margin: 10px 10px 0 10px;
    padding: 10px;
} #homeContent {
    width: 774px;
    background-color: rgb(255, 255, 255);
    min-height: 530px;
    /*
     border: 1px solid #2D302C;
     */
    margin: 3px 3px 3px 3px;
    padding: 10px;
} #secondaryNav {
    /*
     background: rgb(175, 215, 248);
     */
    background: #A6C639;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 0px;
    display: inline;
    float: left;
    width: 135px;
    overflow: visible !important;
    overflow: hidden;
    border-top: solid 1px rgb(0, 0, 0);
    border-right: solid 1px rgb(0, 0, 0);
    border-bottom: solid 1px rgb(0, 0, 0);
    border-left: solid 1px rgb(0, 0, 0);
} #secondaryNav-grid {
    width: 135px;
    border-bottom: solid 1px rgb(200, 200, 200);
} #footer {
    clear: both;
    text-align: right;
    padding: 10px;
    margin-top: -10px;
    color: #ffffff;
    font-size: 11px;
    line-height: 15px;
} #footer-links {
    float: left;
    line-height: 30px;
} #wrapperContact {
    margin: 10px;
    width: 710px;
    background: #ffffff;
    min-height: 450px;
} #mainContentContact {
    float: right;
    width: 460px;
    margin-right: 20px;
    margin-left: 10px;
} #sidebarContact {
    float: right;
    width: 200px;
    background: rgb(198, 207, 100);
    padding: 10px;
}
#linksTable {
    clear: both;
	padding: 10px 0 0 30px;
}

/**********************************************************/
/*
 Headings
 */
/* Extra's */ .title1 {
/*
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
*/
    color: rgb(84, 107, 0);
	
/*
    background-color: rgb(0, 0, 0);
*/
} .title2 {
    color: #222222;
    font-style: italic;
} .description {
    font-size: 18px;
    font-style: italic;
    /*
     color:#ffffff;
     */
    color: rgb(84, 107, 0);
    padding-left: 30px;
} .meta {
    color: #777777;
    border-bottom: 1px dashed #777777;
    padding-bottom: 2px;
    margin-bottom: 8px;
} .comments {
    margin-top: -10px;
    text-align: right;
    margin-bottom: 20px;
} .comments a {
    text-decoration: underline;
}

/*
 Contact Page
 */ .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
 Links Page
 */ .linksColumn {
    float: left;
    width: 300px;
    padding: 20px 0 0 20px;
} .tile1 {

     width: 218px;

    /*
     margin: 0 0 2.5em 0px;
     padding: 0 0 10px 0;
     */
    /*
     border: solid 1px rgb(105, 34, 113);
     */
    background-color: rgb(255, 255, 255);
} .tile2 {
    width: 136px;
    /*
     margin: 0 0 2.5em 0px;*/
     padding: 0 0 0 0;
     
    border: solid 1px rgb(105, 34, 113);
    background-color: rgb(255, 255, 255);
}
