@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/parchment.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColHybLtHdr #container #sidebar1 {
	margin-left: 0.5em;
	width: 9em;
	float: left;
	margin-top: 20px;
}
.twoColHybLtHdr #container #header {
	width: 90%;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
}


.twoColHybLtHdr #container #mainContent {
	width: auto;
	margin-right: 0.5em;
	margin-left: 11em;
	margin-top: 0px;
}
/* ddm additions */
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.yellowHighLightText {
	background-color: #ffffcc;
	font-size: 16px;
	color: #2958AC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: normal;
}
.blueHighLightText {
	background-color: #E8F1F4;
	font-size: 16px;
	color: #2958AC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: normal;
}
a[href^="http://"] { /* adds external link icon to all external links */
    background: url(/images/icons/Icon_External_Link.png) center right no-repeat;
    padding-right: 20px;
}
a[href^="http://www.westernreserveoldenglishsheepdogclub.org"] { /* excludes external link icon from local links */
    background: none;
    padding-right: 0;
}
a[href$='.pdf'] { /* adds Adobe PDF icon to all PDF file links */
	display:inline-block;
	padding-right:20px;
	line-height:18px;
	background:transparent url(/images/icons/pdficon_small.gif) center right no-repeat;
}
a[href$='.xls'], a[href$='.xlsx'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] { /* adds MS Excel icon to all Excel file links */
	display:inline-block;
	padding-right:20px;
	line-height:18px;
	background:transparent url(/images/icons/excel2007.gif) center right no-repeat;
}
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] { /* adds MS Word icon to all Word file links */
	display:inline-block;
	padding-right:20px;
	line-height:18px;
	background:transparent url(/images/icons/word2007.gif) center right no-repeat;
}
a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] { /* adds Zip icon to all Zip file links */
	display:inline-block;
	padding-right:20px;
	line-height:18px;
	background:transparent url(/images/icons/zip.gif) center right no-repeat;
}
.greenText  {
	color: #060;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	top: -30px;
	page-break-before: auto;
	letter-spacing: normal;
}
.gotoTop {
	position: fixed;
	right: 5px;
	bottom: 5px;
}
ul.NoBullet {
  list-style-type: none}

