/* font-size */
body {
    font-size:100%;
    line-height:1.125em;
    background-image: url('../images/pccwebback.png');
    background-repeat: repeat-x;
    background-color: #0F0F68;
    background-position:top center;
}

#container {
    font-size:0.875em;
}

#right, #footer, #toolbar {
    font-size:0.85em;
}

h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.4em;
    margin-top: 1em;
    margin-bottom: 0.4em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.0em;
}

/* font-family */
#container {
    background-color: #fff;
    font-family: helvetica, arial, sans-serif;
}

/* color */
h1, h2, h3, h4, h5, h6 {
color:#0F0F68;
}

/* layout */
#container {
border: 1px solid #96704B;
-moz-border-radius: .8em;
width: 960px;
margin: 1em auto;
}
#header, #breadcrumbs {
border-bottom: 1px dotted #96704B;
}
#header {
    text-align: center;
    padding: 1em 0;
    background-image: url('../images/logo.jpg');
    background-repeat:no-repeat;
}

#right {
clear: right;
width: 220px;
float: right;
padding: .5em;
}
#content {
margin-right: 230px;
padding: .5em;
}
#footer {
clear: both;
border-top: 1px dotted #96704B;
}

/* navigation lists */
ul#mainlevel-nav  {
background-color:#fff; 
border-style: solid;
border-width: 1px 0 1px 1px;
border-color: #96704B;

display: inline;
float: right;
padding: 0;
list-style-type: none;
text-align: right;
position: relative;
left: center;
top: -2em;
}
ul#mainlevel-nav li {
display: inline;
margin-left: .5em;
margin-right: .5em;
}
ul#mainlevel-nav li a {
color:#0F0F68;
text-decoration: none;
}
ul#mainlevel-nav li a:hover {
color:#968400;
}
.break {
    clear: both;
}


#search {
    margin-left: 700px;
}

/* main menu */
ul.menu {
list-style-type:none;
}
ul.menu li a {
display:block;
text-decoration:none;
border-bottom:solid 1px #96704B;
color:#0F0F68;
}
ul.menu li a:hover,#left ul li a:active,#left ul li a:focus {
border-bottom: 1px solid #968D4B;
color:#968400 !important;
}
/* main menu */
ul.latestnews {
list-style-type:none;
}
ul.latestnews li a {
display:block;
text-decoration:none;
color:#0F0F68;
padding-left: 1em;
}
ul.latestnews li a:hover,#left ul li a:active,#left ul li a:focus {
color:#968400 !important;
}

/* pagination */
ul.pagination {
list-style: none;
text-align: center;
}
ul.pagination li {
display: inline;
margin: 0 .5em;
}
#content a {
color:#968400 !important;
}
#content a:hover {
color:#968D4B !important;
}


#breadcrumbs a {
color:#968400 !important;
text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:hover{
color:#0F0F68 !important;
text-decoration:underline;
}
#footer a {
color:#968400 !important;
text-decoration: none;
}
#footer a:hover, #footer a:hover{
color:#0F0F68 !important;
}
form.search label {
display: none;
}
.blog {
   padding-top: 1em;
}

p {
    margin: .3em 0;
}
div, p {
    line-height: 1.4em;
}
.leading {
    padding-left: 100px;
    background-image: url('../images/cross.png');
background-repeat:no-repeat;
background-position:top left;
}