body {background-color: #FFFFFF; margin:0px;}

/* background-image: url('images_site/bg_a.gif'); background-position: center 200px; background-repeat: no-repeat; background-attachment:fixed;  */

.tableBorder {border: 1px #686C74 solid; background-color: #FFFFFF;}

.tableBorderThick {border: 2px #BDCF9E solid;}

.tdHeader {background-color: #F8F4C8; font-family: Calibri,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; color: #686C74;}
.tdBar {background-color: #BDCF9E;}
.tdMenu {background-color: #A2B2D0; font-family: Calibri,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; color: #FFFFFF;}
.tdBody {font-family: Calibri,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 13px; font-weight: normal; color: #000000;}
.tdArial {font-family: Arial,Helvetica; font-size: 10pt; font-weight: normal; color: #000000;}

.txtLight {font-family: Calibri,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 12px; font-weight: normal; color: #707070;}
.head {font-family: Monotype Corsiva,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 24px; font-weight: bold; color: #AD6A66;}
.subhead {font-family: Monotype Corsiva,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 18px; font-weight: bold; color: #855F5C;}
.subhead2 {font-family: Monotype Corsiva,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 20px; font-weight: normal; color: #855F5C; font-style: italic}



a:link,a:active {color: #4591B8; text-decoration: Underline }
a:visited {color: #707070; text-decoration: Underline }
a:hover {color: #000080; text-decoration: Underline }

a.sub:link,a.sub:active,a.sub:visited,a.sub:hover {font-family: Monotype Corsiva,Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 18px; font-weight: bold; color: #153146; text-decoration: Underline }



a.big:link,a.big:active,a.big:visited,a.big:hover {font-family: Calibri,Times New Roman, Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 22px; color: #855F5C; font-weight: normal; text-decoration: Underline }

a.menu:link,a.menu:active,a.menu:visited {font-family: Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: Underline }
a.menu:hover {font-family: Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size: 12px; color: #D4DCEC; font-weight: bold; text-decoration: Underline }

input,textarea {font-family: Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size:12px;}
select {font-family: Trebuchet MS,Tahoma,Verdana,Arial,Helvetica; font-size:8pt;}


	#container {
		text-align: center;
	}

	#body {
		margin: 0 auto;
		width: 1000px;
		text-align: left;
		background-image: url('images_site/lines_bg.gif');
		background-repeat: repeat-y;
	}


	#header {

		width: 1000px;

		height: 200px;

		padding: 16px 0 0 35px;

		background-image: url('images_site/header.jpg');

		background-repeat: no-repeat;

	}

	
	#header .home {
		display: block;
		width: 320px;
		height: 40px;
		margin: 0;
	}
	
	
	#menu {
		display: block;
		float: left;
		width: 125px;
		margin: -50px 0 0 35px;
	}
	

	#menu a {

		display: block;
		font-family: "Monotype Corsiva", "times new roman";
		font-size: 19px;
		letter-spacing: -0.02em;
		
		text-decoration: none;
		color: #A86F6C;
		padding: 0 0 4px 0;

	}



	#menu a:hover {

		color: #6B5655;

		/*text-decoration: underline;*/

	}
	
	#rightcol {
		display: block;
		float: right;
		width: 173px;
		height: 438px;
		background-image: url('images_site/layout_right.jpg');
		background-repeat: no-repeat;
	}
	
	#content {
		display: block;
		float: left;
		width: 660px;
		padding: 10px 0 20px 0;
	}