*{
    font-family: Arial, Verdana;
    font-size: 10pt;
}
a{
    color: #000;
    text-decoration: none;
}
a:visited{
    color: #000;
}
a:hover{
    color: #999;
}
body{
    background: #dddddd;
}
td{
    vertical-align: top;
}
#container{
    width: 780px;
    margin: auto;
    background: #ffffff;
    border: solid 1px #000;
}
#navstrip{
    width: 100%;
    background: #000;
    color: #fff;
    font-style: italic;
}
#navstrip a:link, #navstrip a:visited{
    color: #fff;
}
#navstrip a:hover{
    color: #999;
}
#navstrip td{
    vertical-align: baseline;
}
#boilerplate{
    clear: both;
    background: #ddd;
    color: #666;
    font-size: 7pt;
    padding: 5px;
}
#left_panel{
    float: left;
    height: 100%;
    width: 200px;
    border-right: solid 1px #ccc;
    padding: 10px;
}
#margin_for_left_panel{
    margin-left: 210px;
}
#right_panel{
    float: right;
    height: 100%;
    width: 200px;
    border-left: solid 1px #ccc;
    padding: 10px;
}
#margin_for_right_panel{
    margin-right: 210px;
}
#main_window{
    padding: 20px;
}
#bigcolin{
    margin-left: 150px;
    width: 300px;
    height: 446px;
    background-image: url('../images/bigcc.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}
#angles{
    float: right;
    font-family: Times New Roman;
    margin-top: 20px;
    padding-right: 30px;
    font-size: 24pt;
    font-style: italic;    
}
#recent_articles{
    padding: 10px;

}
#latest_blog{
    width: 200px;
    height: 166px;
    float: left;
    position: relative;
    bottom: -300px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    overflow: hidden;
}
#latest_blog_title{
    font-weight: bold;
    font-size: 8pt;
}
#latest_blog_body{
    font-size: 10pt;
    text-align: justify;
}
#latest_blog_more{
    padding-top: 5px;
    text-align: right;
}
#latest_blog_more a{
    font-size: 8pt;
}
.colincameron{
   font-family: Times New Roman;
    font-size: 16pt;
    font-style: italic;    
}
.recent_article{
    padding-bottom: 20px;
}
.recent_article_title, .recent_article_title a{
    font-weight: bold;
    font-size: 8pt;    
}
.recent_article_publication{
    color: #999;
    font-size: 8pt;    
}
.recent_article_body{
    text-align: justify;
    font-size: 8pt;    
}
.recent_article_more a{
    text-align: right;
    font-size: 8pt;    
}
.recent_article_more{
    text-align: right;
}
#page{
}
#page_body{
  overflow: hidden;
}
#page_title{
    font-weight: bold; 
}
#page_subtitle, #page_subtitle a{
    color: #999
}
#notes{
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 10px;
    font-style: italic;
    border-left: 1px #ccc solid;
}
#notes_title{
    font-weight: bold;
}
#notes_body{
}
#archives{
}
#archive_title{
    background: #000;
    color: #fff;
}
.archive_article{
    margin-top: 10px;
}
#archive_months{
    margin-top: 10px;
    border-top: solid 1px #ccc;
    padding-top: 5px;
}
#little_cc{
    float:right;
}
