/* CSS Document - 3 */

body {
	margin: 0px;
	padding:0px;
	text-align:center;
	background-color: #c0ae99;
	font-size: 11px;
	color:  #625a4d;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#mainContent {

	width: 600px; 
	margin-left: 8px;
	background-color: #FFFFFF;
	text-align: left;
}


#footer {
	width: 600px;
	margin-left: 7px;
	background-color: #efe6df;
	border: 1px solid #a89c82;	
	text-align: center;
}

.emphasis {
	font-weight: bold;
}

.shadowLeft {
	background-image: url(images/bkg_shadow_left.jpg);
	background-repeat: repeat-y;
}

.shadowRight {
	width: 30px;
	background-image: url(images/bkg_shadow_right.jpg);
	background-repeat: repeat-y;
}



.bkg_mainContent {
	width: 30px;
	background-image: url(images/bkg_mainContent.jpg);
	background-repeat: repeat-y;
}



.caption td {
	font-size: 11px;
	color: #625a4d;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
		
}
/* also in page */

.topLeftHdr {											
	background-color: #625a4d;
}

.bkg_leftColumn td {

	background-image: url(images/bkg_left_column.jpg);
	background-repeat: repeat-y;
}

.sectionBox  {
	width: 600px;
	padding: 4px 0;
	text-align: center;
	background-color: #efe6df;
	border: 1px solid #a89c82;	
	font-weight: bold;
}


.sectionBoxNoWidth {
	padding: 4px 0;
	text-align: center;
	background-color: #efe6df;
	border: 1px solid #a89c82;	
	font-weight: bold;
}


.sectionBoxBox  {
	background-image: url(images/bkg_sectionBox.jpg);
	background-repeat: repeat-y;
	padding: 4px;
	border: 1px solid #a89c82;
	font-weight: bold;
	
}



#sectionBoxLeftCol  {
	background-color: #ffffff;
	width: 136px;
	margin-left: 26px;
	padding: 4px;
	text-align: center;
	border: 1px solid #625a4d;	
}


.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-y;
}

.noborder  {
	border: 0;
}
h1 {
	margin-top: 12px;
	font-size: 14px;
	color: #625a4d;
	font-weight: bold;
	text-align: center;
}
h2 {
	margin-top: 5px;
	font-size: 12px;
	color: #625a4d;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


li  {
	
	text-align: left;
}

 a:link  {
	color: #6c7082;
	text-decoration: underline;
 }
 
 a:activefleft  {
	color: #6c7082;
	text-decoration: underline;
 }
 
 a:visited  {
 	color: #99a0ba;
	text-decoration: none;
 }
  a:hover  {
 	color: #99a0ba;
 }	