/* Basic Page layout */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
/*
	background-image: url(../images/basic_page/flame_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
*/
	background-color: #000000;
}

/* Masthead */
div#masthead_container {
	position: absolute;
	width: 830px;
	height: 70px;
	z-index: 10;
	background-color: #000000;
}
 
div#pageHeader {
	position: relative;
	/*min-width: 820px;*/
	height: 70px;
	margin: 0 0 0 50px;
}

div#spark_logo {
	position: absolute;
	top: 50px;
	left: 0px;
}

div#underline {
	position: relative;
	width: 810px;
	height: 1px;
	top: 73px;
	left: 42px;
	background-color: #464646;
}

#leftNav_container {
	position: absolute;
	left: 28px;
	top: 16px;
	width: 210px;
	height: 305px;
	background-color: #000000;
}

#notes_container {
	position: absolute;
	left: 50px;
	top: 322px;
	width: 210px;
	height: 180px;
	background-color: #000000;
}

#login_container {
	position: absolute;
	left: 255px;
	top: 92px;
	width: 166px;
	height: 125px;
	background-color: #000000;
}

#image_leftColumn_container {
	position: relative;
	top: 170px;
	width: 292px;
	height: auto;
	background-color: #000000;
}

/* Page Content */

div#body_container {
	position: absolute;
	top: 70px;
	width: 820px;
	padding-left: 28px;
	background-color: #000000;
}

div#content_container {
	width: 820px;
	height: 605px;
	background-color: #000000;
}

div#content {
	position: relative;
	top: 0px;
	left: 212px;
	width: 630px;
	height: 100%;
	background-color: #000000;
}

div#homePage_content {
	position: relative;
	top: 0px;
	left: 16px;
	width: 190px;
	background-color: #000000;
}

table#body_content {
	background-color: #000000;
}

table#body_content p.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #222222;
}

table#body_content p.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	color: #00A3EA;
	margin: 5em 0 0 0;
}

table#body_content p.keyPoints {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DAD8D8;
	margin: 0 0 0 0;
	margin-left:40px;
}

table#body_content p.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #DAD8D8;
	margin: 0 0 0 0;
}

table#body_content ul.bulleted_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	color: #dad8d8;
	margin-left: 10px;
	list-style-type:none;
}

table#body_content ul.bulleted_list a:link {
	color: #DAD8D8;
}
table#body_content ul.bulleted_list a:visited {
	color: #DAD8D8;
}
table#body_content ul.bulleted_list a:hover {
	color: #00A3EA;
}

table#body_content ol.numbered_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #dad8d8;
	margin-left: 15px;
}

table#body_content p.login_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #DAD8D8;
	text-align:right;
	margin-left:22px;
	margin-right:6px;
	margin-top:0px;
}

table#body_content p.services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align:left;
	color: #DAD8D8;
	margin-top:8px;
}

table#body_content span.divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align:center;
	color: #00A3EA;
	font-weight:bold;
	margin: 0 0 0 0;
}

a:link {
	color: #00A3EA;
}
a:visited {
	color: #00A3EA;
}
a:hover {
	color: #999999;
}

