/* CSS Document for Manitoba Cat Club site: printed page layout */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
	margin: 0.5in 0.5in 0.5in .5in;
	padding: 0px;
	background-color: white;
}
/* set up layout divs */
#header {
	background-color: white;
	background-image: none;
	color: black;
}
#nav {
	display: none;
}
#footer {
	display: none;
}
/* descendent selectors for formatting within divs */
#header h1 {
	margin: 0px auto;
	font-size: 2.5em;
	text-align: center;
	font-weight: bold;
	background-image: none;
	padding: 0px;
	color: black;
	background-color: white;
}
#header p {
	margin: 1em auto;
	text-align: center;
	font-style: italic;
	font-size: 10pt;
	color: black;
	background-color: White;
}
#header img {
	display: none;
}
/* setting the a: styles as descendent selectors prevents
them from over-riding the P7 menu link formatting! */
#wrapper{
	color: black;
	background-color: white;
}
#bodydiv {
	background-image: none;
	background-color: White;
	color: Black;
	border: none;
	padding: 0;
	width: auto;
}
#bodydiv table {
	margin: 0;
	padding: 0;
	width: 6in;
	border: none;
}
#bodydiv td {
	border: 1px solid black;
	margin: 0;
	padding: .25em;
}
#footer a:link, #bodydiv a:link {
	color: Blue;
	background-color: white;
	text-decoration: underline;
} 
#footer a:visited, #innerwrapper a:visited {
	color: Purple;
	background-color:white;
}
#footer a:hover, #bodydiv a:hover {
	background-color: #003366;
	color: white;
}
#footer a:active, #bodydiv a:active {
	color: Red;
	background-color: white;
}
/* general text styling */
h1 {
	margin: 0;
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	font-size: 16pt;
	margin: 0;
	font-weight: bold;
}
h3 {
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}
/* decorates headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	background-image: none;
	border: none !important;
}
/* required to fix browser bugs */
img {
	display: block;
	border: none;
}
/* classes for generic layout etc. */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.centered {
	margin: 0px auto;
	width: 90%;
	clear: both;
}
