body{
    background-color:#FFF;
    color:#000;
    padding:20px 0 0 0;
    margin:0;
    font-family:Helvetica, Arial, sans-serif;
    font-size:11px;
}

#page{
    width:706px;
    padding:0;
    margin:0 auto;
}

#logo{
    width:704px;
    padding:0 2px 2px 0;
    text-align:right;
}

#header{
    width:706px;
}

#content{
    width:641px;
    height:270px;
    padding:5px 40px 30px 25px;    
}

/*Work Area Columns*/
#columnLeftArea{
    width:220px;
    float:left;
}

#columnRightArea{
    margin:0 0 0 240px;
    width:401px;
}

/*Education Columns*/
#columnLeftEducation{
    width:150px;
    float:left;
}

#columnMiddleEducation{
    margin:0 0 0 20px;
    width:242px;
    float:left;
}

#columnRightEducation{
    margin:0 0 0 20px;
    width:200px;
    float:left;
}

/*Contact Columns*/
#columnLeftContact{
    width:100px;
    float:left;    
}

#columnRightContact{
    margin:0 0 0 120px;
    width:521px;    
}

#navigation{
    width:706px;
    padding:0 0 100px 0;
    margin:15px 0 0 0;
}

#navigation ul{
    margin:0 0 0 6px;
    padding:0;
    list-style:none;
}

#navigation li{
    height:13px;
    display:inline;
}

#navigation li .navItem{
    height:13px;
    padding:1px 0 0 16px;
    margin:0 40px 0 0;
    text-decoration:none;
    color:#420000;
    font-size:11px;
    font-weight:bolder;
    text-transform:uppercase;
}

#navigation li .bulletRed{
    background:url(img/bulletRed.gif) no-repeat left top;    
}

#navigation li .bulletBlue{
    background:url(img/bulletBlue.gif) no-repeat left top;    
}

#navigation li .bulletGrey{
    background:url(img/bulletGrey.gif) no-repeat left top;    
}

.stripline{
    width:706px;
    margin:0 0 5px 0;
    clear:both;
}

.blue{
    height:23px;
    background-color:#6AA9C5;
}

.red{
    height:27px;
    background-color:#420000;
}

h1, h2{
    margin:0;
    color:#420000;
    font-size:11px;
    font-weight:bolder;
    text-transform:uppercase;
    line-height:15px;   
}

p{
    margin:0 0 10px;
}

a{
    text-decoration:none;
    color:#009FE1;   
}

table{
    margin:0 0 10px;
}

.lead{
    margin:0 0 15px 0;
    font-size:11px;
    line-height:15px;
    color:#58585A;
}

.floatText{
    text-align:justify;
    line-height:13px;    
}