html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color:#0071B3;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFF url(../images/ccc_logo_background.jpg) no-repeat fixed;
}
BODY {
}
P {
	font-size: 1em;
}
H1 {
	font-size: 1.3em;
	text-align: left;
}
H2 {
	font-size: 1.2em;
}
H3 {
	font-size: 1.1em;
}
H4 {
	font-size: 1em;
}
H5 {
	font-size: 0.9em;
}
H6 {
	font-size: 0.8em;
}
#divContainer {
	width: 800px;
	position: relative;
	top: 0px;
	background: #FFFFFF; 
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#divLang {
	background: #FFFFFF;
	height: 23px;
}
#divHeader_logo {
	background: url(../images/header_logo_top_slice.gif) no-repeat;
	width: 220px;
	height: 192px;
	position: absolute;
	z-index: 100;
	top:23px;
	left: 2px;
}
#divHeader_pic {
	background:  url(../images/header_pic_slice.gif) no-repeat;
	width: 800px;
	height: 103px;
	float: right;

}
#divHeader_main_menu {
	text-decoration: none;
	background: url(../images/header_main_menu_slice.gif) no-repeat;
	width: 800px;
	height: 39px;
	float: right;
}
#divMainBody {
	width: 800px;
	float: right;
	background: url(../images/body_slice.gif);
/*	background-color: #FFFFFF; */
/*	background:#FFFFFF url(../images/ccc_background_1.gif) no-repeat center;*/
/*  border: medium dashed #0000FF;*/
}
#ulMainNav {
	list-style-type: none;
	padding-left: 220px;
}
#ulMainNav li {
	display: inline;
	float: left;
	margin: 0px;
	padding-top: 5px;
}
#ulMainNav A:link, #ulMainNav A:visited, #ulMainNav A:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: auto;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
#ulMainNav A.current:link, #ulMainNav A.current:visited {
	color: #0071b3;
	font-weight: bold;
	background-color: #FFFFFF;
}
#ulMainNav A:hover {
	color: #FFB300;
	font-weight: bold;
}
#divBanner {
	width: 800px;
	height: 120px;
	float: right;
}
A.lang{
	color:#B80300;
	background-color: #FFFFFF;
	text-decoration: none;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
}
A.lang:hover {
	color:#FFFFFF;
	background-color: #b80300;
	border-right: 5px solid #b80300;
	border-bottom: 5px solid #b80300;
	border-left: 5px solid #b80300;
}
A.admin{
	color:#006699;
	background-color: #FFFFFF;
	text-decoration: none;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
A.admin:hover {
	color:#FFFFFF;
	background-color: #006699;
	border-right: 5px solid #b80300;
	border-bottom: 5px solid #b80300;
	border-left: 5px solid #b80300;
}

#divMainText {
	color: #0071b3;
	text-align: left;
/*	width: 600px; */
	padding: 10px 80px 25px 90px;
}
#divMainText H1, H2, H3 {
	border-bottom: 1px solid #0071b3;
	margin-left: 75px;
}
#divMainText P.normal {
	text-indent: 2em;
}
#divMainText P.letter:first-letter {
	font-size: 2em;
	font-weight: bold;
	color: #0071b3;
	/*background: #FFFFFF;*/
	margin-left: 1em;
}
#divSubNav {
	margin-left: 100px;
	color: #FFFFFF;
}
#divSubNav A {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 0px 10px 0px 15px;
}
#divSubNav A:link, #divSubNav A:visited, #divSubNav A:active {
	color:  #AE5B00;
	background: url(../images/pawyellow.gif) no-repeat left center;
}
#divSubNav A.current:link, #divSubNav A.current:visited , #divSubNav A:hover {
	background: url(../images/pawbrown.gif) no-repeat left center;
	color: #FFB300;
	text-decoration: underline;
}

