@font-face {
    font-family: Arvo;
    src: url(/new_site/files/fonts/arvo.woff2);
}

@font-face {
    font-family: Roboto-Slab;
    src: url(//new_site/files/fonts/roboto_slab.woff2);
}

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 24px;
	
	background-image:url(/new_site/images/pill_bg_2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.mainbody
{

}

.main_table
{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

.main_table tr td
{
	margin:0px;
	padding:0px;
	
}

.left_column
{
	width:300px;

}

.separator_column
{
	background-color:red;
	width:26px;
	/*float:left;*/
	
}


/* ============================= */

.nav_wrapper
{
	margin-top:3px;
	height:30px;
	position:relative;
}

.nav_dd a
{
	text-decoration:none;
	color:#888888;
	padding:2px;
}

.nav_dd a:hover
{
	background-color:#003399;
	color:#ffffff;
}

.nav_el
{
	float:left;
	margin-left:10px;
	position:relative;
	width:160px;
	height:16px;
}

.nav_header_img
{
	height:16px;
	/*background-color:green;*/
}


.nav_dd
{
	position:absolute;
	top:20px;
	left:0px;
	display:none;
	/*background-color:red;*/
}



/* ============================= */

.main_content_cell
{
	vertical-align:top;
	
}

.main_content
{
	/*padding-left:50px;*/
	background-color:#ffffff;
}

.main_content_wrapper
{
	/*display:table;*/
	margin-top:60px;
	
	min-height:200px;
	width:740px;
	margin-left:50px;
}

.main_content_wrapper p
{
	margin-left:30px;
}

.header
{
	width:740px;
	font-family:Roboto-Slab;
	font-size:20px;
	height:125px;
	padding-top:40px;
	padding-bottom:40px;
	border-bottom:1px solid #aaaaaa
}



.footer
{
	/*margin-left:30px;*/
	margin-top:100px;
	padding-top:30px;
	border-top:1px solid #aaaaaa;
	/*display:table;*/
	font-family:arial;
	font-size:12px;
	
	line-height:normal;
}

.right_col_indent
{
	margin-left:50px;
}

.experience_table
{
	margin-left:30px;
	width:650px;
	
	border-collapse: separate;
    border-spacing: 5px 5px;
}

.experience_table tbody tr td
{
	background-color:#cccccc;
	color:#000000;
	padding:5px;
	font-size:13px;
}

.main_content_a
{
	text-decoration:none;
	color:#888888;
}
.main_content_a:hover
{
	color:#000000;
	text-decoration:underline;
}

.main_content_a_2
{
	text-decoration:none;
	color:#888888;
}
.main_content_a_2:hover
{
	color:#ffffff;
	text-decoration:underline;
}


.name_style 
{
  color: #0066cc;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}