/* PRINT.CSS -- print formatting for smeddum.net */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 120%;
	padding: 0;
	margin: 0;
	text-align: center
}

/*primary text tags (all)*/
td, p, ul, h1, h2, h3 {
	color: #000000
}
p, ul {
	font-size: 70%
}
h1 {
	padding: 0;
	font-size: 110%;
	font-weight: bold
}
h2 {
	font-size: 90%;
	font-weight: bold
}
h3 {
	font-size: 70%;
	font-weight: bold
}
a:link, a:visited {  
	font-weight: bold;
	text-decoration: underline
}
a:hover, a:active {
	font-weight: bold;
	color: #cc9966;
	text-decoration: underline
}
	a img {
		border-width:0
	}
.clear {
	clear: both
}

/* page layout -- main pages */
#wrapper {
	width: 640px;
	margin: 0 auto;
	text-align: left
}	
#header {
	display: none
}
#bar {
 	display: none
}
#mainContent, #mainEssay {
	float: left;
	width: 640px;
	padding: 0;
}
	.fullWidth {
		width: 600px;
		padding: 20px
	}
	.pictures {
		float: left;
		width: 190px;
		padding: 20px 20px 0 20px;
		text-align: center
	}
	.text {
		float: left;
		width: 370px;
		padding: 20px 20px 0 20px;
		text-align: left
	}
	.item {
		float: left;
		width: 640px;
		background-color: transparent;
		padding: 0;
		margin: 0
	}
#footer {
	width: 640px;
	padding: 10px 0 10px 0;
	background-color: #ffffff;	
	text-align: center;
	border-top: 1px solid;
}


/*navigation properties (ex P7 menu)*/
	/*left hand/navigation column (all)*/
	#sidebar {
		display: none
	}


/*miscellaneous text properties*/
.quote {
	color: #cc9966;
	font-size: 75%;
	line-height: 140%;
}
.quoteL {
	color: #000000;
	font-size: 75%;
	line-height: 140%;
}
.colour {
	text-align: left
}
.indent {
	padding-left: 30px
}
.caption {
	font-size: 65%;
	line-height:130%
}
.address {
	padding-left: 20px;
	color: #000000;
	text-align: left
}
.formfield {
	width: 120px;
	font-size: 11px;
	text-align: left
}
.box {
	background-color: #eeeee0;
	width: 80%;
	border-width: 2px;
	border-style: solid;
	padding: 10px
}
.popbox {
	width: 400px;
	height: 500px;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	position: static;
	overflow: auto
}
.subject {
	background: #cdb38b;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: left
}
.displayon {
	font-size: 65%;
	display: block
}
.displayoff {
	display: none
}
.babelfish {
	float: right;
	position: absolute;
	top: 0;
	right: 0
}
.rightAlign {
	float: right
}
.tabletext {
	font-size: 70%;
	line-height: 120%
}


