#leftColumn {
	width: 220px;
	float: left;
	margin-right: 20px;
}

#copy {
	background: white url(../images/copy_bg.gif) repeat-x top left;
	width: 700px;
	float: right;
	height: 100%;
	overflow: hidden;
	color: #555555;
}

#copyInner {
	margin: 20px 20px 20px 20px;
}

#copy p {
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

#copy h1 {
	clear: both;
	color: #9e9889;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
}

#copy h2 {
	clear: both;
	/*color: #b3ac9c;*/
	color: black;
	font-size: medium;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

#copy h3 {
	clear: both;
	/*color: #b3ac9c;*/
	color: black;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 3px;
}

#copy hr {
	clear: both;
	margin: 20px 0px;
	border: 1px solid #b3ac9c;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

#copy em {
	/*color: #7a99c9;*/
	/*color: #b3ac9c;*/
	color: black;
	font-weight: bold;
	font-style: normal;
}

#copy a {
	color: #597bae;
}

#copy li {
	text-align: justify;
}

#submenu {
	margin-bottom: 20px;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu li {
	border-top: 1px solid #5f7494;
	/*border-top: 1px solid white;*/
	margin: 0px;
	padding: 5px 0px 5px 10px;
	color: #788293;
}

#submenu li.level2 {
	padding-left: 30px;
}

#submenu li.last {
	border-bottom: 1px solid #5f7494;
	/*border-bottom: 1px solid #white;*/
}

#submenu a {
	color: white;
	/*color: #95b4de;*/
}

#submenu li.selected {
	/*background: #95b4de;*/
	background: #323f5d url(../images/submenu_arrow.gif) no-repeat center right;
}

#submenu li.selected a {
	/*color: #182439;*/
	color: #95b4de;
	/*font-weight: bold;*/
	/*color: white;*/
}

.callout {
	background: white;
	height: 160px;
	margin-bottom: 10px;
}

.callout.small {
	height: 31px;
}

.callout.last {
	/*margin-bottom: 0px;*/ causes some issues on IE7
}

.callout img {
	border: 0px;
}

#mainContent {
	background: url(../images/page_fauxColumn.gif) repeat-y;
	overflow: auto;
	margin-top: 10px;
}

#footerContainer {
	width: 700px;
	float: right;
}

.highlighted_section {
	background: #e6ebf7;
	width: 325px;
	padding: 10px;
	float: right;
	margin: 0px 0px 10px 20px;
}

.highlighted_section ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.highlighted_section li {
	text-align: left !important;
	margin: 7px 0px;
}

.solution_table {
	width: 660px;
	border-collapse; collapse;
	color: black;
	text-align: left;
}

.solution_table td {
	background: #e6ebf7;
	border: 1px solid white;
	padding: 5px;
}

.solution_table th {
	background: #c7d5ed;
	border: 1px solid white;
	padding: 5px;
}

.solution_table td.separator {
	background: #c7d5ed;
	height: 25px;
}

.solution_table .icon {
	text-align: center;
	vertical-align: middle;
}

.solution_table a img {
	border: 0px;
}

.screenshot_table {
	width: 660px;
	border-collapse; collapse;
	color: black;
	text-align: left;
	margin-top: 20px;
}

.screenshot_table .thumbnail {
	border: 0px;
}

.screenshot_table .label {
	font-size: 8pt;
	font-style: italic;
	color: #aaaaaa;
}

.screenshot_table .label_row td {
	vertical-align: bottom;
}

.screenshot_table .screenshot_row td {
	vertical-align: top;
	padding-bottom: 20px;
}

.screenshot_table td {
	vertical-align: top;
	width: 50%;
	padding: 0px 5px;
}