body, h1, h2, h3, h4, h5, h6, p { 
	font-family: Arial, Verdana, Tahoma, sans-serif; 
	color:#ffffff;
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif; 
	font-size: small;
	font-style: normal; 
	line-height: 1.3; 
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	 background-color: #001c8a;
	 margin: 0px;
	 padding: 0px;
}

a:hover {color: red;}
a:link {color: #99CCFF;}
a:visited {color: #CCCCFF;}

#container{  /* Content Container */
	height:100%;
	min-height:100%;
	min-width:100px;
	margin-left:275px;
	margin-right:200px;
	background-color:#001c8a;
	border-left:1px dashed #33FFFF;
	margin-bottom:-75px;
	color: #000000;
}

html>body #container{height:auto;} /*for mozilla */
#minheight{float:left;width:0px;height:100%;margin-bottom:-75px;} /*safari wrapper */
* html #minheight{margin-bottom:-75px;}

/* Left Content Box */

#leftbox {
	position: relative;
	width: 275px;
	float: left;
	margin-left: -274px;
	padding-top: 173px;
}

* html #leftbox {padding-bottom:75px;margin-right:-3px;}

#leftbox p.navtitle {
	padding-left: 15px;
	padding-right: 30px;
	text-align: left;
	font: normal small-caps bold x-large "Futura Book", Arial, Verdana, sans-serif;
	color: #428ec5
}

#leftbox p.navigation1 {
	padding-left: 35px;
	padding-right: 30px;
	text-align: left;
	font: italic normal bold small "Futura Book", Arial, Verdana, sans-serif;
	color: #ffffff
}

#leftbox p.navigation {
	padding-left: 35px;
	padding-right: 30px;
	text-align: left;
	font: normal normal normal small/.8 "Futura Book", Arial, Verdana, sans-serif;
	color: #cccccc
}



/* Main Content Box */

#maincontent {
	position: relative;
	width: auto;
	padding: 30px 0px 0px 60px;
}

/* Right Content Box */

#rightbox {
	position: relative;
	display: inline;
	width: 150px;
	float: right;
	margin-right: -199px;
	padding-top: 183px;
}

#rightbox img.download {
	display: inline;
	border: 2px;
	width: 28px;
	height: 28px;
	margin: 2px 2px 2px 2px;
} 

* html #rightbox {padding-bottom:75px;margin-left:-3px;}

#rightbox p {
	padding-left: 3px;
	padding-right: 2px;
}

/* Header */

#clearheader {height:153px;}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 153px;
	overflow: hidden;
	background-color: #ffffff;
	color: #000000;
}

#header img.graphic {
	display: block;
	padding-top: 20px;
}


/* Header - Navigation */

#navbar {
	position: absolute;
	top: 126px;
	left: 0px;
	height: 28px;
	width: 204px;
}

#navscript {
	position: absolute;
	height: 28px;
	width: 612px;
	top: 126px;
	left: 204px;
	background-image: url("../images/navbackground.jpg");
	background-position: top right;
}

#navscript a {
	font-family: "Futura Book", Arial, Verdana, sans-serif; 
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline; 
	line-height: normal; 
	font-weight: bold; 
	text-align: center; 
	color: #CCCCCC;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.clscmtopon {
	font-family: "Futura Book", Arial, Verdana, sans-serif; 
	font-size: 10pt; 
	Background: url("../images/navbackground.jpg");
	Width: 100%;
	Height: 28px;
	font-style: normal;
	text-decoration: underline; 
	line-height: normal; 
	font-weight: bold; 
	text-align: center; 
	color: #CCCCCC;
	padding-top: 4px
}

.clscmtopover {
	font-family: "Futura Book", Arial, Verdana, sans-serif; 
	font-size: 10pt; 
	Background: url("../images/navbackground.jpg");
	Width: 100%;
	Height: 28px;
	font-style: italic;
	text-decoration: underline; 
	line-height: normal; 
	font-weight: bold; 
	text-align: center; 
	color: #CCCCCC;
	padding-top: 4px;
}

