html {
	height: 101%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	height: 101%;
	text-align: center;
	line-height: 140%;
}
	
div,p,ul {
	text-align:left;
}

a {
	color: #3E8BFF;
	text-decoration: none;
}

a:hover {
	color: #0049B7;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-weight: bold;
	font-size: 140%;
	padding: 10px;
	margin: 5px;
	background-color: #ebf3fb;
	border: #aaccee 1px solid;
}

h6 {
	font-weight: bold;
}

table.left-top td {
	text-align: left;
	vertical-align: top;
}

.margin0auto-class {
	margin: 0 auto;
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.scratch {
	text-decoration: line-through;
}

.background-gray {
	background-color:#999999;
}

.background-lightgray {
	background-color:#cccccc;
}

.centeraligned {
	text-align: center;
}

.leftaligned {
	text-align: left;
}

.rightaligned {
	text-align: right;
}

.clear {
	clear: both;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

.bold {
	font-weight: bold;
}
	
.bluetext {
	color:#0000CC;
}

.border-around-image {
	padding: 5px;
	margin: 2px;
	border: #999999 2px solid;
}

.table-center {
	margin: 0 auto;
}

.no-border-around-image {
	padding: 5px;
	margin: 2px;
	border: none;
}

.vertical-align-bottom {
	vertical-align: bottom;
}

.text-11px {
	font-size: 11px;
}

.text-90pc {
	font-size: 90%;
}

.text-85pc {
	font-size: 85%;
}

.text-80pc {
	font-size: 80%;
}

.text-110pc {
	font-size: 110%;
}

.text-darkgray {
	color: #333333;
}

.text-gray {
	color: #999999;
}

.text-lightgray {
	color: #CCCCCC;
}

.text-darkblue {
	color:#000099;
}

.hidden {
	display: none;
}

.div-image200-floatleft {
	width: 250px;
	margin-right: 10px;	
	color: #0033FF;
	font-size: 90%;
	float: left;
	text-align: center;
	font-style: italic;	
}

.div-image200-floatleft div {
	padding: 5px;
	margin: 2px;
	border: #999999 2px solid;
}

.div-image200-floatleft p {
	padding: 5px;
	margin: 2px;
	border: #999999 2px solid;
}

.div-image200-floatright {
	width: 250px;
	margin-left: 10px;
	text-align: center;
	font-size: 90%;
	float: right;
	color: #0033FF;
	font-style: italic;
}

.div-image200-floatright div {
	padding: 5px;
	margin: 2px;
	border: #999999 2px solid;
}

.div-image200-floatright p {
	padding: 5px;
	margin: 2px;
	border: #999999 2px solid;
}

.div-image {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	color: #0033FF;
	margin: 2px;
	padding: 5px;
	border: #999999 2px solid;
}
	
#preheader {
	height: 2em;
	background: #000000;	
	color: #FF9900;
	clear: both;		
}

#preheaderlinks {
	float: right;
	margin-right: 50px;
	margin-top: 5px;
}

#preheaderlinks a {
	color: #FF9900;	
	text-decoration: none;
}

#preheaderlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#header {
	height: 140px;
	width: 100%;	
	border-bottom: 3px solid #737766;
	clear: both;
	text-align: center;
	background-color: #A6AA9C;
	/*background: #A6AA9C url(/images/julsonskennel_logoimage.jpg) no-repeat center top;*/
}

#container {
	margin: 0;
	padding: 0;	
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
}

#leftmenu {
	float: left;
	width: 200px;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
}

#content {
	margin-left: 230px;	
	padding-top: 10px;
}

#content .content-text {
	padding: 10px;
	margin: 5px;
	border: #cccccc 1px solid;
	background: #f8f8f8 url(../images/backgrounds/gray-gradient.png) repeat-x top left;
}

#footer {
	background-color: #333333;
	border-top: #000000 2px solid;
	color: #f8f8f8;
	text-align: center;
	padding: 10px;
	font-size: 80%;
	clear: both;
}

#footer a {
	color: #f8f8f8;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer #maintainer {
	color: #666666;
}

#footer #maintainer a {
	color: #666666;
}

#footer #maintainer a:hover {
	color: #666666;
	text-decoration: underline;
}

#slideshow {  
	height: 250px;
	width: 380px;
	text-align: center;
	margin: 0 auto;
	z-index:-20;
}

#margin0auto {
	margin: 0 auto;
	text-align: center;
}

#genericlinks, #genericlinks ul {
	list-style-type: none;	
}

#container #content .breadcrumb {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

#container #content .breadcrumb a {
	color:#FF860D;
}

#container #content .breadcrumb a:hover {
	color:#844200;
}

