/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 20px 0;
    background: #C6C39A;
    font: normal 11px Verdana, Helvetica, sans-serif;
    color: #202731;

}

a {
    color: #7D3239;
}

a:hover {
    text-decoration: none;
    color:  #666666;
}

/* Boxed */

.title {
    color: #7D3239;
    background: url(images/img4.gif) no-repeat right center;
    border-bottom: 1px solid  #7D3239;
    font: bold 120%  Verdana, Helvetica, sans-serif;

}

.boxed1 .title {
    font: bold 120%  Verdana, Helvetica, sans-serif;
}

.boxed1 .content {
    background: url(images/img05.gif) no-repeat left bottom;
    padding: 20px;

}

.boxed2 .title {
    font: normal 122%  Verdana, Helvetica, sans-serif;
}

.boxed2 .content {

    padding: 20px;

}

.boxed3 .title {
    font: normal 119%  Verdana, Helvetica, sans-serif;
}

.boxed3 .content {
    padding: 20px;

}

.boxed3 ol, .boxed3 ul {
    margin-left: 1em;
}


/* Header */

#header {
    width: 760px;
    height: 161px;
    margin: 0 auto;
    background: url(images/img02.jpg) no-repeat 100% 50px;
    border: 1px solid #7D3239;
}

/* Logo */

#logo {
    float: left;
    width: 240px;
    height: 160px;
    background: #274A8E url(images/img01.gif) no-repeat;
    text-align: center;

}

#logo h1 {
    padding-top: 80px;
    font: bold 20px Verdana, "Times New Roman", Times, serif;
}

#logo h2 {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Menu */

#menu {
    float: left;
    width: 520px;
    height: 50px;
    background: #202731;
}

#menu ul {
    height: 5px;
    background: #7D3239;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 25px;
    padding: 7px 7px 0 7px;
    border-top: 5px solid #7D3239;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #C6C39A;
}

#menu a:hover {
    background: #202731;
    border-top-color: #7D3239;
}

#menu .active a {
    background: #FFA800;
    border-top-color: #E16629;
}

#menu a b {
    text-decoration: underline;
}

/* Page */

#page {
    width: 760px;
    margin: 0 auto;
    background: #202731;
    border: 1px solid #7D3239;

}

/* Content */

#content {
    float: right;
    width: 500px;
    padding: 10px;
    margin-bottom: 0px;
    border-left: 1px solid #793239;


}
#content a {

color: #C6C39A;
text-decoration:none;

}
#content a:hover {

color: #7D3239;
text-decoration: underline;

}
#content1 {
    float: right;
    width: 500px;
    padding: 10px;
    margin-bottom: 0px;
    border-left: 1px solid #793239;


}
#content1 table  {

color: #7D3239;
text-decoration:strong;

}
#content1 a {

color: #7D3239;
text-decoration:strong;

}
#content1 a:hover {

color: #000000;
text-decoration: underline;

}


.left {
float:left;
padding: 5px;

}


#content p, #content ol, #content ul {
    line-height: 152%;
     color: #C6C39A;

}

/* Sidebar */

#sidebar {
    float: left;
    width: 200px;

    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
     background: #202731;

    margin-bottom: 0px;

}
#sidebar a {
 color:#C6C39A;
 text-decoration:none ;
}
#sidebar a:hover {
  color:#7D3239;
}
#sidebar a.active {
  color:#7D3239;
}


#sidebar p {
 color:#666666;
 font-size: 11px;
}
#sidebar h2.title {
 color:#666666;
 font-size: 12px;
}

/* News */

#news {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom:0px;
    background: #202731;

}

#news ul {
    list-style-type: none;
}

#news li {
    margin-bottom: 5px;
    color: #C6C39A;
}

#news h3 {
    margin-bottom: 10px;
    font-size: 96%;
}

#news h3 a {
    display: block;
    color: #C6C39A;
    padding-top: 10px;
}

#news p {
    font-size: 95%;
    color: #C6C39A;
    margin-bottom: 0px;
}

/* Welcome */

#welcome {
    margin-bottom: 0px;
}

/* Samples */

#sample1, #sample2 {
    float: left;
    width: 230px;
}

#sample1 {
}

#sample2 {
    margin-left: 20px;
}

/* Footer */

#footer {
    width: 760px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 5px solid #7D3239;
}

#footer p {
    text-align: center;
    font-size: 87%;
}