@charset "utf-8";
body {
	font:80% "Times New Roman", Times, serif;
	font-size:13px;
	background:url(../images/background_sliced.jpg) #FFFFFF repeat-x; /*#585858*/
	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 */
	color:#0C0C0C;  /*#242424; #191919*/;
}
.oneColFixCtrHdr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #464646;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding-left:0px;
	/*background-color: #F8F8F8;*/
	/*background-image: url(../banner/banner_775.jpg);*/
	height:250px;
}
.oneColFixCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.headFontSize {font-size:18px; font-weight:bold;padding-bottom:8px;padding-left:8px;color:#CD9A25;}

.oneColFixCtrHdr #mainContent {
	padding:16px  30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background:url(../images/footer.jpg) #585858;
	height:50px;

}
.oneColFixCtrHdr #footer div {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.educationFontStyle {font-weight:bold;color:#003264;padding-left:6px;}
					 
.schNameStyle {font-weight:bold;}

.mainLinks a {color:#B35900; text-decoration: none; font-size: 15px;font-weight:bold; } /*#003264;*/
.mainLinks a:link {color:#B35900; text-decoration: none; font-size: 15px; font-weight:bold; }
.mainLinks a:visited {color:#B35900; text-decoration: none; font-size: 15px; font-weight:bold; }
.mainLinks a:hover {text-decoration:line-through;color: #CE9B26; font-size: 15px; font-weight:bold; }
.mainLinks a:active	{text-decoration:line-through;color: #CE9B26; font-size: 15px; font-weight:bold; }	
			
		
a:link {color: #464646;	text-decoration: underline; font-size: 14px; }
a:visited {text-decoration: underline;color: #464646;font-size: 14px;}
a:hover {text-decoration: none;color: #CE9B26;font-size: 14px; }
a:active {text-decoration: underline;color: #CD9A25;font-size: 14px; }
/*
a {
	font-size: 14px;
}
*/

.downloadspgheaders {color:#003264;font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:600;}

/*.bordersDownloadspg {border:#D6D6D6 thin solid;
					  }*/

/*Links for resume cover letter etc */
.bordersDownloadspg a {border:#D6D6D6 thin solid; font-size:13px; text-decoration:none; display:block; padding-bottom:6px; }		   
.bordersDownloadspg div a img { border:#FFFFFF none; }				  
.bordersDownloadspg a:link  {border:#D6D6D6 thin solid; font-size:13px; text-decoration:none; }
.bordersDownloadspg a:visited {text-decoration:none;}
.bordersDownloadspg a:hover  {border:#E0AB0A thin solid; padding-bottom:6px; }
.bordersDownloadspg a:active {text-decoration:none;}


/*Links for facebook, ryze, linkedIn & others */
.borderImg a {border:#D6D6D6 thin solid;font-size:13px;text-decoration:none; display:block;padding-bottom:3px;}				   
.borderImg a img {border:#FFFFFF none;}
.borderImg a:link  {border:#D6D6D6 thin solid; font-size:13px;text-decoration:none;}
.borderImg a:visited {text-decoration:none;}
.borderImg a:hover  {border:#E0AB0A thin solid; padding-bottom:3px;text-decoration:none;}
.borderImg a:active {text-decoration:none;}


.personalLinks  a {font-size:13px;text-decoration:none;}
.personalLinks a:link {	text-decoration:none;}
.personalLinks a:hover {text-decoration:none; }

