﻿@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
	font-weight: normal;
	font-style: normal;
}
#container {
	background-color: #FFFFFF;
	background: #3366FF;
	width: 100%;
	height: 100%;
}
#masthead {
	padding: 16px 10px 10px 0px;
	overflow: hidden;
	text-align: left;
	background-color: #3366FF;
	margin-right: 10px;
	margin-left: 10px;
	height: 122px;
}
#masthead p {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font: italic normal bolder xx-large "Times New Roman";
	margin: 0;
	margin-right: 11%;
	color: #000000;
	padding-left: 5px;
}
#masthead img {
	float: left;
}
#page_content {
	position: relative;
}
#content {
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	margin-right: 10px;
	border-left-color: #FF0000;
	border-left-width: medium;
	border-left-style: outset;
	border-top-color: #FF0000;
	border-top-style: outset;
	border-top-width: medium;
	color: #000000;
	line-height: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
}
/* Styles for Navigation */
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #3366FF;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font: normal normal bold medium "Times New Roman";
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	background-color: #3366FF;
}
#sidebar a:hover {
	color: #393939;
	background-color: #dc9;
}
/* Styles for Footer */
#footer {
	background-color: #FFFFFF;
	background: #3366FF;
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
}
#footer p {
	font-size: small;
	font: normal normal normal small "Times New Roman";
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.content_main_ul {
}
.content_main_li {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	list-style-type: disc;
	color: #000000;
	text-align: left;
	text-indent: 20px;
	white-space: normal;
}
.content_hyperlink_large {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.content_table {
	border: thin solid #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	border-spacing: 0px;
	text-align: left;
}
.picture_table {
	vertical-align: middle;
	text-align: center;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
}
.content_ol {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.table_breeder {
	border-style: solid none solid solid;
	border-width: thin;
	border-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	text-align: left;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #9393FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.username {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
.table_state {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #0000FF;
	text-align: center;
	border: thin solid #000000;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	font-weight: bold;
}
.php_table {
	vertical-align: middle;
	text-align: center;
	border: thin solid #000000;
}
ol {
	list-style-type: decimal;
}
.thin_border {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px auto 0px auto;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	height: 18px;
	text-align: left;
}
.thin_border_center {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px auto 0px auto;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	height: 18px;
	text-align: center;
}
