/* LAYOUT */
.navigation {
	width: 720px;
	height: 43px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: top;
	}

.contentbody {
	border-style: solid;
	border-width: 1px;
	border-color: #579dd7;
	padding: 20px;
	font-family: verdana;
	font-size: 9pt;
	color: #275a8b;
	line-height: 15px;
	}

.footertext {
	font-family: verdana;
	font-size: 7pt;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	}
	
/*BORDER*/
.picframe {
	border-style: solid;
	border-color: #579DD7;
	border-top-width: 2px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-right-width: 2px;
	margin: 2px;
	}
.picframe_1px {
	border-style: solid;
	border-color: #579DD7;
	border-width: 1px;
	margin: 5px;
	}

/*FRAMES*/
#frame_title {
	width: 676px;
	background-color: #579DD7;
	border-style: solid;
	border-color: #275a8b;
	border-width: 1px;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #275a8b;
	}
#frame_content {
	width: 676px;
	border-bottom-style: solid;
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9ac597;
	border-bottom-color: #9ac597;
	border-left-color: #9ac597;
	}
#frame_breeding_container {
	width: 676px;
	margin: auto;
	text-align: justify;
	}
#frame_breeding {
	width: 320px;
	float: left;
	margin: 3px;
	padding: 0px;
	}
#frame_title_breeding {
	width: 320px;
	background-color: #9ac597;
	border-style: solid;
	border-color: #275a8b;
	border-width: 1px;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #275a8b;
	text-align: center;
	}
#frame_content_breeding {
	width: 320px;
	border-bottom-style: solid;
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9ac597;
	border-bottom-color: #9ac597;
	border-left-color: #9ac597;
	text-align: center;
	}
	
/*TEXT*/
h1 {
	font-family: verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #275a8b;
	}
.brown_8pt {
	font-family: verdana;
	font-size: 8pt;
	color: #854c1f;
	}
.black_8pt {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	}
	
/*LINKS*/
a.footerlink:link {font-family: verdana; font-size: 7pt; color: #ffffff; text-decoration: none; text-transform: uppercase; font-weight: bold;}
a.footerlink:visited {font-family: verdana; font-size: 7pt; color: #ffffff; text-decoration: none; text-transform: uppercase; font-weight: bold;}
a.footerlink:hover {font-family: verdana; font-size: 7pt; color: #275a8b; text-decoration: underline; text-transform: uppercase; font-weight: bold;}
a.footerlink:active {font-family: verdana; font-size: 7pt; color: #ffffff; text-decoration: none; text-transform: uppercase; font-weight: bold;}

a.aimsdezignz:link {font-family: verdana; font-size: 7pt; color: #ffffff; text-decoration: none;}
a.aimsdezignz:visited {font-family: verdana; font-size: 7pt; color: #ffffff; text-decoration: none;}
a.aimsdezignz:hover {font-family: verdana; font-size: 7pt; color: #275a8b; text-decoration: underline;}
a.aimsdezignz:active {font-family: verdana; font-size: 7pt; color: #ffffff; text-decoration: none;}

a.thumbnail:link {border-style: solid; border-color: #9ac597; border-width: 1px;}
a.thumbnail:visited {border-style: solid; border-color: #9ac597; border-width: 1px;}
a.thumbnail:hover {border-style: solid; border-color: #275a8b; border-width: 1px;}
a.thumbnail:active {border-style: solid; border-color: #9ac597; border-width: 1px;}

/*FORMS*/
.inputbox {
	background-color: #d6dfe5;
	color:#666666; 
	font-family:verdana; 
	font-size:8pt; 
	font-weight:none; 
	border-color:#ffffff; 
	border-style:solid; 
	border-width:1px; 
	margin-bottom: 5px;
	padding: 2px;
	width:251; 
	height:20;
}
.inputbox1 {
	background-color: #d6dfe5;
	color:#666666; 
	font-family:verdana; 
	font-size:8pt; 
	font-weight:none; 
	border-color:#ffffff; 
	border-style:solid; 
	border-width:1px; 
	margin-bottom: 5px;
	padding: 2px;
	width:80px; 
	height:20px;
}
.textarea1 {
	background-color: #d6dfe5;
	color:#666666; 
	font-family:verdana; 
	font-size:8pt; 
	font-weight:none; 
	border-color:#ffffff; 
	border-style:solid; 
	border-width:1px; 
	margin-bottom: 5px;
	padding: 2px;
	width:251; 
	height:100;
}
.submitbutton {
	background-color: #d6dfe5;
	color: #666666;
	font-family:verdana; 
	font-size:8pt; 
	font-weight:none;  
	border-color:#a9907c; 
	border-style:solid; 
	border-width:1px; 
	padding: 2px;
	width:50; 
	height:20;
}
