body {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #EFEFDA;
	margin-top: 2%;
	margin-bottom: 2%;
}

p, td, tr { text-align:justify; }

h1 {
	font-weight: normal; 
	font-size: 23px;
	text-align: left;
	color: #000066;
	}
	
h2 {
	/*	color: #8C929D;*/
	color: #000066;
	font-size: 20px;
	/*font-weight:bold;*/
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	}

h3 {
	/*color: #6C6C6C;*/
	color: #6591B4;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 0;
	}
	
h4 {
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 3px;
	padding-top: 3px;
	}

table { background:#FFF; } 

li { text-align: left; } 

a:link {
	color: #32348e; 	
	text-decoration: none; 
}

a:hover { color: #526bbd; }

a:visited { 
	color: #32348e; 	
	text-decoration: none;
}

a:visited:hover {
	color: #526bbd;
	list-style: lower-alpha;
}

a:active { color: #32348e; }



/* --- CONTENT/CONTRIBUTE CLASS ELEMENTS --- */
.title { 
	font-weight: normal; 
	font-size: 23px;
	text-align: left;
	color: #000066;
	background: url(/images/underline.gif) no-repeat right;
	padding-right: 75px;
}  

.subTitle {
	/*font-size:20px;
	color:#00447c;
	padding-top:30px;*/
	color: #818181;
	font-size: 20px;
	font-weight:bold;
	text-align: left;
} 

.headingGrey {
	/*color: #515971;*/
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 10px;
} 

.headingGold {
	font-size:15px;
	font-weight:bold;
	color:#817649; 	
	text-align: left; 
}

.headingBlue {
	color: #000066;
	font-size: 15px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 10px;
} 

.ital { 
	font-style:italic;
}

.bold { 
	font-weight: bold;
}

.boldGold {
	font-weight: bold;
	color:#817649;
}

.ltBlueBold {
	color: #1D5AC0;
	font-weight: bold;
	}

.whiteText {
	color: #fff;
	}
	
.blackTextSm {
	color: #000;
	font-size: 11px;
	}
	
.textSmall {
	font-size: 10px;
	}

.endnote {
	font-size:9px; 
	line-height:normal;
	text-align:justify;
}

ul.endnote {
	text-align:left;
	padding-left: 1.4em;
	text-indent: 0;
	}

ol.upperAlpha {
	list-style-type:upper-alpha;
	}

.upperAlpha li {
	margin-bottom: 7px;
	}

ol.lowerAlpha {
	list-style-type:lower-alpha;
	}

.lowerAlpha li {
	margin-bottom: 7px;
	}
	
ol.upperRoman {
	list-style-type:upper-roman;
	}
	
.upperRoman li {
	margin-bottom: 15px;
	}
	
ul.noBullet {
	list-style: none;
	margin-top: -15px;
	padding-left: .8em;
	text-indent: 0;
	}

.divider {
	border-bottom:1px solid #c2c6ce;
	height:1px;
	width:100%;
	margin-bottom: 10px;
	margin-top:10px;
	clear:both;
}

.tableWBtmBrdr { 
	border-bottom:solid #c2c6ce 1px; 
	color: #333; 	
}
.cellPadRtBtm {
	padding-bottom:10px;
	padding-right:10px;
	line-height:normal;	
	font-size:11px;	
}

#padLeft td { padding-left:10px; }

.padTen, .padTen td { padding: 10px; }

.padTop  { margin-top: 10px; }

.padBtm { margin-bottom: 10px; }
	
.padFiveZero { padding: 5px 0; }

.txtLeft { text-align:left; }

.floatL { 
	float:left;
	width:auto;
	}

.floatR { 
	float:right;
	width: auto;
	text-align:right;
	}
	
.clearL { clear: left; }

.clearR { clear: right; }

.clearBoth { clear: both; }


/* --- INDEX ELEMENTS --- */

#outer {
	width: 753px;
	height: auto;
	background: url(/images/index_bg.jpg) no-repeat left top;
	border-top: 1px solid #999999;
	}
	
#bodyL {
	width: 523px;
	height: 187px;
	float: left;
	padding: 0 15px 0 15px;
	color: #000066;
	font-size: 12px;
	}
	
#bodyR {
	width: 160px;
	height: auto;
	float: right;
	margin: 10px;
	padding: 8px;
	background-color: #ecece6;
	color: #666666;
	text-align: left;
	font-size: 11px;
	}
	
#bodyTopTxt {
	height: auto;
	width: 345px;
	margin-left: 177px;
	padding-top: 20px;
	}
	
#bodyBtm {	
	background: url(/images/index_goldDivider.jpg) no-repeat top left;
	width: 550px;
	color: #000066;
	float: left;
	font-size: 12px;
	}
	
#bodyBtmL {
	width: 230px;
	height: auto;
	float: left;
	padding: 15px;
	background: url(../images/index_goldDivVert.jpg) no-repeat right top;
	}
	
#bodyBtmMid {
	width: 121px;
	margin-top: 2px;
	float: left;
	}
	
#bodyBtmR {
	width: 135px;
	height: auto;
	float: left;
	padding: 15px;
	}

	
	

