<style type="text/css"> 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


* {
 margin: 0;
 padding: 0;
}
body {
	background: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	text-align:center;
}
a {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #111;
}
ul, ol {
}
img {
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e1e1e1;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
}
img.floatTL {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}
#wrap {
	width: 860px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}
#header {
	height: 120px;
}
#header h1 {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 23px 0 0 20px;
	color: #F58220;
}
#header h1 a {
	color: #F58220;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a:hover {
	color: #111;
}
#header h2 {
	font-size: 19px;
	color: #111;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}
#menu {
	height: 30px;
	line-height: 30px;
	background-color: #004185;
}
#menu ul {
	list-style-type: none;
	padding-left: 20px;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
	color: #ccc;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#content {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align:left;
}
.left {
	float: left;
	width: 170px;
	text-align: justify;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.left h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
}
.left h2 a {
	text-decoration: none;
	color: #4174B4;
}
.left h2 a:hover {
	color: #111;
}
.right {
	float: right;
	width: 600px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}
.right h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background-color: #2F4566;
}
.right ul {
	padding: 10px 0 15px 20px;
	list-style-type: square;
}
.right ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
}
.right ul li a:hover {
	color: #fff;
	font-weight: normal;
	font-size: 13px;
}
#footer {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background-color: #FFFFFF;
	width: 860px;
	background-image: url(../images/solution_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#footer a {
	color: #fff;
}
#footerText {
	width:860px;
	color: #fff;
	text-align:center;
	margin: auto;
	font-weight:normal;
	font-size:11px;
	margin-top:10px;
	line-height:normal;
}
#footerText a {
	color: #fff;
	font-weight:normal;
}
#tabs {
	float:left;
	width:860px;
	line-height:normal;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
}
#tabs ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-left:50px;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(../images/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-weight: bold;
}
#tabs a span {
	float:left;
	display:block;
	background:url(../images/right.png) no-repeat right top;
	margin-right:2px;
	color:#FFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
 </style>
