body 
{
	background: url('images/bg_vert_blue_short.gif') repeat-y;
	font-family: Garamond Serif;
	margin-left: 150px;
	margin-right: 10%;
}

p{}

h1{}

a:link, a:visited, a:hover, a:active
{
	background: none;
}

/*************************  ID's  *************************/

.logoHeader
{
	text-align: center;
}

.centerDoc 
{
	clear: left;
	float: none;
}

.footer
{
	clear: left;
	float: none;
	text-align: center;
	font-size: smaller;
	color: Gray;
}

#projects
{
	list-style: none;
}

.addressBorder
{
	text-align: center;
	border: navy thick double;
	margin-left: 10%;
	padding:10px 10px 10px 10px;
}

#imglinks a:link, #imglinks a:hover, #imglinks a:visited, #imglinks a:active
{
	background: none;
	border: none;
}

/*************************  Tab Area  *************************/

#tabs
{
	vertical-align: middle;
	font-size: larger;
	float: left
}

#tabs a:link, #tabs a:visited
{
	color: White;
	float: left;
	padding: 0 0 0 7px;
	text-decoration: none;
	margin-right: 2px;
	background: url("images/bluetableft.gif") no-repeat left top;
}

#tabs a span
{
	display: block;
	padding: 5px 8px 5px 1px;
	background: url("images/bluetabright.gif") no-repeat right top;
}

#tabs a:hover, #tabs a:active
{
	font-weight: bold;
	float: left;
	padding: 0 0 0 7px;
	text-decoration: none;
	margin-right: 2px;
	background: url("images/redtableft.gif") no-repeat left top;
}

#tabs a:hover span, #tabs a:active span
{
	display: block;
	padding: 5px 15px 5px 8px;
	background: url("images/redtabright.gif") no-repeat right top;
}

#usdtabs
{
	vertical-align: middle;
	font-size: larger;
	float: right;
}

#usdtabs a:link, #usdtabs a:visited
{
	color: White;
	float: right;
	padding: 0 0 0 7px;
	text-decoration: none;
	margin-right: 2px;
	background: url("images/usdltbluetableft.gif") no-repeat left bottom;
}

#usdtabs a span
{
	display: block;
	padding: 5px 8px 5px 1px;
	background: url("images/usdltbluetabright.gif") no-repeat right bottom;
}

#usdtabs a:hover, #usdtabs a:active
{
	font-weight: bold;
	float: right;
	padding: 0 0 0 7px;
	text-decoration: none;
	margin-right: 2px;
	background: url("images/usdredtableft.gif") no-repeat left bottom;
}

#usdtabs a:hover span, #usdtabs a:active span
{
	display: block;
	padding: 5px 15px 5px 8px;
	background: url("images/usdredtabright.gif") no-repeat right bottom;
}
