/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #000000;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: absolute;
	margin: 0em;
	min-width: 760px;
	width: 955px;
	border: 1px solid #F5D98F;
}

/* Header */

#header
{
	position: absolute;
	top: 50px;
	background: #E7673A url(../images/northwest_header.jpg) top right no-repeat;
	height: 135px;
	width: 100%;
	left: 0px;
}

#header h1
{
	position: absolute;
	top: 40px;
	right: 100px; 
	font-size: 2.5em;
	color: #FFFFFF;
}

#header h2
{
	position: absolute;
	top: 80px;
	right: 480px; 
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #F5D98F;
	height: 4em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #000000;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover
{
	background: #E7673A;
	color: #FFFFFF;
}

/* Content */

#content
{
	line-height: 1.7em;
	padding-top: 188px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	/* background: #fff url('images/x2.gif') top left repeat-x; */
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	/* background: #fff url('images/x1.gif') top right no-repeat; */
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
ul#contact
{
	font-size: 85%;
	padding-left: 0;
}
ul#contact li
{
	margin-bottom: 0;
}
#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url(../images/x5.gif) top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url(../images/x6.gif) top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url(../images/x7.gif) top left repeat-x;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 15em 0em 0em;
	padding: 1.5em;
}
.pageHeader
{font-size: 2em;
margin-bottom: .75em; }
/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

#tertiaryContent ul
{list-style-type: none; }

/* Footer */

#footer
{
	padding: 1em;
	/* background: #fff url('images/x2.gif') top left repeat-x; */
	background: #F5D98F;
	margin-top: 1em;
	color: #000000;
}
img.floatLeft {
	float: left;
	margin-right: 12px;
}
img.floatRight {
	float: right;
	margin-left: 12px;
}
/* Add these to the other region conference style sheets */

.paragraphHeader {
	font-weight: bold;
	border-bottom: solid 1px #E7673A; /* Change this color for each region to the header background color */
	color: #E7673A; /* Change this color for each region to the header background color */
}

.submitProposal {
	font-weight: bold; 
	border: solid 1px #E7673A; /* Change this color for each region to the header background color */ 
	width: 200px; 
	margin: 0 auto;
	padding: 4px 0;
}

ul.indentBullet li {
	margin-left: 20px;
}