@charset "utf-8";
/* CSS Document */
html {
	background-color: #333333;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/site_background.png);
	height: 768px;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #menu {
	width: 710px; 	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 4px 4px 0 4px;
}
.oneColFixCtrHdr #menu a {
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
.oneColFixCtrHdr #menu a:hover{
	text-decoration: underline;
}

.oneColFixCtrHdr #container {
	width: 717px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 8px 8px 0px 8px; 
	height: 177px;
	background-image:url(../images/sub_top.png);
	background-repeat:no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #headerproj {
	padding: 8px 8px 0px 8px; 
	height: 33px;
	background-image:url(../images/proj_top.png);
	background-repeat:no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 4px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
}

.oneColFixCtrHdr #headerproj h1 {
	margin: 0;
	padding: 0px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
}

a {
 	color:red;
}

.biglink {
 	color:black;
	font-weight:bold;
	font-size:18px;
}
.biglink: visited
{
	color:#666666;
}

.subTable{
	margin-left: 20px;
	margin-right: 20px;
	width: 668px;
}

.photo {
	float:left;
	margin: 10px 20px 10px 20px;
}

.oneColFixCtrHdr #mainContent {
	padding: 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/sub_middle.png);
	background-repeat: repeat-y;
	background-position: top;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
}
.oneColFixCtrHdr #mainContent h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	color:#666666;
}
.oneColFixCtrHdr #mainContent .title {
	padding: 2px 0px 18px 0px;
	font-size: 16px;
	font-weight: bold;
	color:#666666;
}
.oneColFixCtrHdr #mainContent h3 {
	margin: 0;
	padding: 4px 0 0 0;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
}
.oneColFixCtrHdr #mainContent .emph {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	color: red;
}
.oneColFixCtrHdr #footer {
	padding: 4px 0 2px 6px;
	height: 103px;
	background-image:url(../images/sub_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}
#copyright {
	width: 100%;
	text-align:center;	
	font-size: 11px;	
}
#copyright .quote {
	font-weight: bold;
	font-size: 18px;
	color: red;
}
.bullet{
	margin: 0 2px 0 2px;
}
#copyright a {
	color: red;
	text-decoration: none;	
}
#copyright a:hover {
	text-decoration:underline;
}