.clsspacer {
	Background: url("../images/navdivider.jpg");
	Width: 10px;
	Height: 28px;
}

.clssecon {
	font-family: "Futura Book", Arial, Verdana, sans-serif; 
	font-size: 10pt; 
	Background: url("../images/navbackground.jpg");
	Width: 100%;
	Height: 28px;
	font-style: normal;
	text-decoration: underline; 
	line-height: normal; 
	font-weight: bold; 
	text-align: left; 
	color: #CCCCCC;
	padding-left: 6px;
	padding-top: 2px;
}

.clssecover {
	font-family: "Futura Book", Arial, Verdana, sans-serif; 
	font-size: 10pt; 
	Background: url("../images/navbackground.jpg");
	Width: 100%;
	Height: 28px;
	font-style: italic;
	text-decoration: underline; 
	line-height: normal; 
	font-weight: bold; 
	text-align: left; 
	color: #CCCCCC;
	padding-left: 6px;
	padding-top: 2px;
}

/* Footer */

#clearfooter {clear:both;height:75px;}
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#footer {
	position:relative;
	width:100%;
	clear:both;
	height:75px;
	background-color: #001c8a;
	color: #ffffff;
	font: normal normal normal x-small/1.3 arial;
}

* html #footer {/*only ie gets this style*/
	\height:75px;/* for ie5 */
	he\ight:75px;/* for ie6 */
}

a.footer:link, a.footer:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:hover {
	color: red;
}

#footer img {
	display: inline;
	margin-right: 6px;
	margin-bottom: 0px;
}

div.footleft {
	width:29%;
	float:left;
	clear:both;
	padding: 20px 2px 0px 6px;
}

div.footcenter {
	text-align:center;
	width:40%;
	float:left;
	padding: 20px 2px 0px 6px;
}

div.footright {
	text-align:right;
	float:right;
	clear:both;
	padding: 20px 2px 0px 6px
}

/* TEXT FORMATS */

#leftbox p.quote {
	font-family: "Book Antiqua", "Times New Roman", serif; 
	font-size: large;
	line-height: 1.3;
	letter-spacing: 0.6px; 
	font-style: italic; 
	line-height: normal; 
	font-weight: normal;
	text-align: center;
	padding: 100px 10px 2px 10px;
	margin-bottom: 8px;
	color: #C2C2C2;
}

#leftbox p.author {
	font-family: "Book Antiqua", "Times New Roman", serif; 
	font-size: large;
	font-style: italic; 
	line-height: normal; 
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	padding-right: 5px;
	color: #C2C2C2;
}

h1 {
	font-family: Verdana, Arial, Tahoma, sans-serif; 
	font-size: x-large;
	font-style: normal; 
	line-height: 1.3; 
	font-weight: bolder;
	text-align: left; 
	color: #428ec5;
}

h2 {
	font-family: Verdana, Arial, Tahoma, sans-serif; 
	font-size: large;
	font-style: normal; 
	line-height: 1.3; 
	font-weight: bold;
	text-align: left;
	padding-top: 30px; 
	color: #ffffff;
}

.bodycopy {
	font-family: Arial, Verdana, Tahoma, sans-serif; 
	font-size: small;
	font-style: normal; 
	line-height: 1.3; 
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}

p.solutionmap {
	position:absolute;
	display: inline;
	visibility: hidden;
	z-index: 2;
	clear:both;
	top: 300px;
	left: 150px;
	text-align:center;
	width:190px;
	height:190px;
	font-family: Arial, Verdana, Tahoma, sans-serif; 
	font-size: small;
	font-style: normal; 
	line-height: 1.3; 
	font-weight: normal;
	color: #ffffff;
}

p.clickdown {
	font-family: Arial, Verdana, Tahoma, sans-serif; 
	font-size: small;
	font-style: normal; 
	line-height: 1.3; 
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	cursor: pointer;
}

img.partners {
	display: inline;
	width: 97px;
	height: 36px;
	margin-right: 20px;
} 
