@charset "UTF-8";

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.portfolioTitles {
	font-size: 14px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(backBulb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.oneColFixCtr #menu {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(Logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuLinks {
	padding-top: 85px;
	padding-bottom: 10px;
}


.oneColFixCtr #textContent {
	width: 400px;
	margin-left: 350px;
}
.pageTitle {
	font-size: 20px;
}





html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,
variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
ol {
  margin-left: 1.4em;
  list-style: decimal;
}
ul {
  margin-left: 1.4em;
  list-style:square;
}
img {
  border: 0;
}

a.menuLink:link {
	text-decoration: none;
	color: #000000;
	
}
a.menuLink:visited { text-decoration: none;
color: #000000;}
a.menuLink:hover {
	text-decoration: none;
	color: #7de105;
}
a.menuLink:active { text-decoration: none;}
#footer p {
	text-align: center;
	font-size: 9px;
	color: #666666;
	padding-top: 10px;
}

a.footerLinks:link {
	text-decoration: none;
	color: #666666;
	
}
a.footerLinks:visited {
	text-decoration: none;
	color: #666666;
}
a.footerLinks:hover {
	text-decoration: none;
	color: #7de105;
}
a.footerLinks:active {
	text-decoration: none;
	color: #666666;
}




.pageSubTitle {
	font-size: 20px;
	margin-top: 10px;
}
.pageTitleHPage {
	font-size: 20px;
	padding-top: 140px;
}

.pageCopyHPage {
	font-size: 12px;
	padding-bottom: 140px;
}




.pageTitleUCPage {
	font-size: 20px;
	padding-top: 110px;
}

.pageCopyUCPage {
	font-size: 12px;
	padding-bottom: 250px;
}



a.copyLink:link {
	text-decoration: none;
	color: #000000;

}
a.copyLink:visited { text-decoration: none;
	color: #000000;}
a.copyLink:hover {
	text-decoration: none;
	color: #666666;
}
a.copyLink:active { text-decoration: none;}


.menuSpace {
	padding-right: 15px;
}
.portfolioTable {
	margin-right: auto;
	margin-left: auto;
}


.contactTitles {

}
