body{
	background-image:url(../images/build/bg_gradent15.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#a6a6a6;
	
	margin:0;
	padding:0;
	
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	min-width:1020px;
	}
p{
	margin:0;
	padding:0;
}
a, a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:none;
}
#page_logo{
	position:absolute;
	/*margin:30px;
	height:100px;
	width:250px;
	float:left;
	margin-bottom:0;*/
	z-index:2;
	left: 36px;
	top: 32px;
}
#page_build{
	position:absolute;
	width:98%;
	z-index:5;
	left: 0px;
	top: 121px;
	margin-left:10px;
	margin-right:10px;
	min-width:1020px;
}

/*Page Navagation Styles*/

#page_nav{
	position:absolute;
	height:40px;
	left: 303px;
	top: 88px;
	min-width:1020px;
	z-index:20;
	}
	
	
.nav_tab{
	background-image:url(../images/build/tab_top_outline.png);
	background-repeat:repeat-x;
	float:left;
	font-size:14px;
}
.nav_tab_left_on{
	height:40px;
	background-image:url(../images/build/tab_outline_left.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.nav_tab_on{
	background-color:#FFFFFF;
	z-index:10;
	color:#000000;
	}
.nav_tab_right_on{
	height:40px;
	background-image:url(../images/build/tab_outline_right.png);
	background-repeat:no-repeat;
	background-position:right;
	}
.nav_tab_off{
	z-index:3;
	margin-top:5px;
	color:#666666;
	}
.nav_tab_off:hover{
	margin-top:0;
	color:#000000;
	}
.nav_tab_left_off{
	height:34px;
	background-image:url(../images/build/tab_outline_left_off.png);
	background-repeat:no-repeat;
	background-position:left;
	}
.nav_tab_right_off{
	height:34px;
	background-image:url(../images/build/tab_outline_right_off.png);
	background-repeat:no-repeat;
	background-position:right;
	}
.nav_tab_text{
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	text-decoration:none;
}

.nav_tab_off_overlay{
	height:52px;
	background-image:url(../images/build/top_bottom.png);
	background-position: 0px 28px;
	background-repeat:repeat-x
	}
.nav_tab_off_overlay:hover{
	background-position: 0px 33px;
	}

/*Page Edge Styles */
#page_top{
	height:22px;
	}
#page_top_edge{
	background-image:url(../images/build/top_bottom.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	margin-left:22px;
	margin-right:22px;
	height:22px;
}
#page_left_edge{
	background-image:url(../images/build/left_edge.png);
	background-repeat:repeat-y;
	background-position:left;
}	

#page_right_edge{
	background-image:url(../images/build/right_edge.png);
	background-repeat:repeat-y;
	background-position:right;
}
#page_bottom_edge{
	height:22px;
	background-image:url(../images/build/top_bottom.png);
	background-repeat:repeat-x;
	background-position:0px -22px;
	margin-left:22px;
	margin-right:22px;
	}

/* Corner Styles */
.left_corner{
	float:left;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-image:url(../images/build/corners.png);
}
.right_corner{
	float:right;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-image:url(../images/build/corners.png);
}

#page_left_top_corner{
	background-position: 0px 0px;
	}
#page_right_top_corner{
	background-position: -22px 0px;
	}
	
#page_left_bottom_corner{
	background-position:0px -22px;
}
#page_right_bottom_corner{
	background-position:-22px -22px;
}

/* info */


#page_info_build{
	margin:22px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/build/info_background.png);
	z-index:10;
	}

#page_footer{
	line-height:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	}

.title_text{
	font-size:18px;
	margin-bottom:5px;
	}
.sub_title_text{
	font-size:14px;
	margin-bottom:7px;
	}
	
	

.exceldefy, a.exceldefy:link, a.exceldefy:visited { 
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center; 
	font:11px helvetica;
	font-weight:100;
	line-height:20px;
	}
a.exceldefy:active, a.exceldefy:hover { 
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:underline; 
	font:11px helvetica;
	font-weight:100;
	line-height:20px;
	}
	
#loading{
	position:absolute;
	left: 34px;
	top: 143px;
}
	
	
