html, body 
{
	height: 100%;
}

body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(images/bgMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divMainContainer 
{
	position: relative;
	min-height: 100%;
	min-width: 800px;
	margin: 0 auto;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width: 70%;
	top: 0px;
}

html>body #divMainContainer {
				height: auto;
			}
			
#divContent
{
	position: relative;
	/*
					To calculate the height of the footer: (12px font-size x 1.5 line-height) + (2 * 10px padding) = 38px
					To calculate padding-bottom: 38px footer height + 10px content padding = 48px
				*/
	top: 30px;
	padding-bottom: 22px;
}

#divTopContainer 
{
	position: relative;
	width: 100%;
	height: 74px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/Top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divTopMenu 
{
	position: relative;
	width: 100%;
	top: 20px;
	height: 28px;
	margin: 0 auto;
	text-align:right;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: medium;
	line-height: 20px;
	color: #663300;
}

#divMainContentContainer 
{
	background-color: #FFFFFF;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	top: 0px;
}

#divFooter 
{
	position: absolute;
	height: 25px;
	bottom: 15px;
	width: 95%;
	text-align: center;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: small;
	line-height: 20px;
	color: #333333;
	padding-right: 5%;
	background-attachment: fixed;
	background-image: url(images/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divRightPic 
{
	position: relative;
	float:right;
	height: 430px;
	width: 230px;
}

#divRightPicPedigree 
{
	position: relative;
	float:right;
	height: 800px;
	width: 170px;
}

a {
	font-family: "Comic Sans MS", Arial, Tahoma;
	text-decoration: none;
}

p {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.TxtBold {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.TxtBoldGreen {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}

.TxtBoldGreenMed {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}

.TxtNormal {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.TxtSmall {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.TxtMenu:link {
	color: #663300;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-weight: normal;
	font-size: medium;
}

.TxtMenu:visited {
	color: #663300;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-weight: normal;
	font-size: medium;
}

.TxtMenu:hover {
	color: #006600;
	border-bottom:1px dashed #006600;	
	}

.TxtPageLink:link {
	color: #663300;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-weight: bold;
	font-size: medium;
}

.TxtPageLink:visited {
	color: #663300;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-weight: bold;
	font-size: medium;
}

.TxtPageLink:hover {
	color: #006600;
	border-bottom:1px dashed #006600;	
	}

.TxtFooter:link {
	color: #663300;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-weight: bold;
	font-size: small;
}

.TxtFooter:visited {
	color: #663300;
	text-decoration:none;
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-weight: bold;
	font-size: small;
}

.TxtFooter:hover {
	color: #006600;
	border-bottom:1px dashed #006600;	
	}

.TxtAlignCenter {
text-align:center;
	}
	
.RightAlign {
text-align:right;
	}
	
.TxtBorder {
	border: thin double #99CC99;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/bgWhite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.TxtError {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
}.TxtBoldGreenCrossedOut {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: line-through;
}

