body {
	color: #333;
	font: normal 75% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #6997ae;
}

h1 {
	color: #000;
	font-size: 2em;
	text-transform: capitalize;
	margin: 0 0 10px;
}
h2 {
	font-size: 1.5em;
	margin: 5px 0;
}
h3 {
	font-size: 1.2em;
	margin: 0px;
}

h4, h5, h6 {
	font-size: 1em;
	margin: 0px;
}
h4 { color: #006699; }

a, a:link {
	color: #6997ae;
	text-decoration: underline;
}
a:visited {
	color: #92c17b;
	text-decoration: underline;
}
a:hover {
	color: #52ad42;
	text-decoration: underline;
}

p {
	margin: 0 0 10px;
	padding: 0;
}
img { border: 0; }
hr { 
	color: #6997ae; 
	height: 1px;
	border: 0;
	background-color: #6997ae;
}

ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }

#outerContainer {
	width: 743px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff url(images/leftCol-bg.gif) repeat-y 10px 0;
}

/* Misc Controlling styles */
.divierStrip {
	float: left;
	width: 100%;
	height: 10px;
	background-color: #fff;
}
.noFloat { float: none; }
.clear { clear: both; }
.alignCenter { text-align: center; }

/* Banner Styles */
#banner { 
	float: left; 
	width: 100%; 
	background-color: #fff;
}
#logo a {
	float: left;
	width: 0px; /* 354px */
	height: 104px; /*104px */
	background: #000 url(images/banner_green.jpg) no-repeat 0 0; /* (images/banner-left.jpg) */
}
#bannerImg {
	float: left;
	width: 743px; /* 389px */
	height: 103px; /*103px */
	background: #000 url(images/banner_green.jpg) no-repeat right 0; /* (images/banner-right.jpg) */
}

#innerContainer { 
	float: left;
	background: transparent url(images/leftCol-decrotive.gif) no-repeat 0 bottom;
}

/* Left-Hand Col Styles */
#leftHandCol {
	float: left;
	width: 160px;
	background-color: #ededed;
}
#vectorLogo a {
	float: left;
	width: 100%;
	height: 73px;
	margin-top: 5px;
	background: #ededed url(images/logo-vertorLink.gif) no-repeat center 0;
}

#leftMenu {
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	border-top: 1px solid #9cc1d3; 
}
#leftMenu li { 
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#leftMenu a { 
	display: block;
	color: #000;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	border-right: 1px solid #9cc1d3;
	border-bottom: 1px solid #9cc1d3;
	border-left: 1px solid #9cc1d3;
	background: #c7dae4 url(images/leftCol-arrow.gif) no-repeat 10px 8px;
}
#leftMenu a:hover { 
	color: #437086;
	background: #9ebdcd url(images/leftCol-arrow-hover.gif) no-repeat 10px 8px; 
}
#leftMenu a.currentPage { background: #6997ae url(images/leftCol-arrow-selected.gif) no-repeat 10px 8px; }
#leftMenu a.currentPage:hover { background: #9ebdcd url(images/leftCol-arrow-hover.gif) no-repeat 10px 8px; }

/* Content Area styles */
#contentMarker span { display: none; }
#contentArea { margin-left: 170px; }

#contentArea ul { 
	float: left;
	display: block;
	list-style-type: disc;
	width: 520px;
	margin: 0 0 15px 10px; 
	padding: 0 0 0 20px;   
}
#contentArea li { padding: 3px 0; }

#backTop { float: right; }

#backTop a:link, #backTop a:visited {
	float: right;
	height: 23px;
	width: 23px;
	background: #fff url(images/icon-topPage.gif) no-repeat right 0;
}
#backTop a:hover { background: #fff url(images/icon-topPage-hover.gif) no-repeat right 0; }

#backTop span { display: none; }

/* Footer Styles */
#footer {
	width: 570px;
	padding: 20px 0 0 170px;
}
#footer ul {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li { 
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #cbcbcb;
}
#footer li.first { border-left: 0; }

#footer a { 
	color: #929196;
	font-size: .9em;
	text-decoration: none; 
}
#footer a:hover { 
	color: #92c17b;
	text-decoration: underline;
}

/* Styles for the Help Pages */
.helpBox {
	float: left;
	width: 240px;
	margin-right: 30px
}
.orderNo {
	float: left;
	font-weight: bold;
	width: 10px;
	margin-right: 13px
}