html
{
    height:100%;
    overflow-y:scroll;
}
body
{
    margin:0;
    height:100%;
    background-color:#606060;
    /*background-image:url(/bkgnd.png);*/
}
body a:link, body a:visited
{
	color:#352503;
	text-decoration:none;
}

#container
{
    width:950px;
    background-color:#ABB3DC;
    min-height:100%;
}
#overall-centering
{
    height:100%;
}
#banner
{
    line-height:0px;
    height:100px;
    text-align:left;
    background-color:#6f9255;
}
#content
{
	width:100%;
    text-align:left;
    font-family:Arial;
    /*Cambria,Palatino,Baskerville,"Book Antiqua","Nimbus Roman No9 L",FreeSerif,Georgia,"Palatino Linotype","Times New Roman",serif;*/
}

#content a
{
    color:inherit;
    outline:0;
}

#content a:hover
{
    text-decoration:none;
}

#menu
{
    font-family:Arial,helv,sans;
}
#menu-tab
{
    width:100%;
    text-align:center;
    background-color:#C8D3EA;
    color:White;
    font-weight:bold;
    font-size:90%;
    border-collapse:collapse;
    
}
#menu-tab td
{
    width:11%;
    padding-top:3px;
    padding-bottom:3px;
    color:#352503;
    cursor:pointer;
}

#menu-tab td.no-sel
{
	background-color:White;
}

#menu-tab td.sel:hover
{
    background-color:White;
    color:#93ac7b;
}

#menu-tab a
{
    text-decoration:none;
    color:inherit;
    outline:0;
}
.menu-but
{
    width:100%;
}
#headshot
{
}

.sect
{
	font-weight:bold;
	margin-bottom:10px;
}
.sect div
{
	margin-left:25px;
	font-weight:normal;
}
.sect div a:link, .sect div a:visited
{
	text-decoration:none;
	border-bottom:1px solid #c0c0c0;
}
.lightlink a:link, .lightlink a:visited
{
	text-decoration:none;
	border-bottom:1px solid #c0c0c0;
}

.blog-entry-title
{
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
	display:block;
}

.blog-date
{
	display:block;
	font-size:75%;
	margin-top:0px;
	margin-bottom:10px;
}
.minor
{
	font-size:80%;
}
.item-info
{
	font-family:Verdana,Arial,Helvetica,Helv,Sans;
	font-size:70%;
	line-height:normal;
	margin-bottom:10px;
	display:inline-table;
	width:145px;
}
.cms-error
{
	margin:20px;
	border:1px solid black;
	background-color:#e0e0c0;
	padding:10px;
	color:Black;
}
.lightbox img
{
	border:0;
}

