﻿/* 
 *
 *
 */

.2body 
{
    margin:0 auto; padding:0;
    text-align      :left;
    background-color:#505050;
    font-family     :Verdana, Arial, helvetica, sans-serif;
    
}

h1, h2, em {
    
}
div#resumecontent
{
    width:850px;
    margin-bottom:10px;    
    padding:10px;
    background:#505050;
    
}
div#resume
{    
    width:850px;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px;
    background:#505050;
    border: 1px solid #FFFFFF;

}    
div#resume p
{
    width:auto;
    margin:0 0 15px 0;
    line-height:1.2em;    
}
div#resume a {
	color:#cacb8e;
	font-weight:bold;
}
div#resume a:hover {
	text-decoration:underline;
}
div#header
{
    text-align:center;
}  
.header1
{
   /* background-color:Red; */
    font-weight:bold;
    font-size:1em;
	margin-bottom:10px;
    
    
}
a {
color:#000;
text-decoration:none;
border-bottom:0px dotted #505050;
}

a:hover 
{
cursor:pointer;    
color:#000;
text-decoration:none;
border-bottom:0px solid #505050;
}
.dates
{
    float:right;
    font-weight:bold;
}
.indent
{
    padding:0 0 0 40px;
}


