﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	/*background-color:#935a59;*/
	background-image:url(../images/bg.gif);
}
#container {
	width: 766px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	/*background-color: #b8c1c7;*/
	background-image: url(../images/cont-bg.png);
	background-repeat:repeat-x;
		
}
#masthead {
	text-align: center;
	width: 766px;
	height:150px;
	background-image: url("../images/banner.png");
	background-attachment: scroll;

}

#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:"Tempus Sans ITC";
    font-size:small;
    font-weight:bold;
}

#content {
	float: left;
	width: 610px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:left;
}

#leftaddress 
{
	position:static;
	float:left;
	width:140px;
	top:280px;
	left:1px;
	font-family:verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	font-size:smaller;	
	text-align:center;		
}

#transparent {
	position:relative;
	left:40px;
	top:-1000px;
	z-index:1;
}

#footer {
	text-align: center;
	color:Black;
	clear: both;
	width: 766px;	
	font-size:10px;
	margin-left:50px
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;

}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #b1c4cd;/*dfb8df;*/
    background-image:url('../images/button2.gif');
    background-repeat:repeat-x;	
   
 }
#navigation a
{
    color: #3366CC;
    text-decoration: none;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #fff;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

h2 { 
	font-size:large;
	font-family:"Century Gothic,  Arial, Helvetica, sans-serif";
	
	
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 2px;
	}
	
#content table 
{
	width:100%;
	border-right: medium ridge;
	border-top: medium ridge; 
	border-left: medium ridge; 
	border-bottom: medium ridge;
	padding: 0 0 0 0 	
}

#content td
{
	
	border-top:thin ridge ;
	border-bottom:thin ridge ;
	border-left:thin ridge ;
	border-right:thin ridge ;
	text-align:center;
	line-height: 18pt;
	}

.table_plain
{
	border: none;
	text-align: center;
}

/* Footer Styles */
#footer p {
	color: black;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.header_cell 
{
	font-size:12pt;
	font-weight:bolder;	
	height:20px;
	text-align:center;
}