#divFooter {
	font-size: 0.75em;
	height: 40px;
	color: #FFFFFF;
	background-image: url(../images/footer_slice.gif);
	background-repeat:repeat-y;
	float: right;
	width: 800px;
	position: relative;
	top: -1px;/*  border: medium solid #00FF66;*/
}
#divFooter p.left {
	margin-left: 35px;
	padding-top: 10px;
	float: left;
	text-align: right;
	text-indent: 15px;
}
#divFooter p.right {
	margin-right: 15px;
	padding-top: 10px;
	float: right;
	text-align: left;
	text-indent: 15px;
}
#divFooter p.center {
	margin-right: 55px; 
	padding-top: 10px;
	text-align: center;
	text-indent: 15px;	
}
#divFooter a {
	text-decoration: none;
	color: #FFFFFF;
}
#imgFooter{
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 15px;
	margin-right: 40px;
}
#divMainText A {
	text-decoration: none;
}

P.indent, H1.indent, H2.indent, H3.indent, H4.indent, H5.indent{
	text-indent:2em;
}
table{
	text-align: center;
	border: 2px solid #0071b3;
}
th, tr, td{
	text-align: center;
	border: 1px solid #0071b3;
}
tr.yellow, td.yellow {
	background-color: #FFCC00;
	color: #993300;
}
tr.brown, td.brown{
	background-color:#CC6600;
	color: #FFFFFF;
}
tr.blue, td.blue{
	color:#FFF;
	background-color:#0071b3;
}
.bold_caption {
	font-weight: bold;
}

tr.green, td.green{
	color:#FFF;
	background-color:#006666;
/*	background-color:#2E9999; #8FCCCC*/
}
table.noBorder, th.noBorder, tr.noBorder, td.noBorder{
	border: none;
}
table.PodiumData{
	border: medium ridge;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
} 
th.PodiumData, tr.PodiumData, td.PodiumData{
	border: none;
}
table.PodiumTitle{
	border-top: thick outset #999999;
	border-right: thick outset #333333;
	border-left: thick outset #666666;
	border-bottom: thick outset #000000;
	width: 350px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
td.PodiumTitle {
	font-style: oblique;
	font-weight: bold;
	width: 100%;
	border: none;
	font-variant: small-caps;
	font-size: 1.25em;
}
td.PodiumSubTitle {
	width: 100%;
	border: none;
	font-size: 0.75em;
}
table.PodiumHeader {
	width: 550px;
	border: none;
	margin: 10px auto;
	height: 8px;
}
td.PodiumHeader {
	font-size: 1.75em;
	font-weight: bold;
	border: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
td.PodiumDogName {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: thin solid;
	border-left: none;
}
table.PodiumIndex {
	font-size: 0.8em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: medium double;
	border-bottom: medium double;
	border-right: medium none;
	border-left: medium none;
}
td.PodiumIndex {
	border: none;
	text-align: center;
	vertical-align: middle;
}
a.PodiumIndex {
	text-decoration: none;
}
#imgNavTitle {
	height: 20px;
	width: 20px;
	border: none;
	text-align: right;
	vertical-align: middle;
}


td.listfiles {
	text-align: left;
	vertical-align: top;
	border: none;
	color: #0071b3;
	text-decoration: none;
}
a.listfile {
	color: #CC6600;
	text-decoration: none;
}
#divArchives {
	margin: 5px 0px 5px -25px;
}
td.PodiumPic {
	border: none;
	width: 80px;
}
img.BreederPic {
	vertical-align: middle;
	clear: both;
	float: none;
	margin: 15px 50px;
}
#divBreederPic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
}
P.indentPara {
	margin-left: 2em;
}
table.schedule, th.schedule, tr.schedule, td.schedule {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0.75em;
	border-top: medium groove;
	border-right: medium groove;
	border-bottom: medium groove;
	border-left: medium groove;
}
#divImportant {
	background: #C2E8F5;
/*	height: auto;
	width: auto; */
	padding: 1em;
	border: medium groove #006699;
}
abbr, acronym, .help  {
	border-bottom: 1px dotted #333333;
	cursor: help;
}
img.sponsor {
	border: none;
	margin: 5px;
}
#divSponsor {
	text-align: center;
}
tr.head, td.head{
	color: #FFFFCC;
	background: #003366;
	font-style: italic;
	font-size: 1.25em;
}
#divScroll {
	height: 475px;
	overflow: auto;
}
.important {
	font-weight: bold;
	color: #0066CC;
	display: inline;
}
ul .important {
	color: #640000;
	text-decoration: none;
	font-size: 1.1em;
}

caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: #036;
}
