/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}

#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftColumn
{
	float: left;
	width: 180px; 
	height: 425px;
}

#contentColumn
{
	width: auto;
	height: 425px;
}

#innerLeft {padding: 10px; padding-top:25px;}
#innerContent {padding:25px; padding-top:3px;}

#masthead, #innerFooter { padding: 2px; }

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContent
{
	overflow: visible;
	height: auto;	
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeft, #contentColumn, #innerContent
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
	background-color: Black;
	color: White;
}

#innerFooter a:hover {color: Blue;}
#innerFooter a {color:white;}

#masthead
{
	border-bottom-width: 1px;
}
#contentColumn
{
	overflow: auto;
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 5px;
	margin: 0;
	font-family: "Georgia", Times, serif;
}
#pageFrame
{
	background: url(images/cap2.jpg) no-repeat left bottom;
	background-color: white;
	margin: 0px auto 0px auto;
	color: #000;
	width: 950px;
}


/* more complex */
a img
{
	border-width: 0;
}
.innerLeftColumn img
{
	display: block;
	margin: 0px;
	text-align: center; 
	background-color: B5D4C4;
}

/* note section styles */
.noteHeader { border-bottom: red; }
.noteBody { border-left: 1px solid #A0BDEB;
	    border-right: 1px solid #A0BDEB;
	    border-bottom: 1px solid #A0BDEB;}

/* resume styles */
.resumeHead { font-weight:bolder; font-size:x-large; font-family: sans-serif;}
.resumeSubhead {font-weight:bolder; font-size: large; font-family: sans-serif;}

.condensed { font-stretch: condensed;}

h1 {font-family: "Trebuchet MS", verdana, sans-serif; font-weight:900; font-size:20pt; }
h2 {font-family: "Trebuchet MS", verdana, sans-serif; font-weight:900; }
h3 {font-weight:900; margin:0;}
h4 {font-weight:900; margin:0;}

dt {font-weight: bold;}

p, dd {text-align: justify;}
font-family {\"Verdana\", \"sans-serif\";}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}

/* even more complex */
#innerLeft ul, .innerLeft ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#innerLeft ul
{
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
#innerLeft ul li
{
	/*border-top-width: solid 1px #000;
	border-left-width: solid 1px #000;
	border-right-width: solid 1px #000; */
	border-top: solid 1px #000;
}
#innerLeft ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #000;
	background-color: #eee;
	font-family: "Trebuchet MS", arial, helvetica, sans;
	font-weight: 700;
	font-variant: normal;
}
#innerLeft ul li a:hover
{
	background-color: #990000;
	color: #fff;
}



