body *

{   /*padding: 0;

    margin: 0;*/

    font-family: Times New Roman, Serif;}



#page

{

    width: 800px;

    border: solid 1px #888;}

    

/* General Element Styles 

======================================================================================*/    

h1  {
	font-size:16px;
	color: #368;
	font-weight: bold;
	text-align: center;
}



h2  {
	font-size: 16px;
}
	
h3 {font-size: 9pt;}


#content ul {   list-style-type: disc; }    

    

/* Column Specific

======================================================================================*/

#leftcol, #rightcol

{

    width: 245px;

    background-color:#ddd;

    }    



#nav    

{
	height: 256px;
	position:relative;
	margin-top: 20px;
}

    

#nav ul

{
	position:absolute;
	bottom:0;
	right:0;
	list-style-type: none;
	line-height: 1.5em;
	text-align:right;
	width: 200px;
	margin-top: 2;
	margin-bottom: .5em;
	margin-right: 1em;
}    

  

#nav ul li a

{    

    font-size: 11px;

    text-decoration: none;

    color:#368;

    }  

   

#content

{
	text-align:justify;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 20px;
}   



p#contact

{
	color:#368;
	font-size: 11px;
}     



/* Right Column (home page only)

=========================================================================================*/

#services 

{
	position:relative;
	margin-top: 150px;
	margin-bottom: 20px;
	margin-left: 10px;

    }       



#services ul

{
	list-style-type: none;
	line-height: 1.5em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;

        }     



#services ul li {

    font-size: 10px;

    display: inline;

    color:#368;     }    



#copyright  

{

    position: absolute;

    bottom:0;

    margin: 0 0 0 15px;

    font-size: 8pt;

    color: #aaa;}     

    

/* Images

=========================================================================================*/

img 

{

    display: block;}    



#home_logo

{

    margin-top: 25px;

    margin-bottom: 7px;

    }    



#logo   

{

    text-align: center;

    margin: 25px auto 7px auto;

    }   



.home_image

{

    width: 100%;

    background-color:#3B5A6F;

    text-align: right;    }    



.home_image img

{

    margin: 0 15px;

    margin-left: auto;

    border: solid 1px #ddd;

    border-width: 0 3px;}



.image

{

    border: solid 15px #3B5A6F;

    border-width: 15px 0;}   



.image img

{

    border: solid 3px #ddd;

    border-width: 3px 0;}     



ul#tea

{

    margin: 1.5em 40px 2em;}



p.caption   {font-size:12pt;

    color: #3B5A6F;

    text-align: center;

    margin: 1em;

    font-weight: bold;

    font-style: italic;}    
.red {
	color:#FF0000
}


    
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #3B5A6F;
}
