html, body{
 margin:0;
 padding:0;
 text-align:center;
}

body {
	font-family: Helvetica, Arial;
	font-size: 10pt;
}

#pagewidth {
	position: relative;
	background-image:url('/pagebg.gif');
	background-repeat: repeat;
	width:955px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}

#col_left {
	float:left;
	width:396px;
	background-image:url('/pagebg.gif');
	background-repeat: repeat;
}

#col_content {
	background-color:#ffffff;
	margin-left: 396px;
	padding-left:10px;
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/*printer styles*/
@media print{
	#leftcol{display:none;}
	#col_content{width:100%; float:none;}
}

thumbnail {
	width: 160px;
	height: 160px;
}

h1 {
	font-size: 24px;
	color: #666666;
	line-height:35px;
	vertical-align: middle;
	font-family: Tahoma;
}

h2 {
	font-size: 16px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	line-height:35px;
}

.continue {
	color: #0090FF;
	text-decoration: none;
}

.menu {
	padding-left: 10px;
	border-bottom: 1px solid #eeeeee;
	color: #858585;
	background-color: #D8D8D8;
	line-height: 35px;
}

.selected_menu {
	background-color: #404040;
	color: #FFFFFF;
}

.first_menu {
	border-top: 1px solid #eeeeee;
}

.menu a {
	width:100%;
	text-decoration:none;
	color: #858585;
}

.container {
	style="margin:2px;
	color:#6E6E6E;"
	border-top: 1px solid #eeeeee;
}

#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:570px; width:820px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
