/* Layout Elements */

body {
	background:#FFFFFF;
	text-align:center;
	margin:0;
	
}

a:link { color: #8E190C; text-decoration: underline;}
a:visited { color: #8E190C; text-decoration:underline;}
a:hover{ color:#c0c0c0; text-decoration:none;}

hr {
	margin:20px auto;
	text-align:center;
	color:#c0c0c0;
	width:300px;
	
}

#Container {
	width: 854px;
	padding:0 13px;
	margin:0 auto;
	background:url(../images/bg-shadow2.jpg) repeat-y 14px 20px;
	text-align:left;
		
}

#Main {
	width:854px;
	border:#939597 solid 1px;
}


#Header {
	width:854px;
	height:235px;
		
}

#Top-Shadow {
	background:url(../images/bg-shadow-top.jpg) #FFFFFF no-repeat -13px 8px;
	width:880px;
	height:20px;
	
}

#Footer {
	background:url(../images/bg-shadow-bottom.jpg) #FFFFFF no-repeat -12px top;
	width:900px;
	height:25px;
	
}

#Menu {
	width:211px;
	background:url(../images/menu-bg.jpg) repeat-y top left;
	padding:20px 0;
	float:left;

	
}


.ContentMain {
	/*background: url(../images/bg-image3.jpg) top right no-repeat;*/
	width: 643px;
	/*height:319px;*/
	height:618px;
	float:left;


}

.ContentSub {
	width: 643px;
	float:left;
	

}

.ContentTextMain {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636466;
	line-height:15px;
	/*width:350px;*/
	width:620px;
	margin:0 0 0 10px;
	padding:10px 0;
}

.ContentTextSub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636466;
	line-height:13px;
	width:630px;
	margin:0 0 0 10px;
	padding:10px 0;
}
	

.ul-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}

.ul-menu li{
	float: left;
	width: 184px;
	height: 50px;

}

.ul li a{
	display: block;
	width: 184px;

}

.Popup {
	margin: 10px;
}
.comment {
	background:#D1A893;
	width:487px;
	margin:0 3px 0 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height:13px;
	padding: 1px 10px;
}

.comment-top {
	background:url(../images/comment-table-top.gif) no-repeat left top;
	width:515px;
	height:28px;
}
	
.comment-bottom {
	background:url(../images/comment-table-bottom.gif) no-repeat left top; 
	width:515px;
	height:28px
}


/* Content Elements */

.PageTitle {
	border-bottom:1px #883729 solid;
	border-top:1px #883729 solid;
	background:#EFEFEF;
	padding:2px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#883729;
	
}


h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#883729;
	line-height:15px;
	
}

.EPDtable {
	border-top:1px solid #731111;
	border-left:1px solid #731111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	color:#636466;	
}
.EPDtable td {
	border-right: 1px solid #731111;
	border-bottom: 1px solid #731111;
}

/*.PedigreeTable {border-right:#883729 1px solid;	
				padding-right:4px;}*/

.tablestyle td { padding: 5px 2px; }
.tablerow1 {
	background:#731111;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}

.tablerow2 {
	background:#DDDDDD;
	color:#333333;	
}
	

.UpdateText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#939597;
	padding-top:10px;
	
}


.SiteByRKD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#8E190C;
	/*margin-top:10px;*/

}

.SiteByRKD a:link { color: #8E190C; text-decoration: underline; font-weight:bold; }
.SiteByRKD a:visited { color: #8E190C; text-decoration:underline; font-weight:bold; }
.SiteByRKD a:hover{ color:#FFFFFF; text-decoration:none; background-color:#8E190C;}
