
body {
	 margin:						0;
	 background:					#00073B url('../images/bgGradient.jpg') repeat-x;
	 font: 							normal 12px/100% Arial, "Lucida Grande", Helvetica, Geneva, sans-serif;
	 color: 						#333;
	 text-align:					center; /* center content \*/
}

/* -----------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------*/
#outer-wrap {
	position:						relative;
	margin:							0 auto;
	width:							950px;
	text-align:						left;
	z-index:						0;
	overflow:						hidden;
	border-top:						none 0;
	background:						#FFF;
}

#header {
	position:						relative;
	display:						block;
	width:							100%;
	height:							100px;
}

#header #logo{
	position:						absolute;
	top:							15px;
	left:							8px;
	height:							60px;
}

#downloadCenter {
	float:							right;
	margin:							15px 0 0 0;
	font-size:						11px;
}

#pageContentArea {
	width:							100%;
	position:						relative;
	z-index:						0;
}

.inside {
	padding:						20px 42px;
}


/* -----------------------------------------------------------------------------
HTML TAGS
--------------------------------------------------------------------------------*/
.clr {
	display:						block;
	height:							1px;
	width:							100%;
	clear:							both;
}

img {
	border:							0 none;
}

a.invLink,
a:link,
a:visited,
a:active {
	outline:						none;
	color:							#0066CC;
}

a:hover { 
	text-decoration:				underline;
}

p {
	line-height:					1.4em; 
	color:							#333;
	margin:							0;
	margin-bottom:					1em;
}

p.indent {text-indent:				1.5em; }

.blue { color:						#075ba9; }

h3 { font-family:					Arial, "Lucida Grande", Helvetica, Geneva, sans-serif; 
	line-height:					1.4em;
}

strong {
	color:							#333;
	font-family:					Arial, "Lucida Grande", Helvetica, Geneva, sans-serif;
}

ul { padding-left: 1em;margin: 0;}
/* #rightPanel li { line-height: 1.4; } */


sup,
sub {
	height: 						0;
	line-height: 					1;
	vertical-align:					baseline;
	_vertical-align: 				bottom;
	position:						relative;
	
}

sup {
	bottom: 						1ex;
}

sub {
	top: 							.5ex;
}

.caption {
	margin-top:						4px;
	font: 							normal 11px/130% Arial, Helvetica, Geneva, sans-serif; 
	color:							#666;
}

p.top {
	display:						block;
	width:							100%;
	height:							25px;
	margin:							20px 0;
	border-bottom:					1px solid #CCC;
	font-size:						11px;
	line-height:					20px;
	text-align:						right;
}

p.top a,
p.top a:link,
p.top a:visited,
p.top a:active {
	color:							#0099CC;
	text-decoration:				none;
}


/* -----------------------------------------------------------------------------
TABLES
--------------------------------------------------------------------------------*/
table {
	font-size:						12px;
}

table td {
	padding:						0.3em;
	text-align:						right;
	vertical-align:					bottom;
}

table td.tBold {
	font-weight:					bold;
}

table td.firstCol {
	text-align:						left;
}

table td.underline {
	border-bottom:					1px solid #333;
}

table td.indent {
	text-indent:					1em;
}
table td.indent2 {
	text-indent:					2em;
}
table td.indent3 {
	text-indent:					3em;
}
table td.indent4 {
	text-indent:					4em;
}
table td.small {
	font-size:						10px;
	line-height:					1.2em;
}

table.classic td{
	padding:						0.3em;
	text-align:						left;
	vertical-align:					top;
}


/* -----------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------*/


#outer-wrap .wrap-inside {
	padding:						0 10px;
}






#icons {
	display:						block;
	width:							760px;
	height:							30px;
	margin:							0 auto;
	text-align:						right;
	font-size:						11px;
}

#icons ul, #icons li
{
display: 							inline;
list-style-type: 					none;
margin:								0;
padding: 							0;
height:								30px;
line-height:						30px;
}

#icons li a.back {
	padding-left:					20px;
	background:						url('../images/prev.png') 0px -9px no-repeat;
}

#icons li a.next {
	padding-right:					20px;
	background:						url('../images/next.png') 100% -9px no-repeat;
}

#icons a { 
	text-decoration: none; 
	color:	#3276bc;	
}

#icons a:hover  { color: #0066CC; }





/* -----------------------------------------------------------------------------
CONTENT AREA
--------------------------------------------------------------------------------*/


#rightPanel {
	width:							590px;
	float:							right;
}

#leftPanel {
	width:							170px;
	float:							left;
	z-index:						201;
}

/* -----------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------*/

#footer {
	text-align:						right;
	color:							#999999;
}

#footer .footerMenu {
	float:							right;
	display:						block;
	margin-top:						15px;
	padding:						0 35px 0 0;
	width:							80%;
	height:							25px;
}

#footer a,
#footer a:active,
#footer a:link,
#footer a:visited {
	text-decoration:				none;
	color:							#999999;
	padding:						0 8px;
}

#footer a:hover {
	color:							#0066CC;
}

