@charset "utf-8";
/* CSS Document */

body {

/* added */
background-color:#18305a;
margin: 0;
padding: 0;
font-family:verdana;
color: #455560;
font-size: 11px;
line-height: 14px;

}

#wrapper {

width:880px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
/* background-image:url(images/background.jpg);
background-repeat:repeat-y; */

}

#header {

}

#content {

width:880px;
/* margin-left:25px;
margin-right:25px; */

}

#singlecolumn {

padding-left:15px;
padding-right:15px;

}

navbar {

    color: white;
    cursor: pointer;
    font-size: 9px;
    line-height: 14px;
    text-decoration: none;

}

h1 {

font-family: Times New Roman;
font-size: 30px;
font-weight: bold;
line-height: 30px;

}

h2 {

padding-top:20px;
padding-bottom:20px;
font-size: 16px;
font-weight: bolder;
}

td {

width:110px;
height:39px;
color:white;
font-size:9px;
line-height:14px;
text-decoration:none;
cursor:pointer;

}

#spotlight {

text-align:center;

}

#headshot {

float:left;
width:200px;

}

#bio {

float:left;
width:550px;

}

#clear {

clear:both;

}

#footer {

clear:both;
padding-top:30px;
padding-bottom:10px;
text-align:center;

}

#leftcol {

float:left;
width:400px;

}

#rightcol {

float:right;
width:400px;

}

#sidebar {

float:left;
width:160px;
/* added */
background-color:#efe3c6;
border-bottom:solid;
border-top:solid;
border-right:solid;
border-width:1px;
border-color:#000000;
padding-left:5px;
padding-right:5px;
margin-top:10px;

}

#spacerbar {

background-image:url(images/breadbg.gif);
    color: #18305A;
    font-size: 11px;
    font-weight: bolder;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
}

#main {

float:right;
width:675px;
padding-right:15px;
padding-top:5px;

}	

A:hover
{
    COLOR: #455560;
    FONT-STYLE: normal;
    TEXT-DECORATION: underline;
	font-size:11px;

}
A:active
{
    COLOR: #455560;
    FONT-STYLE: normal;
    TEXT-DECORATION: underline;
	font-size:11px;

}
A:visited
{
    COLOR: #455560;
    FONT-STYLE: normal;
    TEXT-DECORATION: underline;	
	font-size:11px;

}
A:link
{
    COLOR: #455560;
    FONT-STYLE: normal;
    TEXT-DECORATION: underline;
	font-size:11px;
}

p.sidebarheader {

    font-size: 12px;
    font-weight: bolder;
	COLOR: #455560;
	
}

.sidebarheader A:hover
{
    font-size: 12px;
    font-weight: bolder;
	COLOR: #455560;
	text-decoration:none;

}
.sidebarheader A:active
{
    font-size: 12px;
    font-weight: bolder;
	COLOR: #455560;
	text-decoration:none;

}
.sidebarheader A:visited
{
    font-size: 12px;
    font-weight: bolder;
	COLOR: #455560;
	text-decoration:none;

}

.sidebarheader A:link
{
    font-size: 12px;
    font-weight: bolder;
	COLOR: #455560;
	text-decoration:none;
}

#indexleftcol {

float:left;
width:300px;

}

#indexrightcol {

float:right;
width:350px;

}
