/* CSS Document */


body
{
   text-align: center;
   background: #fff;
   color: #000;
   font-family: arial;
   width: 800px;
   margin-left: 100px;
   padding: 0;
}



#container
{
   border-top: 1px solid #387A9B;
   border-right: 2px solid #387A9B;
   border-bottom: 2px solid #387A9B;
   border-left: 1px solid #387A9B;
   text-align: left;
   -moz-border-radius: 7px 6px 0 0; /*top, right, bottom, left*/
   margin: 0;
   padding: 0;
   width: 800px;
   background: white;
}


h1 
{
   background:  transparent url(multibackgroundheader3.jpg) ;
   color: #000066;
   padding: 0; /*top, right, bottom, left*/
   margin: 0;
   -moz-border-radius: 7px 6px 0 0; /*top, right, bottom, left*/
   border-bottom: 5px solid #387A9B;
   text-align: left;
   text-indent: 4cm;
   height: 190px;
   width: 100%;
   font-size: 44px;
}



h2
{
   margin-top: 10px;
   color: #B23B00;
   font-weight: normal;
   font-size: 28px;
   text-align: left;
   margin-left: 1cm;
}

h3
{
   margin-top: 0;
   color: #B23B00;
   font-weight: bold;
}

#topbox
{
    border: 0px solid red;
	width: 790px;
	height: 250px;
}

#nav
{
   border: 0 solid black;
   float: left;
   width: 260px;
	height: 100px;
   display: inline;
   margin: 20px 10px 40px 25px;/*top, right, bottom, left*/
}


#nav ul
{
   padding: 0;
   list-style-type: none;
   text-align: left;
   font-size: 18px;
   line-height: 130%;

}

#nav li
{
   padding: 0px;
}

#leftcol
{
   border: 0 solid black;
   float: left;
   margin: 0 10px 0 20px; /*top, right, bottom, left*/
}

#content
{
   border: 0 solid black;
   float: left;
   width: 500px;
   margin: 0 0 0 30px; /*top, right, bottom, left*/
   text-align: justify;
   font-size: 18px;
}

p.bold
{
   font-weight: bold;
   color: #000080;
   font-size: 16px;
}

p
{

   font-size: 16px;
}

img.floatrighta { 
    float: right; 
    margin-top: 1px;
	margin-right: 100px;
    margin-left: 20px;
    margin-bottom: 1px;
	padding: 2px;
}


#footer
{
   clear: both;
   border: 0 solid green;
   solid red;
   background: #FFF;
   color: #000;
   padding: 10px 0;
   text-indent: 25px;
   font-size: 70%;
   margin: 0;/*top, right, bottom, left*/
   width: 100%;
   height: 40px;
   text-align: center;
}

a: link
{
   color: blue;
}

a: visited
{
   color: gray;
}

a: hover
{
   color: red;
}
