@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------ */
/* Reset Default Styles								*/
p {
	margin:0px;
	padding:0px;
}


a {
	text-decoration:none;
	padding: 0;
	margin: 0;
}

h1 {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode";
	color: #777777;
	font-size: 15px;
	font-style: bold;
	line-height: 22px;
	margin-bottom: 2px;
}
h2 {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode";
	color: #777777;
	font-size: 13px;
	font-style: bold;
	line-height: 22px;
}
h3 {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode";
	color: #777777;
	font-size: 12px;
	font-style: bold;
	line-height: 19px;
	margin-bottom: 2px;
}


ul {
	padding: 0;
	margin: 0;
}
td {
	padding: 0;
	margin: 0;
}


body {
	background-color:#DDDDDD;
	margin:0px;
}
/* Product Title */
#ap_title {
	position:absolute;
	left:80px;
	top:130px;
	width:250px;
	height:40px;
	z-index:2;
}

/* ------------------------------------------------ */
/* Centering Wrapper 								*/
#wrapper {
	position:relative;
	text-align:left;
	width:1040px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ------------------------------------------------ */
/* Menu Bar Styles 									*/
.menu_bar_font {
	position:static;
	font-family:"Lucida Sans Unicode";
	font-weight:100;
	font-size:13px;
	color:white;
	z-index:2;
	text-decoration:none;
}

#menu_bar_image {
	position:absolute;
	left:40px;
	top:20px;
	width:960px;
	height:60px;
	z-index:1;
	margin: 0px;
}

#menu_bar_text {
	position:absolute;
	left:70px;
	top:41px;
	z-index:2;
}

/* ------------------------------------------------ */
/* Border Styles 									*/
#border_top {
	background-color:#FFFFFF;
	position:static;
	width:960px;
	padding-top: 100px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

#border_middle {
	background-color:#FFFFFF;
	position:static;
	width:960px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

#border_bottom {
	background-color:#FFFFFF;
	position:static;
	width:960px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

#border_base {
	background-color:#DDDDDD;
	width:1042px;
	padding-bottom:40px;
}

.nav_links {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-align: center;
	text-decoration: none;
}
.nav_links_sel {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	font-weight: normal;
	color: #888888;
	text-align: center;
	text-decoration: none;
}



.copyright {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
.footnote {
	font-family: "Lucida Sans Unicode";
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
.caption {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	line-height: 24px;
	text-align: center;
	margin: 0;
}
.small_body {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #555555;
	margin-bottom: 16px;
}
.small_sup {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-weight: normal;
	color: #555555;
}
.med_body {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	font-weight: normal;
	color: #555555;
	line-height: 22px;
	margin-bottom: 16px;
}
.link {
	color: #5371FF;
	text-decoration: underline;
}
