
/* LAYOUT CONTAINERS
/*********************************************************************/

body{

	background:url(../images/bkrnd_page.png) repeat-x;
	background-color: #889438;
	
	font-size:62.5%;
	margin:0; padding:0;
	}


#site{
	background:url(../images/bkrnd_site.png) repeat-y 0 450px;
	margin:0 auto;
	width:800px;
	}
	

#midBar{
	background:url(../images/bkrnd_midBar.png) no-repeat;
	color:#fff;
	font-size:1.3em;
	height:75px;
	width:800;
	}
	
	#midBar table td{ padding:7px 5px; }
	
#pageContent{
	background:url(../images/bkrnd_content.png) no-repeat;
	min-height:822px;
	}
	
#sidebar{ 
	color:#37220d;
	float:left;
	font-size:1.3em;
	padding-top:120px;
	text-align:right;
	width:325px;  

	}

	#sidebar p{  display:inline; float:right; line-height:1.4em; margin-right:40px; width: 210px; }
	#sidebar img{ margin-right:40px; }
	
#content{ 
	display:inline;
	float:left;
	margin:25px 0 20px 20px;
	width: 440px;  
	}
	
	#content p{color:#ece3a2; font-size:1.4em; line-height:1.6em; }
	

#footer{
	background-color:#38210f;
	color:#ece3a2; 
	text-align:center;
	font-size:120%;
	padding:3px;
	width:100%;
	}


/* BASE STYLES
/*********************************************************************/

h1{ margin-bottom:5px; }

h1, h2{ color:#37220d; }
h2{ border-bottom: 1px solid #37220d; margin-bottom:3px; }
img{ border:0; }

a{ color:#ece3a2; text-decoration:none; font-weight:bold;}
a:hover{ border-bottom:1px dotted #ece3a2; }

p{margin-bottom:15px; }

ul{margin-left:20px;}


/* APPT SCHEDULER STYLES
/*********************************************************************/

th  { font-weight:normal; }
	

.appTables{
	border-collapse:collapse; 
	color:#37220d;
	font-size:13px;
	width:420px;
	}

.appTables td, .appTables th{ padding:5px; }

#personalData {margin-bottom:55px; }
#personalData td{ background-color:#ece3a2; }

.shadedA{ background-color:#ece3a2; }
.shadedB{ background-color:#aeb663; }
.full	{ width:95%; }

.error{ color:#37220d; width:370px; padding:15px; background-color:#ece3a2; font-size:11px; margin-bottom:10px;}


.imgLink:hover, #TB_closeWindowButton{  border-bottom:none; }