@charset "UTF-8";
/* Body */

body {
	margin: 0px;
	padding: 0px;
	background: #39616b;
	font: .9em Verdana, Arial, Tahoma;
}

img {
	border: 0px;
}

#shadow {
	width: 850px;
	margin: 0px;
	background: url("../images/bg-shadow.gif") repeat-y;
}

#header {
	width: 840px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	position: relative;
	background: url("../images/top_bg.jpg") repeat-x top left;

}

.headerNav {
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

.headerNav p {
	font: 9px Verdana;
	color: #006699;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}

.headerNav a:link, .headerNav a:visited {
	color: #006699;
	font-family: Verdana;
	font-size: 9px; 
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.headerNav a:hover { 
	color: #b00c33; 
	text-decoration: none; 
}

#container {
	width: 840px;
	position: relative;
	top: -1px;
	left: 5px;
}

/* Sidelinks */

#sideBar {
	width: 178px;
	float: left;
	margin: 15px 0px 0px 0px;
}

ul.sideNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: 13px Tahoma, Verdana, Helvetica, Sans-Serif;
	border-top: 1px solid #bebebe;
}

ul.sideNav li {
	background: url("../images/bg-sidenav.gif") repeat-y right;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #bebebe;
}

ul.sideNav li.selected {
	background: url("../images/bg-sidenav-selected.png") repeat-y right;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #bebebe;
}

ul.sideNav li a:link, ul.sideNav li a:visited {
	color: #006699;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

ul.sideNav li a:hover {
	color: #b00c33;
	text-decoration: none;
}

#processors {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}

#processors p {
	padding: 0px 0px 0px 20px;
	text-align: left;
}

#processors a:link, processors a:visited {
	color: #006699;
	font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 3px 0px 0px 10px;
	text-decoration: none;
	font-weight: normal;
	background: url("../images/bullet-grey.gif") no-repeat;
}

#processors a:hover {
	color: #b00c33;
	text-decoration: none;
}

/* Main Content */

#mainContent {
	float: right;
	position: relative;
	left: -5px;
	width: 650px;
	background: #ffffff;
	border: 1px solid #bebebe;
	margin: 7px 5px 12px 0px;
	font: 11px Tahoma;
	color: #333333;
	line-height: 15px;
	min-height: 500px;
}

#mainContent td {
	font: 11px Tahoma;
	color: #333333;
}

#mainContent a:link, #mainContent a:visited {
	color: #006699;
	text-decoration: none;
}

#mainContent a:hover {
	color: #b00c33;
	text-decoration: none;
}

#mainContent h1 {
	font: bold 16px Tahoma;
	color: #000000;
	margin: 0px;
	padding: 15px 0px 5px 0px;
}

#mainContent h2 {
	font: normal 14px Arial;  
  	color: #006699;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	border-bottom: solid 1px #DED3B0;
}

#mainContent h3 {
	font: normal 14px Arial;  
  	color: #000000;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	border-bottom: solid 1px #DED3B0;
}

#mainContent ul {
	list-style: none;
	margin: 0px;
	padding: 3px 0px 3px 20px;
}

#mainContent ul li {
	font: 11px Tahoma;
	color: #333333;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 12px;
	text-align: justify;
	background: url("../images/bullet-grey.gif") no-repeat;
}

.content {
	padding: 0px 10px 10px 10px;
}

.content p {
	font: 11px Tahoma;
	color: #333333;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: justify;

}

.content p.trial {
	font: 11px Tahoma;
	color: #333333;
	line-height: 16px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: justify;

}

.content p.pdf {
	font: 11px Tahoma;
	color: #333333;
	line-height: 16px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: justify;
	background: url("../images/pdf-icon.png") no-repeat;
}

/* Footer */

#footer {
	clear: both;
	width: 840px;
	margin-left: 5px;
	position: relative;
	height: 25px;
	background: url("../images/bg-navbar.gif") repeat-x;
	font: 11px Arial;
	color: #000000;
}

#footer p {
	line-height: 25px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #006699;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

#footer a:hover {
	color: #b00c33;
	text-decoration: none;
}