@charset "UTF-8";
/* CSS Document */

/*-----------Main page structure------------------------------*/
body  {
	font: 100%/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color:#4B63AE;	
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 392px;
	border-width:0px;
	background: #181F56 url(images/amylinweb_title.jpg) no-repeat left top;
	height: 700px;
}
#disclaimer {
	position:relative;
	color:#FFFFFF;
	font-size:11px;
	top:300px;
	left:90px;
	width:280px;
	line-height:normal;
}
#mainContent {
	padding: 40px 140px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right-width: 392px;
	border-right-style: solid;
	border-right-color: #181F56;
	line-height:2.5em;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*--------------Navigation-------------------------------------------------------*/
#navWrapper {
	position:relative;
	left:-103px;
	top:220px;
	z-index:20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	cursor:pointer;
	width: 163px;
	height: 254px;
	visibility: visible;
}

.navDiv1 {
	color: #FFFFFF;
	width:143px;
	background-color: #F37823;
	margin: 10px 0px 10px 10px;
	padding: 14px 0px 14px 10px;
}

.navDiv1:hover {
	color: #FFFFFF;
	background-color: #F37823;
	font-weight:bold;
}


/*----------------- Content --------------------------------------*/
h1 {
	color:#27318B;
	font-size:16px;
}

.amylinText {
	color:#F37823;
}

.callout {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:normal;
}

.copyMark {
	line-height:normal;
	color:#000000;
	font-size:11px;
	text-align:center;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

