/*	Baseline */

body {
	background:			#ffffff url('images/background.gif') top left repeat;
	color:				#000000;
	font-family:		Verdana, Helvetica, Helv, Arial, sans-serif;
	font-size:			62.5%; /* Resets 1em to 10px */
	font-weight:		normal;
	line-height:		1.4;
	padding: 			0 0 0 0;
	margin: 			0 0 0 0;
	text-align:			left;
}

/*	Layout containers */

#mainframe {
	margin:				30px auto 30px auto;
	width:				532px;
}

#top {
	background:			url('images/border_top.png') top center;
	padding:			10px 10px 10px 10px;
}

#header {
	background:			url('images/border_content.png') top center repeat-y;
	padding:			0 10px 0 10px;
}

#content {
	background:			url('images/border_content.png') top center repeat-y;
	clear:				both;
	padding:			30px 50px 30px 50px;
}

#footer {
	background:			url('images/border_content.png') top center repeat-y;
	padding:			0 40px 0 40px;
}

#bottom {
	background:			url('images/border_bottom.png') top center;
	padding:			10px 10px 10px 10px;
}

.box {
	margin:				20px 0 0 0;
	padding:			0 0 0 0;	
	width:				194px; /* Max width allowed by the layout 204px */
}

/*	Headings */

h1 { }					/* Reserved for site title */

h2 { }					/* Reserved for page title */

h3 {
	font-size:			1.2em;
	font-weight:		bold;
	margin:				0 0 1em 0;
}

h3.signature {
	font-weight:		normal;
	margin:				0.5em 0 0 0;
}

/*	Paragraph and character styles */

p {
	font-size:			1.2em;
	margin:				0 0 1em 0;
}

p.lead {
	font-size:			1.6em;
}

.box p {
	font-size:			0.8em;
	margin:				0 0 0 0;
}

ul.references li p {
	margin:				0 0 0 115px;
}

/*	Character styles */

em {
	font-style:			normal;
	font-weight:		bold;
}

/*	Links */

a, a:active, a:visited, a:focus {
	color: 				#2086ba;
	text-decoration:	none;
}

a:hover {
	color: 				#2086ba;
	text-decoration:	underline;
}

h3 a, h3 a:visited {
	color: 				#000000;
}

/*	Lists */

ul.references {
	padding:			25px 0 0 0;
}

ul.references li {
	clear:				left;
	list-style:			none;
	margin:				0 0 25px 0;
}

/*	Images */

img {
	border:				none;
	vertical-align:		middle;
}

.box img.thumbnail {
	border:				7px solid #000000;
	float:				left;
	margin:				0 10px 8px 0;
}

ul.references li img {
	float:				left;
	margin:				0 25px 25px 0;
}

#logo_sticker_print {
	display:			none;
}

#logo_sticker_screen {
	float:				right;
	height:				67px;
	margin:				57px 1px 0 0;
	width:				120px;
}

/*	Miscellaneous layout controls */

.clear {
	clear:				both;
}

.float_left {
	float:				left;
}

.float_right {
	float:				right;
}

hr {
	border:				none;
	background:			#ffffff;
	color:				#ffffff;
	clear:				both;
	margin:				0;
	padding:			0;
}

.indent115 {
	margin-left:		115px;
}

.print {
	display:			none;
}

.screen {
	display:			block;
}
