body {
	font: bold 11px/1.5em Verdana;
	background-image: url(graphics/pageBG.jpg);
	background-repeat: repeat-x;
	background-color: #222;
	margin: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	}
.leftcolumn {
	border: thin dashed #555;
	background-color: #444;
	font-style: normal;
	font-weight: 100;
	color: #CCC;
	font-size: 13px;
}
.font-light-gray {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	font-style: normal;
	line-height: 22px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	border-bottom:1px solid #2763A5;
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:right;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
.bottomboxes {
	border: thin dashed #CCC;
	background-color: #FFF;
	font-style: normal;
	font-weight: 100;
	color: #333;
	font-size: 13px;
}
.pageheader {
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 1px;
}
.photoborder {
	border: thin solid #FFF;
}
.leftcolumn strong {
	color: #FFF;
	font-size: 14px;
}

