html {
min-height: 100%;
}


body
{
min-height: 100%;
margin: 0px;
padding: 0px;
font-family: arial, sans-serif;
font-size: 13px;
color: #3b4c3b;
background: url(../images/bg.gif) bottom left repeat-x;
}

/*-------------------------------------------------------------------------------------*/
/*------------------------Containers---------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#top
{
	width:100%;
	height: 150px;
	border: none;
	margin: 0px;
	clear: both;
	background:  url(../images/topbg.gif) bottom left repeat-x;
}

#header
{
margin: 0 auto;
width: 700px;
text-align: center;
}

#container
{
	width: 700px;
	margin: 0 auto;
}

#popupcontainer
{
height: 500px;
}

#breadcrumbs
{
margin-top: 5px;
font-size: 10px;
clear: both;
width: 700px;
}

#breadcrumbs a
{
color: #3b4c3b;
font-weight: bold;
}


#side
{
 	margin-top: 25px;
	float: left;
	width: 125px;
}

#content
{
margin-top: 25px;
float: left;
margin-left: 25px;
width: 550px;
padding-bottom: 150px;
min-height: 400px;
}


#modified
{
width: 100%;
text-align: center;
color: #3b4c3b;
font-size: 10px;
}

/*-------------------------------------------------------------------------------------*/
/*------------------------Text and Such------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


h3
{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	border-top: 1px solid #6b7d59;
	border-bottom: 1px solid #6b7d59;
	padding-top: 3px;
	padding-bottom: 3px;

}

p
{
margin-top: 0px;
}


#center
{
text-align: center;
}




a:link
{color: #bba972;
text-decoration: none;
font-weight: bold;}

a:visited
{color: #bba972;
text-decoration: none;
font-weight: bold;}

a:hover
{color: #9D894A;
text-decoration: underline;}

a:active
{color:#9D894A;
text-decoration: underline;}



/*------Side Navigation-------------------------------------*/

#side a
{
	color: #d1c08a;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	background: url(../images/bullet.gif) no-repeat;
	padding-left: 12px;
}


#side a:hover
{
	background: url(../images/bullet2.gif) no-repeat;
	color: #bba972;
	text-decoration: none;
}



.headerLink
{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #3b4c3b;
	background: none;
}



/*------Top Navigation-------------------------------------*/
#top a
{
display: block;
float: left;
margin-top: 10px;
padding-top: 20px;
height: 37px;
width: 139px;
color: #ead9a2;
font-weight: bold;
text-align: center;
background: url(../images/navbg.gif) bottom  no-repeat;
}

#top a:hover
{
background: url(../images/navbg2.gif) bottom  no-repeat;
color: #d1c08a;
text-decoration: none;
}










