body {
	font-family:tahoma;
	font-size: 11px;
	background-color: #000000;
	margin: 0px;
	/*background-image: url(images/bg_body.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom;
	
}


/****** The .pageWrapper class holds the layout wrapper and alows you to define if the page should be aligned left, center or right *****/
				/****** Possible values are left, center, right ******/
				
.pageWrapper {
	text-align:center;
	width: 100%;
	height:auto;
}

/****** The .layoutWrapper class is where where you set the width of the webpage ******/
.layoutWrapper {
	margin:auto;
	padding: 0px;
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:auto;
}

/****** the .mastHead class is where you can put the masthead layout of your page ******/
.mastHead {
	height: 125px;
	text-align:center;
	
	background-color: #000000;
	margin: auto;
	background-image: none;
	background-repeat: no-repeat;
}

/****** the .topNavBar calss is where you can put your top navigation ******/
.topNavBar {
	background-color: #fc8f00;
	padding: 0px;
	margin-top: 0px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	border: 1px solid #FC8F00;
	border-top: 1px solid #F0C081;
}

/****** the .layoutColX class is where you can define how many columns your layout can have ******/
				.layoutCol {
	margin-bottom: 5px;
	margin-top:5px;
	height: 300px;
	background-repeat: no-repeat;
}

/****** the second set of .layouytColX classes are where you define the width of each column for you layout ******/
				
				/** Start styles for 1 columns **/
				.layoutCol_1col {
	float: left;
	width: 798px;
}

/** End styles for 1 columns **/
				
				/** Start styles for 2 columns **/
				.layoutCol1_2col {
	float: left;
	width: 396px;
}

.layoutCol2_2col {
	float: left;
	width: 395px;
	margin-left: 5px;
}

/** End styles for 2 columns **/
				
				/** Start styles for 3 columns **/
				.layoutCol1_3col {
	float: left;
	width: 293px;
}

.layoutCol2_3col {
	float: none;
	width: 261px;
	margin-left: 0px;
}

.layoutCol3_3col {
	float: left;
	margin-left: 5px;
	width: 261px;
}

/** End styles for 3 columns **/
				
				/** Start styles for 4 columns **/
				.layoutCol1_4col {
	float: left;
	width: 194px;
}

.layoutCol2_4col {
	float: left;
	width: 194px;
	margin-left: 5px;
}

.layoutCol3_4col {
	float: left;
	margin-left: 5px;
	width: 194px;
}

.layoutCol4_4col {
	float: left;
	margin-left: 5px;
	width: 195px;
}

/** End styles for 4 columns **/
				
				
				/**** The .layoutX class is used to define the rows in the base layout *****/
				
				.layoutRow_above {
	clear:both;
	padding: 0px;
	margin-top: 5px;
}

.layoutRow_below {
	clear:both;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/** For layout rows under above columns **/
				.layoutRow_above_1row {
	height: 100px;
}

.layoutRow_above_2row {
	height: 100px;
	border: 1px solid silver;
}

.layoutRow_above_3row {
	height: 100px;
	border: 1px solid silver;
}

.layoutRow_above_4row {
	height: 100px;
	border: 1px solid silver;
}

/** For layout rows under layout columns **/
				.layoutRow_below_1row {
	height: 100px;
}

.layoutRow_below_2row {
	height: 100px;
	border: 1px solid silver;
}

.layoutRow_below_3row {
	height: 100px;
	border: 1px solid silver;
}

.layoutRow_below_4row {
	height: 100px;
	border: 1px solid silver;
}

/****** the .footer class is where you can put the layout for your footer ******/	
.footerWrapper {
	clear: both;
	margin: 0px;
	height: 63px;
	line-height: 20px;
	position: relative;
	text-align:center;
	width:960px;
/*	background-image: url(images/bg_footer.jpg);*/
	background-repeat:none;
	margin: auto;
	background-position: top;
}

.footer {
	background-color: #FFFFFF;
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	width:900px;
	margin: auto;
}

#footerTable a:hover {
	padding: 0px;
	margin: 0px;
}

ul {
	margin:0px;
	padding-left:20px;
}

li {
	font-family: verdana, helvetica;
	font-size:12px;
	color: #CCCCCC;
	text-align: left;
	line-height:16px;
	margin-bottom:10px;
}

.kit ul {
	margin:0px;
	padding-left:20px;
}

li {
	font-family: verdana, helvetica;
	font-size:12px;
	color:#333333;
	text-align: left;
	line-height:16px;
	margin-bottom:10px;
}

.itemHead {
display:block; width:200px;float:left;margin:5px 5px;
}
.itemHead img {
border:solid 2px #f3dbeb;
}
.education ol{
    padding: 10px;
	margin: 10px;

}

.education  li {
	font-family: verdana, helvetica;
	font-size:12px;
	color:#CCCCCC;
	text-align: left;
	line-height:16px;
	margin-bottom:10px;
	padding-right:20px;
} 

/****** Default Block level font styles ******/

#merck p{
    font-family: verdana, helvetica;
	font-size:12px;
	color: #333333;
	text-align: left;
	line-height:20px;
	margin:0px;
	padding:0px;
}
				p {
	font-family: verdana, helvetica;
	font-size:12px;
	color: #CCCCCC;
	text-align: left;
	line-height:20px;
	margin:0px;
	padding:0px;
}
img {
	margin: 0px;
	padding: 0px;
	border:none;
}

