﻿/* Standard setup
*************************************************************/
body {
	background: #333333;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, Arial; 
	font-size: 8pt;
	margin: 0;
	scrollbar-face-color: #333333;
  	scrollbar-base-color: white;
  	scrollbar-shadow-color: white;
  	scrollbar-highlight-color: white;
  	scrollbar-3dlight-color: #333333;
  	scrollbar-darkshadow-color: #333333;
  	scrollbar-track-color: #333333;
  	scrollbar-arrow-color: white;
}
p {
font-size: 9pt;
}
td {
font-size:9pt;
}
	
h1 {
	color: #ff9900;
	font-size: 12pt;
	margin: 0;
	padding: 0; 
}	
h2 { color: #ff9900; font-size: 12pt; }
h3 { color: #ff9900; font-size: 110%; }

a { color: #fff; }

img { border: none; }


/* Header
*************************************************************/
.sgHead {
	color: white;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 40pt;	
	vertical-align: middle;
}
.sgSub {
	color: #FB9C00;
	font-family: Arial;
	font-weight: bolder;
	font-size: 22pt;	
	vertical-align: middle;
	padding-left: 52px;
}

/* Footer
*************************************************************/
.sgFoot {
	color: white;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;	
	vertical-align: middle;
}

/* Content table
*************************************************************/
#content { border-collapse: collapse; margin: 0 auto; width: 900px; margin-top: 30px; }
#content td {
	font-weight: normal; 
	color: #fff;
	font-size: 90%;
}
#content td.header { height: 200px; }
#content table#mid-section { width: 100%; }
#content table#mid-section td { 
	font-size: 110%;
	font-weight: bold; 
	margin: 0 auto; 
	padding-bottom: 25px;
	text-align: center; 
	vertical-align: top;
}
#content table#mid-section td a { margin-bottom: 5px; text-decoration: none; }
#content table#mid-section td img { margin-bottom: 5px; }
#content td.side-menu-links { padding-top: 25px; text-align: right; }
#content td.side-menu-links p { margin: 5px 0; }
#content td.side-menu-links a {
	color: #ff9900;  
	font-size: 2em; 
	font-weight: bold;
	text-decoration: none;
}
	
}
#content td#footer { height: 150px; }

.projectover {
	background-color: #333;
	color: #fff;
	background-image:url('../images/arrow_h.gif');
	background-position:right;
	background-repeat: no-repeat ;
}
	
.frame {
	overflow: hidden; 
	height: 405px; 
	text-align: center; 
	width: 810px;
}
.majorbtn {
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background-color: #333333;
	border: 1px solid #fff;
}
.field {
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid;
}
