body {
    font-family: "Verdana", "helvetica", "Arial", sans-serif;
    background-image: url('images/MRN_Background1.gif');
}

#page {
    width: 980px;
    margin: auto;
    margin-top:15px;
    background-color:#ffffff;
}

h1, h2, h3, h4 {
    font-weight: normal;
    color: #0364a5;
}   
h1 {font-size: 2em;}
h3 {font-size: 1.25em;}
h4 {font-size: 0.81em; font-weight:700;} 

p {
    font-size: 0.9em;
}

a { 
    text-decoration: none;
    color: #0364a5;
}



/* Layout  160 10 640 10 160   Total 980 */

#left {
    width:160px;
    float:left;
}

#right {
    width:160px;
    float:right;
}

#centre {
    width:620px;
    float:left;
    margin-left:10px;
    padding:10px;
}

#content {
    margin:top:25px;
}

#title {
    text-align:center;
}

#foot {
    font-weight: 700;
}

#add {
    font-size: 0.63em;
    text-align: center;
    color: #0364a5;
}


.stock {
    border: 2px solid #0364a5;
}

.stock img {
    margin:15px;
}

.nav a {
    font-weight: 700;
    display: block;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.94em;
    text-decoration: none;
    text-align: center;
    height: 2.13em;
    line-height: 2.13em;
    background-color: #0364a5;
}


.nav a:hover {
    background-color: #e70104;
}

.red_text { 
    color: #e70104;
}

.blue_text
{
    color: #0364a5;
}

.bold {
     font-weight: 700;
}

.small_italic {
    font-size: 0.8em;
    font-style: italic;
}

.float_left
{
    float:left;
}
.no_float
{
    clear:both;
}

.resource {
    font-weight: 700;
}
