body {
	background-image:url(/img/repeat.jpg);
	background-repeat:repeat-x;
	background-color:#645848;
}

p, td p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/********************************************
*				ID's            			*
********************************************/

#content{
	background-image:url(/img/content-repeat.jpg);
	background-repeat:repeat-y;
}

#footer{
	background-image:url(/img/footer.jpg);
	background-repeat:no-repeat;
	width:901px;
	height:85px;
	color:#231F18;
	font-family:Tahoma;
	font-size:10px;
}

#info{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#D4CDA7;
	font-weight:bold;
}

#left-side{
	background-image:url(/img/bottom-left-repeat.jpg);
	background-repeat:repeat-y;
}

#table{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#342E25;
	font-size:12px;
}
/********************************************
*				Main Links       			*
********************************************/
a.bottom_links, a.bottom_links:link, a.bottom_links:visited 
{
	 text-decoration: none; 
	 font-weight: normal;
	 font-size:10px;
	 color: #231F18;
	 font-family:Tahoma;
}
a.bottom_links:hover, a.bottom_links:active 
{
	 text-decoration: none;
	 font-size:10px; 
	 font-weight: normal; 
	 color: #FFFFFF;
	 font-family:Tahoma;

}

a.text_links, a.text_links:link, a.text_links:visited 
{
	 text-decoration: none; 
	 font-weight: normal;
	 font-size:12px;
	 color: #316449;
	 font-family:Georgia, "Times New Roman", Times, serif;
}
a.text_links:hover, a.text_links:active 
{
	 text-decoration: none;
	 font-size:12px; 
	 font-weight: normal; 
	 color: #877C53;
	 font-family:Georgia, "Times New Roman", Times, serif;

}
.photo {
	float:right;
	margin-left:20px;
	margin-bottom:8px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:24px; 
	color:#473E30; 
	font-weight:bold;
}

h2{
	margin:0px;
	padding:0px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#395342;
}

h3{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#635A3D;
	font-size:16px;
	font-weight:bold;
}

h4{
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
}







.pagination_bar {
	position: relative;
	height: 23px;
	width: 100%;
	/*
	background-image: url(/img/pagenitate_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	*/
	background-color: #2D4C3C;
	z-index: 50;
}

.pagination_bar_left_bg {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	/*
	background-image: url(/img/pagenitate_bar_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	z-index: 51;
}

.pagination_bar_right_bg {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 601px;
	top: 0px;
	/*
	background-image: url(/img/pagenitate_bar_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	z-index: 51;
}

.pagination_left {
	position: absolute;
	left: 2px;
	top: 0px;
	height: 25px;
	text-align: left;
	z-index: 52;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}

.pagination_right {
	position: absolute;
	width: 200px;
	left: 410px;
	top: 0px;
	height: 25px;
	text-align: right;
	z-index: 52;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px;
}

.pagination_right a, .pagination_right a:visited {
	color: #FFFFFF;
}

.pagination_right a:hover {
	color: #B9D1DB;
}








.section_header {
	/*
	padding-bottom:20px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#395342;
	*/
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:18px; 
	color:#473E30; 
	font-weight:bold;
	padding-bottom:20px;
}



.Header1 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:18px; 
	color:#473E30; 
	font-weight:bold;
}

.Header1_b {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
	color:#473E30; 
	font-weight:bold;
}

.Header2 {
	margin:0px;
	padding:0px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#395342;
}

.Header2_b {
	margin:0px;
	padding:0px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#395342;
}

.Small_Text {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}

.Normal_Text {
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}