html { width: 100%; height: 100%;}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin-top: 10px;
	font-family: Helvetica;
	font-size: 11pt;
}

/* Common Styles */

span#byline {
	margin-left: 10px;
	color: #FF7800;
}

div#layout_body {
	margin-top: 25px;
	margin-left: 50px;
}

div#layout_title {
	border-top: 3px solid #FF7800;
	text-align: left;
	margin-top: 20px;
}

div#layout_title h1 {
	font-size: 28pt;
	margin: 5px 0;
}

img { border: none; }

a {
	color: #FFA557;
	text-decoration: none;
}
a:hover {
	color: #FF7800;
	text-decoration: none;
}
p {
	font-size: 11pt;
	color: #333;
	text-indent: 25px;
	line-height: 1.4em;
}
p.noindent {
	text-indent: 0;
}

/* Layout */

div#layout_center {
	margin: 0 auto 0 auto;
	width: 800px;
}

div#layout_header {
	width: 800px;
}

div#layout_navigation {
	float:left;
	border-left: 5px solid #FF7800;
}

div#layout_navigation a {
	margin-left: 15px;
	color: #333;
	font-size: 16pt;
	position: relative;
	top: 4px;
}

div#layout_logo {
	width: 190px;
	height: 91px;
	float: right;
}

div#layout_footer {
	margin: 65px auto 0 auto;
	width: 800px;
	border-top: 3px solid #A8A8A8;
	text-align: center;
	font-size: 10pt;
}

div#layout_content {
	padding-top: 75px;
}

/* Headings */

h1 {
	color: #FF7800;
	font-size: 28pt;
	margin: 10px 0 5px 0;
	font-weight: normal;
	display: inline;
}

h2 {
	color: #FF7800;
	font-size: 13pt;
	margin-top: 1.2em;
	font-weight: normal;
}

h3 {
	margin: 0 0 8px 0;
	border-top: 3px solid #FF7800;
	color: #FF7800;
	padding: 2px 0 0 5px;
	font-size: 11pt;
	font-weight: normal;
}

h4 {
	font-size: 11pt;
	color: #999;
	margin: 0;
	padding: 0;
}

/* Misc Styles */

.small {
	font-size: 10pt;
}
.noline {
	border-top: none;
}
.graybg {
	background-color: #EEE;
}
.titleAligned {
	margin: 50px 30px 0 250px;
}