#button {
	width: 285px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: verdana, Helvetica,  sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	border-bottom: 2px solid #fff;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #fdd8e6;
	color: #F0528D;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	background-color: #F0528D;
	color: #fff;
}

#button .here {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #F0528D;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#bread {
	padding: 5px;
}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#bread ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#bread2 {
	padding: 5px;
}

#bread2 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#bread2 ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#bread2 ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#mid p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:14px;
	color:#BD1E61;
	background-color: #000000;
	text-align: left;
	line-height:20px;
	margin:0px;
	padding:10px;
	border-top:dashed 1px #BD1E61;
	border-bottom:dashed 1px #BD1E61;
}

#mid a {
	font-family: verdana, helvetica;
	font-size:13px;
	color: #FFCC00;
}

.whitetext {
	font-size: 12px;
	color: #ffffff;
	font-family:tahoma;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	;
}

h1, h2, h3, h4, h5, h6 {
	font-family:tahoma;
	font-weight: bold;
	text-align: left;
	line-height: normal;
}

h1 {
	font-size: 12px;
	color: #FF3366;
	margin-bottom:3px;
	margin-top:5px;
}

h2 {
	font-size: 12px;
	color: #ffffff;
	background-color:#bc1d60;
	height:22px;
	padding-left:5px;
	padding-top:10px;
	margin: 0px;
}

h3 {
	font-size: 16px;
	color: #a40e3a;
	margin-bottom:3px;
	margin-top:3px;
}

h4 {
	font-size: 16px;
	color: #007DC3;
}

h5 {
	font-size: 18px;
	color: #9A7DB9;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.bodycopy {
	font-family: verdana, helvetica;
	font-size:11px;
	color:#333333;
	line-height:14px;
	margin:0px;
	padding:0px;
}

.bodycopyside {
	font-family: verdana, helvetica;
	font-size:12px;
	color:#333333;
	line-height:16px;
	margin:0px;
	padding:0px;
}

hr {
	color: #CCCCCC;
	height:1px;
	background-color: #CCCCCC; /* for firefox */
	border: none; /* for firefox */
}

/****** Default link styles ******/
					
				#nav2 {
	font-family:tahoma;
	font-size: 11px;
	text-align: left;
	line-height: normal;
	position:absolute; 
	top:95px; 
	left:805px; 
	width:110px; 
	z-index:1;
	margin: 0px;
	padding: 0px;
}

#nav2 a {
	text-decoration: none;
	margin:5px;
}

#nav2 a:link {
	color: #fc91c6;
}

#nav2 a:visited {
	color: #fccadd;
}

#nav2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	cursor: hand;
}

#nav2 a:active {
	color: #fc91c6;
}

#nav2 a:focus {
	color:#fc91c6;
	text-decoration: underline;
}

/****** Default link styles ******/
				a {
	text-decoration: none;
	font-family: verdana, helvetica;
	font-size:12px;
}

a:link {
	color: #c74cd6;
}

a:visited {
	color:#c74cd6;
}

a:hover {
	color: #FFFFFF;
	background-color:#c74cd6;
	cursor: hand;
	padding:opx;
	border:0px;
}

a:active {
	color: #c74cd6;
}

a:focus {
	color:#c74cd6;
}

.visited {
	text-decoration: none;
	font-family: verdana, helvetica;
	font-size:12px;
	color: #666666;
}

/****** Default form styles ******/
				div.fieldWrap {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	float:left;
}

div.fieldWrap_return {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	clear:left;
	float:left;
}

form {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, _sans;
	text-decoration: none;
	font-size: 10px;
	text-align:left;
}

/** Label **/
				
				label {
	font-family: verdana, helvetica;
	font-size:12px;
	color: #bc1d60;
}

.labelDisabled {
	font-weight: normal;
	color: silver;
}

.labelRequired {
	color: red;
}

.labelBold {
	font-weight: bold;
}

/** Form Button **/	
				
				.button {
	border: 1px ridge #CC06B8;
	background-color: #8A4583;
	font-family: tahoma;
	font-size: 10px;
	color:white;
}

.buttonDisabled {
	border: 1px ridge #cccccc;
	background-color: silver;
	font-family: tahoma;
	font-size: 10px;
	color:white;
}

/** Check Box **/
				
				.checkBox {
	border: none;
}

.checkBoxDisabled {
	border:none;
}

/** Radio Button **/
				
				.radioButton {
	border:none;
}

.radioButtonDisabled {
	border:none;
}

/** Text Inputs **/
			
				.inputFile {
	border: 1px solid #cccccc;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}



.input {
	border: 1px solid #cccccc;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}



.password {
	border: 1px solid #cccccc;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}

.passwordDisabled {
	border: 1px solid silver;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: silver;
	background-color:#FAE8DB;
}

/** Text Area **/
				
				.textArea {
	border: 1px solid #cccccc;
	font-family: tahoma;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}




/******************* Table Styles *******************/
				
				table.genForm {
	width: 100%;
	border: none;
	border-collapse: collapse;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	text-align:left;
	font-size:12px;
	font-family:tahoma;
}

table.genForm tr {
	padding: 3px;
}

table.genForm td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
	padding: 0px;
}

table.genForm td.hr {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:12px;
	font-family:tahoma;
	font-weight: bold;
	text-align: left;
	line-height: normal;
	background-color:#BC1D60
}

#fplogo {

  position:absolute; 
  left:5px;
  top:10px;
  width:160px;
}