/* -----------------------------------------------------------------------------
TOP MENU 
--------------------------------------------------------------------------------*/

#downloadCenter ul
{
	margin: 						0;
	white-space: 					nowrap;
	padding: 						0;
}

#downloadCenter li
{
	display: 						inline;
	list-style-type: 				none;
	line-height:					14px;
}

#downloadCenter li a
{
	padding: 						1px 8px 1px 14px;
	background: 					url('../images/pdf.png') 0 1px no-repeat;
	color:							#999;
	text-decoration:				none;
}

#downloadCenter li a.home
{
	padding: 						1px 8px 1px 14px;
	background: 					url('../images/home.png') no-repeat;
	color:							#999;
	text-decoration:				none;
}

#downloadCenter li a:hover {
	text-decoration:				underline;
}


/* -----------------------------------------------------------------------------
MAIN MENU 
--------------------------------------------------------------------------------*/

div#nav ul {
	padding: 						0;
	margin: 						0;
	list-style: 					none;
	font-size:						11px;
	line-height:   					46px;
	width:							100%;
	height:							46px;
	z-index:						100;
	font-family:					Arial, "Lucida Grande", Helvetica, Geneva, sans-serif;
	background:						#FFF;
	clear:							left;
	overflow:						hidden;
}

div#nav li {
	float: 							left;
	display:						inline;
	width:							auto;
	text-align:						center;
	text-indent:					-999em;
}

/*---------------------------------------------------------------------------------*/
div#nav li a.option1 {
	display:						block;
	width:							92px;
	line-height:   					46px;
	background:						url('../images/menu.png') 0px 0px no-repeat;
}

div#nav li.current a.option1 {
	background:						url('../images/menu.png') 0px -92px no-repeat;
}

div#nav li a.option1:hover {
	background:						url('../images/menu.png') 0px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option2 {
	display:						block;
	width:							97px;
	line-height:   					46px;
	background:						url('../images/menu.png') -92px 0px no-repeat;
}

div#nav li.current a.option2 {
	background:						url('../images/menu.png') -92px -92px no-repeat;
}

div#nav li a.option2:hover {
	background:						url('../images/menu.png') -92px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option3 {
	display:						block;
	width:							129px;
	line-height:   					46px;
	background:						url('../images/menu.png') -189px 0px no-repeat;
}

div#nav li.current a.option3 {
	background:						url('../images/menu.png') -189px -92px no-repeat;
}

div#nav li a.option3:hover {
	background:						url('../images/menu.png') -189px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option4 {
	display:						block;
	width:							89px;
	line-height:   					46px;
	background:						url('../images/menu.png') -318px 0px no-repeat;
}

div#nav li.current a.option4 {
	background:						url('../images/menu.png') -318px -92px no-repeat;
}

div#nav li a.option4:hover {
	background:						url('../images/menu.png') -318px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option5 {
	display:						block;
	width:							87px;
	line-height:   					46px;
	background:						url('../images/menu.png') -407px 0px no-repeat;
}

div#nav li.current a.option5 {
	background:						url('../images/menu.png') -407px -92px no-repeat;
}

div#nav li a.option5:hover {
	background:						url('../images/menu.png') -407px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option6 {
	display:						block;
	width:							92px;
	line-height:   					46px;
	background:						url('../images/menu.png') -494px 0px no-repeat;
}

div#nav li.current a.option6 {
	background:						url('../images/menu.png') -494px -92px no-repeat;
}

div#nav li a.option6:hover {
	background:						url('../images/menu.png') -494px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option7 {
	display:						block;
	width:							90px;
	line-height:   					46px;
	background:						url('../images/menu.png') -586px 0px no-repeat;
}

div#nav li.current a.option7 {
	background:						url('../images/menu.png') -586px -92px no-repeat;
}

div#nav li a.option7:hover {
	background:						url('../images/menu.png') -586px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option8 {
	display:						block;
	width:							92px;
	line-height:   					46px;
	background:						url('../images/menu.png') -676px 0px no-repeat;
}

div#nav li.current a.option8 {
	background:						url('../images/menu.png') -676px -92px no-repeat;
}

div#nav li a.option8:hover {
	background:						url('../images/menu.png') -676px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option9 {
	display:						block;
	width:							82px;
	line-height:   					46px;
	background:						url('../images/menu.png') -768px 0px no-repeat;
}

div#nav li.current a.option9 {
	background:						url('../images/menu.png') -768px -92px no-repeat;
}

div#nav li a.option9:hover {
	background:						url('../images/menu.png') -768px -46px no-repeat;
}
/*---------------------------------------------------------------------------------*/
div#nav li a.option10 {
	display:						block;
	width:							100px;
	line-height:   					46px;
	background:						url('../images/menu.png') -850px 0px no-repeat;
}

div#nav li.current a.option10 {
	background:						url('../images/menu.png') -850px -92px no-repeat;
}

div#nav li a.option10:hover {
	background:						url('../images/menu.png') -850px -46px no-repeat;
}

