﻿@import url("layout.css");
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #E2EBED;
	background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}
#container {
	width: 740px;
	margin: 12px auto;
}
#masthead {
	text-align: center;
	width: 740px;
	background-color: #ffffff;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 2px;
}
#navigation {
	position: relative;
    clear: left;
    float: left;
    width: 150px;
    margin: 0 0 10px 0;
    margin-top: 2px;
    padding: 0;
    font-size: 0.9em;
    background: url(../images/fade.gif) repeat-x;
}
#content {
	float: left;
	width: 586px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 0px;
}

#pic {
        margin: 0 0 5px 155px;
        padding: 0px 10px 5px 6px;
        line-height: 1.4em;
        background: url(../images/pic.jpg) repeat-x;
        height: 146px;
}
#pic h2 {
        margin: 0px;
        padding: 15px 0 2px 5px;
        font-size: 12pt;
        color: #3A6794;
}
#pic p {
        margin: 0;
        padding: 0 0 0 5px;
        color: #000000;
        width: 360px;
}
#pic1 {
        margin: 0 0 5px 155px;
        padding: 0px 10px 5px 6px;
        line-height: 1.4em;
}
#pic1 h2 {
        margin: 0px;
        padding: 15px 0 2px 5px;
        font-size: 12pt;
        color: #3A6794;
}
        padding: 15px 0 2px 5px;
        font-size: 12pt;
        color: #3A6794;
}

#footer {
	text-align: center;
	clear: both;
	width: 700px;
	margin: 8px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

/* Masthead Styles */
/* Navigation Styles */
#navigation ul {
        list-style: none;
        width: 150px;
        margin: 0 0 3px 0;
        padding: 0;
        font-size: 1.1em;
        border-right: 2px solid #e8e8e8;
}
#navigation li {
        margin-bottom: 4px;
        padding: 0 5px 0 2px;
}
#navigation a {
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        height: 20px;
        text-decoration: none;
        color: #286ea0;
        display: block;
        padding: 6px 0px 5px 0px;
        border-bottom: 1px dotted #ccc;
}
#navigation a:hover {
        color: #DFA51A;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
        font-size: 1.3em;
        margin: 0 0 5px 0;
        padding: 2px 0px 0px 0px;
        border-bottom: 2px solid #eee;
        border-top: 2px solid #eee;
}
h2 {
	color: #3d6c87;
    font-size: 12pt;
}
#content h1 {
	color: #3d6c87;
}
{
        font-size: 1.3em;
        margin: 0 0 5px 0;
        padding: 2px 0px 0px 0px;
        border-bottom: 2px solid #eee;
        border-top: 2px solid #eee;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content a {
        display: block;
        font-size: .9em;
        padding-bottom: 4px;
        margin-bottom: 2px;
        border-bottom: 1px dotted #ccc;
}


#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #ad0203;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}z