/* --- FORM ELEMENTS --- */
.requiredFormLabel {
	font-weight: normal;
	color: red;
	text-align: right;
}
.notesBox {
	height:200px;
	width:300px;
	/*line-height:210px;*/
	/*font-size:12px;*/
}
.normalTextBox { 
	width:145px;
}
.wideTextBox { 
	width:300px;
}


/* --- TOP NAV --- */
#topNav {
	
	font-size: 11px; 
	font-weight: bold; 
	color: #000066; 
	text-align: left;
	background-image: url(/images/topnav.gif);
	background-repeat: no-repeat;
}	


/* --- SIDE MENU NAV --- */
.sideMenu {
	padding: 0px 0px 0px 10px;
	margin: 0;
	line-height: 20px;
}
.sideMenuItem {
	font-weight: bold;
}
.sideSubMenu {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 20px;
    text-align:left;
	line-height: 15px;
	font-size: 11px;
	border-top: 1px solid #ece9d7;
}
.sideSubMenuItem {
	text-decoration: none;
}



/* ---- SIDE NAV CONTENT--- */
#sideNav {
	font-size: 13px;
	background-color: #E0DAB7;
    text-align:left;
}
	
	
	
/* --- CONTENT PANE --- */
#content { 
	padding: 30px;
	font-size: 13px;
	color: #454545;
}
#pageBorder {
	margin: auto;
	width: 761px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#rborder { 	background-color: #E0DAB7; }



/* --- SITE MAP MENU  --- */
.siteMenu { 	
	padding: 0;
	margin: 0;
	line-height: 20px;
}
.siteMenuItem {
	font-weight: bold;
}
.siteSubMenu {
	margin: 0px 0px 0px 16px;
	padding: 3px 0px 3px 0px;
	font-size: 11px;
}
.siteSubMenuItem {
	text-decoration: none;
}


/* --- SPLASH PAGE --- */
.splashcontent {
	font-size:12px; 
	color: #003366; 
	/*text-align:justify;*/
}
.newstitle {
	font-size: 15px;
	font-weight:600;
	color: #8a8582;
	text-align: left;
	padding-right: 40px;
	margin-bottom: 10px;
	background: url(/images/underline_news.gif) no-repeat right;
}


/* --- FOOTER --- */
table#Footer {
	margin:auto;
	width:763px;	
}

#footerBar {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #003d7d;
	width: 761px;
}
#copyright { 
	text-align: right;
	font-size: 12px; 
	color: #697aa3;
	background-color: #EFEFDA;
}


/* --- SEARCH --- */
#searchArea {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ecece6; 
	border-bottom: 1px solid white;
}
#searchAreaChild {
	background-color:#ebe7ce;
	border-bottom:1px solid #fff;
	padding:15px 0px 15px 0px;
}
#searchText {
	font-size: 9px; 
	color: #787878; 
	background-color:#e3e0cf; 
	height:10px; 
	border-top:1px solid #A8A495; 
	border-bottom:1px solid white; 
	border-left: 1px solid #A8A495; 
	border-right: 1px solid white;
}
.searchDesciption {
	font-size:11px;
}

/* --- FLASH US MAP --- */
.mapKey {
	border:1px solid #777;
	width:150px;
	padding:4px;
	font-size:10px;
	float:right;
	}
	
.mapKey img { 
	padding: 5px;
	}
	
.mapKey td {
	text-align:left;
	}

/* --- PATIENT RESOURCES --- */	

.ptRsrcContentBg {
	background: url(../images/patientResrc_bg_title.jpg) no-repeat left top;
	width:562px;
	height:auto;
	margin-bottom: 20px;	
	}
	
.ptRsrcTxtDiv {
	width: 440px;
	height:100%;
	float: left;
	position:relative;
	padding: 20px 10px 20px 15px;
	}

.ptRsrcIconLgDiv { 
	width: 95px;
	float:left;
	display: table-column;
	height: 100%;
	padding-top: 5px;
	text-align: right;
	}	

.iconSm { 
	padding: 0px 5px 1px 2px;
	vertical-align:bottom;
	}
	
.underlineTan {
	background: url(../images/underline_tan.gif) repeat-x left bottom;
	}

div.inlineList ul, div.inlineList li {
	display: inline;
	margin: 5px 0;
	padding: 0;	
	text-align: left;
	}
	
.rtAngleList ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
		
	.rtAngleList ul li:before {
		content: "\00BB \0020";
		}
		
	.rtAngleList li {
		list-style-image: none;
		list-style-type: none;
		padding-bottom: 15px;
		}
	
.sectionTitle {
	color: #907f59;
	font-size: 18px;
	font-weight:normal;
	text-align: left;
	margin-top: 0px;
	}
	
.sectionText {
	padding:3px 0 6px 0;
	text-align:left;
	}

/* ----------- MISC STYLES ----------- */
.confCall td {
	border: 1px solid #003d7d;
	text-align: left;
	margin: 0;
	}

.confCall p {
	padding: 70px 15px 15px 18px;
	font-size: 14px;
	color: #000;
	}
	
table.alignL p{ text-align: left; }
	
.borderTop { border-top: 1px solid #BDBB88;	}

.borderBtm { border-bottom: 1px solid #BDBB88;	}
	


	
	

