/* Layout Stylesheet */ 

body {
 margin:0px;
 background: #BE7D7A;
 background: url(bg.gif) repeat;
 color: #804000;
 text-align: center;
 padding:0;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 }

    A:link		{ color: #FF6666; text-decoration: none; } 
	A:visited	{ color: #CC0066; text-decoration: none; }  
	A:hover		{ text-decoration: underline;}
	A:active	{ color: #6496EA; }

	.menulnk A:link {color: #FFFFFF; text-decoration: none; }
	.menulnk A:visited {color: #FFFFFF; text-decoration: none; }

font.hlight {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF3366}
font.hlbig {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF3366; font-size: 13px}

h2 {
 border-left: 15px solid #D78FA3;
 padding-left: 0.5em;
 font-size: 1.1em;
 text-transform: uppercase;
 text-decoration: underline;
 margin: 20px 0 20px 0;
 letter-spacing: .2em 
}

h3 {
 font-size: 1.1em;
 text-transform: none;
 text-decoration: underline;
}

/* ------------------------------------------------------------ */

 #bodyframe {
 text-align:left;
 border:0px solid #000000;
 width:650px;
 vertical-align: center;
 margin:auto; 
 }

#header {
 height:100px;
 width:650px;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 }

/* -------------------- NAVIG. BAR --------------------------- */

#bar {
 height:20px;
 width: 650px;
 background: #D6A482;
 border:solid Black;
 border-width:1px 0 1px 0;
 }

#navbar ul
{
padding-left: 0;   /* shifts content to the right */
margin:0;
color: Black;
float: left;
width: 100%;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#navbar ul li { display: inline; }

#navbar ul li a			/* link appearance */
{
padding: 0.2em 1em;
background-color: #D6A482;
color: Black;
font-size: 12px;
text-decoration: none;
float: left;
border-right: 1px solid Black;
}

#navbar ul li a:hover	/* rollover effect */
{
background-color: #F3AC7C;
color: #FFF;
}

/*#menu {
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px 10px 2px 0;
	background: transparent;
	text-decoration: none;
	text-align: right;
	letter-spacing: .1em 
}*/

/* ------------------------------------------------------------ */

#bodyblock {
 position:relative;
 width:650px;
 padding:0;
 margin:0;
 background-color: #FEF8E4;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;                         /* OVERALL font size */
 }

#leftmenu {
 float:left;
 text-align: left;
 }

/* ----------------------- MAIN CONTENT ------------------------ */

#content {
 width:495px;
 background: #FEF8E4;
 border:0 solid #000000;	
 border-width:0 0 0 0;
 text-align:left;
 padding:20px;
 }

#thumbn {
width: 480px;
border:0;
text-align: left;
padding: 10px;
}

td.label {
font-size : 11px;
text-align : center;
width: 65px;
}

td.labelf {
font-size : 10px;
text-align : left;
}

table.tbformat td {
font-size:10px;
text-align: left;
padding: 2px;
}

/* ----------------------- FOOTER ------------------------- */

#footer {
 background:#FAEFCD;
 background: url(footer3.jpg) no-repeat;
 padding: 0px 0 0 0;
 font-size: 11px;
 text-align: center;
 vertical-align: center;
border:#000000 solid;
 border-width:1px 0 0;
 top: 10px; 
 height: 30px;
 }