/* Prowriter CMS Stylesheet */
/* Version: 1.0 | 14/02/2004 */
/* BASIC FRONTEND VERSION */
/* TEMPLATE STYLE 1 (logo - top | nav | body)*/

/* - - - - 1. MAIN SETTINGS FOR THE WEBSITE- - - - */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; color: black;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #FEFBF4; /*background color site */
background-image: url(../images/bg_site.gif);
background-position: center;
background-repeat: repeat-y;
/* text-align: center; */
margin-top: 0px;
}

p, h1, h2, h3, h4, h5, h6, h7, td, tr, th, li, span, div, table
{ font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; text-align: left; font-size: 8pt;}

/* - - - -  2. GENERAL TEXT SETTINGS - - - - */
h1, .maintitle { font-size: 140%; font-weight: bold;color: #1F3F3F }
h2, .subtitle { font-size: 130%;  font-weight: bold;color: #1F3F3F}
h3, .sectiontitle { font-size: 130%; font-weight: bold; line-height: 190%;color: #1F3F3F}
h4, .introduction { font-size: 130%; font-weight: bold; line-height: 190%; color: #1F3F3F}
h5, .description { font-size: 100%; font-weight: bold; line-height: 190%; color: #1F3F3F}
h6, .summary { font-size: 90%; font-weight: bold; line-height: 190%;}
h7 { font-size: 100%; }
p {  line-height: 190%; margin: 0px; padding:0px; color: #1F3F3F; }
span { font-size: 100%; margin: 0px; padding: 0px; }
div { margin: 0px; padding: 0px; }
li {line-height: 190%;}
ul { margin: 16px;}

a:link { color: #1D3F3F;  text-decoration: underline; }
a:visited { color: #1D3F3F; }
a:hover { color: #9C9C4C; }
a:active { color: #1D3F3F;}

/* CONTAINER SETTINGS - Site Specific Text Settings*/

#page { width: 780px; margin: auto; background-image: url(../images/bg_logo.gif); background-repeat: no-repeat;}
#main { margin-top: 16px; }

#left { vertical-align:top; width: 155px; }
#right { vertical-align:top; width: 156px; text-align: right;}
#center{ vertical-align:top; width: 469px; }

#center .content {    padding: 20px; padding-top: 70px;}
#right .content {    padding: 10px; padding-top: 2px; padding-left: 30px;}

/* FORM OPTIONS - stacking build up*/
.button {    border: Solid 1px black;}
.form {    border: Solid 1px black;}
.small {    width: 100px; }
.date02{    width: 55px; }
.date04 {    width: 70px; }
.normal {    width: 250px; }
.wide {    width: 350px; }
.margin-bottom {
    margin-bottom: 10px;
}
.color-a { background-color: #1D3F3F; color: white; }