/* CSS Document */
body {
	background: #0a2643;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/*input{
width:90px;
height:14px;
}*/
/****************************************/
#wrapper 
{
	background: #FFFFFF;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.contentpane
{
	color:#333333!important; 
		
	
}
.h1 {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
}
.h2 {
padding-left:5px;
}

.h3 {
	padding-left:2px;
	background-image:url(../images/assets/newsSwoo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right;
	
}

#header h1 {
	width:inherit;
	background-color:#0a2643;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.contentHP {
	width:100%;
	padding-bottom:2px;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}
#footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
	background: #0a2643;
	font-size:10px;
}
#footer a{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFCC00;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 5px 10px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.clear {
	clear:both;
}
/*Left Content*/
.leftContent {
	float:left;
	width:225px;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}
.leftContent a {
	color:#003366;
	text-decoration:none;
}
.leftContent a:hover {
	color:#990000;
	text-decoration:none;
}
/*Right Content NEW 562008*/
.rightContent {
	float:right;
	/*width:545px;*/
	width:590px;	
	background-color:#FFFFFF;
}
.rightContent a {
	color:#990000;
	text-decoration:none;
}
.rightContent a:hover {
	color:#666666;
	text-decoration:none;
}
/*Content Box NEW 562008*/
.contentBox{
padding-bottom:20px;
border-bottom:solid 1px #0a2643;
}
/*Right Content*/
.mContent {
	float:right;	
	margin-right:10px;
	width:595px;	
	background-color:#FFFFFF;
	/*margin-left:5px;*/	
}

.mContent a {
	color:#990000;
	text-decoration:none;
}
.mContent a:hover {
	color:#666666;
	text-decoration:none;
}

mFooter
{
	text-align:right;
	}
/* Added to support to inner content panes  */
.nMFellowcontent{
float:left;
	width:262px;
	padding-right:2px;
	margin-left:5px;
	margin-right:2px;
}

.nNrewscontent{
float:right;
	width:262px;
	padding-right:5px;
	margin-left:2px;
	margin-right:5px;
}
.floatBoxH
{
	padding: 15px;
	border: #0a2643;
	border-style: solid;
	border-width: 1px;
	background-image: url(../images/assets/floatBG.jpg);
	text-align: left;
	
}

.floatBoxH td li 
{
	list-style-type: disc;
	list-style-image: url(../images/assets/add.gif);
	list-style-position: outside;
	margin-left: 2em;
	padding-left: 1em;	
	
	
}
.floatBoxH td a
{
	color: #0a2643;
	font-weight: bold;	
}

.floatBoxH td a:hover
{
	color: #0a2643;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}



/* End */



#merckNav {
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}
#dateTX {
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}
#sNav {
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	text-align:right;
	border-bottom:#333333 solid 1px;
}

#fNav {
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	border-bottom:#333333 solid 1px;
}
/****************************************/
#navcontainer {
	/*padding-top:15px;*/
	width:215px;
	background-color:#FFFFFF;	
}
#navlist {
	width:209px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border:#666666 1px solid;
}
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	padding-right: 0;
}

#navlist ul li {
	list-style-type: none;
}

#navlist li a {
	display: block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #999999;
	color:#000033;
	background-color:#F8F8F8
}

#navlist li a:hover {
	display: block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #999999;	
	color:#000033;
	background-image: url(../images/assets/floatBG.jpg);
}

#active a {
	background-color:#ffffff;
}
/****************************************/
#navcontainer .subLink a {
	color:#666666 !important;
}
.red {
	color:#FF0000;
}
/****************************************/



.posTxt {
	font-size: 9px;
	color: #666666;
}

#mainFlash 
{
	height:200px;
}
/*#mainFlash {
	background-color:#cccccc;
	font-weight:bold;
	padding:5px;
	font-size:12px;
	text-decoration:none;
	
	background-image:url(images/assets/nTickerHBar.jpg);
	background-repeat: repeat-x;
}*/
.clearfix:after {
	/*content: ".";*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	/*display: inline-block;*/
}
/* Hides from IE-mac \
* html .clearfix {
	height: 1%;
}*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/****************************************/
.fTCap{
background-image:url(../images/assets/FellowsSectionLeft/caps_01.jpg);
height:20px;
width:214px;
}
.fBCap{
background-image:url(../images/assets/FellowsSectionLeft/caps_03.jpg);
height:19px;
width:214px;
}
.fContent{
background-color:#0a2643;
padding-top:10px;
color:#ffffff;
padding-bottom:10px;
width:214px;
}
.fContent a{
color:Yellow;
text-decoration:underline;
}
.fContent a:hover{
color:#ffffff;
}
.fbRemember{
background:#FFCC00; 
border:#0a2643 solid 1px; 
width:185px; 
padding:10px; 
}

/* Added to move Login button over towards right edge of DIV */
/*
.fContentNav{
color:#FFFFFF;
font-size:11px;
width: 130px;
text-align: right;
}
*/
/****************************************/
#aTCap{
background-image:url(../images/assets/ApplyOnline/applyonlineBar.jpg);
height:60px;
width:214px;
}
#aBCap{
background-image:url(../images/assets/ApplyOnline/aCaps_03.jpg);
height:19px;
width:214px;
}

/* Modified as ID renamed */
.aContent{
background-color:#333333;
padding-top:10px;
padding-bottom:10px;
width:214px;
}

img 
{
	border: 0;
}
/****************************************/
.yellow{
	color:#FFFF00;
}
.yellow a {
	color:#FFFF00;
	text-decoration:none;
}	
.yellow a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
/****************************************/
	
