/*
DecafDivas.net v1.0
Design by Castle Communications
Code by Stratejus Marketing, http://www.stratejus.com/

Print Stylesheet
*/

body {
	background: #FFF;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 62.5%;
}

/*=== LINK STYLING ===*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*=== BASIC STRUCTURE ===*/

div#container {
	width: 760px;
	margin: 20px auto;
	border: 1px solid #666;
}
body#homepage div#header {
	height: 179px;
	background: url(images/header.jpg) no-repeat;
}
div#title {
	display: block;
	margin: 16px;
	border-bottom: 1px solid #999;
	font-size: 2.4em;
	font-weight: bold;
}
div#subtitle {
	display: block;
	margin: 8px 16px;
	color: #666;
	font-size: 1.8em;
	font-style: italic;
}
div#nav {
	display: none;
}

div#main {

}
div.col {
	display: none;
}

div#content {
	margin: 13px; padding: 18px 24px;
	border: 1px solid #999;
}
div#contentcontent {
	width: 432px;
	float: left;
	margin: 0; padding: 0;
}
div#sidebar {
	width: 130px;
	float: right;
	margin: 0; padding: 12px;
	border-left: 1px solid #CCC;
}
#sidebar img {
	display: block;
	margin: 0;
}
#sidebar p {
	margin: 2px 4px;
	font-size: 1.1em;
}
#contentFoot {
	clear: both;
}
hr {
	visibility: hidden;
	clear: both;
}
div#footer {
	height: 18px;
	padding: 6px;
	background: #FFF;
	color: #CCC;
	font-size: 1.2em;
	font-weight: bold;
}
#footer ul {
	margin: 0; padding: 0;
	color: #CCC;
	list-style-type: none;
	line-height: normal;
}
#footer ul li {
	display: none;
	float: right;
	margin: 0 12px;
}
#footer ul li.printFooter {
	display: inline;
	color: #CCC;
}
#footer ul li a {
	margin-left: 12px;
	color: #CCC;
}


/*=== STANDARD FORMATTING ===*/

h1 {
	margin-top: 0;
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
p {
	font-size: 1.2em;
	line-height: 140%;
}
ul, ol {
	font-size: 1.2em;
	line-height: 140%;
}
.required {
	color: #F00;
	font-weight: bold;
}