
body{
	background-image:url(bkgd.jpg);
	background-repeat:repeat-x;
	background-color:#bfa1b9;
		margin:0 auto;
		padding: 0px;
		height:100%;
		color:#b0828f;
		font-size: 12px;
		font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
		}
div.bigtitle{
		color:#b0828f;
		font-size:22px;
		font-weight:bold;
		padding:3px;
		margin-bottom:8px;
		}
div.title{
		color:#684d54;
		font-size:13px;
		font-weight:bold;
		border-bottom:1px dotted #684d54;
		background-color:#d9e3fe;
		text-transform:uppercase;
		padding:3px;
		margin-bottom:8px;
		}
div.subtitle{
		background-color:#fee5d9;
		color:#684d54;
		font-size:9px;
		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px dotted #684d54;
		padding:0px 0px 0px 3px;
		}
div.indent{
		margin-left:10px;
		padding:5px;
		border-left:5px solid #ededed;
		}
a:link,a:visited,a:active{
		color:#684d54;
		font-weight:bold;
		}
a:hover{
		color:#b0828f;
		}
img{ border:0; }

img.imgborder {
		padding:15px;
		}
img.tutimg {
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
		border-bottom: 5px solid #fff;
		border-left: 5px solid #fff;
		}

tr.row1, .row1{
		background-color:#fee5d9;
		padding:8px;
		}
tr.row2, .row2{
		background-color:#ededed;
		padding:8px;
		}
input, textarea{
		font-size: 11px;
		font-family:Trebuchet MS, Trebuchet, Arial, sans-serif;
		background-color:#fff;
		color:#b0828f;
		border:1px solid #b0828f;
		padding:3px;
		margin:1px;
		}

hr {
		size: 3px;
		color: #b0828f;
		}
/* MAIN DIVS */

#wrapper{
	background-color:#ffffff;
	width:873px;
	margin:0 auto;
	 }
#headerwrapper{
	background-color:#fdd6c4;
	padding-top:10px;
	width:873px;
	height:182px;
	}
#header{
	width:873px;
	height:149px;
	background-image:url(header.jpg);
	}
#mainlinks{
	float:left;
	height:33px;
	}

#clr{
	clear:both;
	}
#sidebar1{
	float:left;
	width:18%;
	padding:15px;
	/* display:none;   USE IF STATEMENT SO THAT THIS SIDEBAR ONLY SHOWS UP ON THE HOME PAGE */
	}
#sidebar2{
	float:right;
	width:18%;
	padding:15px;
	text-align:center;
	}
#myacct{
	text-align:left;
	}
#content{
	padding:15px;
	overflow:hidden;
	}
table.gallery{
	width:100%;
	cellpadding:5px;
	text-align:center;
	}
#footer{
	z-index:1;
	background-color:#d7d7d7;
	color:#3f3f3f;
	font-size:7px;
	text-transform:uppercase;
	clear:both;
	letter-spacing:1px;
	text-align:center;
	padding:5px 8px 10px 8px;
	}
#space{
	background-color:#bfa1b9;
	}

/* DROP-DOWN MENU STUFF */
#menu{
width:873px;
float:left;
text-align:center;
}

#menu a{
display:block;
font-weight:normal;
border-bottom: 1px solid #bfa1b9;
white-space:nowrap;
margin:0;
padding:0 5px;
}

#menu h2{
font: 12px trebuchet ms,trebuchet,arial,sans-serif;
color:#684d54;
display:block;
white-space:nowrap;
margin:0;
padding:8px;
}

#menu h2:hover{
background:#fee5d9;
}

#menu a{
background:#ededed;
color:#684d54;
text-decoration:none;
}

#menu a:hover{
color:#684d54;
background:#fdd6c4;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:100px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */


div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

