div{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

body{
	margin:0;
	padding:0;
	font: 8pt arial,sans-serif;
	text-align:center;
	background: #535353;
	height: 100%;
	width: 100%;
}

p{
	margin:0px 0px 10px
}

a{
	color: #02709b;
}

h3{
	margin: 0px 0px 10px 0px;
	color: #02709b;
}

h4{
	font: 10pt arial, tahoma, sans serif;
	font-weight: bold;
	color: #333;
	margin: 5px; 
}

h4 a{
	text-decoration: none;
	color: #333;
}

h4 a:hover{
	text-decoration: underline;
	color: #666;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table#bodyContainer{
	height: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
	background: #535353;
	/* position: relative; */
	top: 0px;
	left: 0px;
}

table#centerTemplate{
	width: 892px;
	height: 100%;
	padding: 0px;
	margin: auto;
}

#leftMargin{ 
	width: 50px;
	height: 100%;
	padding: 0px;
	background-image: url(../images/marginLeft.gif);
	background-repeat: repeat-y;
}

#rightMargin{ 
	width: 50px;
	height: 100%;
	padding: 0px;
	background-image: url(../images/marginRight.gif);
	background-repeat: repeat-y;
}

#contentBorder{
	height: 100%;
	border: 1px solid black;
	background: #FFF;
	vertical-align: top;
	padding: 10px 10px 0px 10px;
}

#contentTemplate{
	width: 100%;
	height: 100%;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
}

#contentTemplate td{
	vertical-align: top;
}

#header{
	background-image: url(../images/main_logo.jpg);
  	background-repeat: no-repeat;
	height: 189px;
	border: 1px solid #535353; 
}
td#menuBar{
	border: 1px solid #535353;
	padding: 0px;
	padding: 0px;
	margin: 0px;
}
div#menuBar{
	text-align: left;
	background-image: url(../images/fadeMenu.gif);
	background-repeat: repeat-x;
	height: 24px;
	border: 1px solid #AAA;
	color: #555;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 10px;
}

#menuBar a{
	font-weight: bold;
	color: #555;
	text-decoration: none;
	line-height: 24px;
}

#menuBar a:hover{
	font-weight: bold;
	color: #02709b;
	text-decoration: underline;
}

#fadeGap{
	background-image: url(../images/fadeVertDown.gif);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
}

#mainContent {
	height: 100%;
	min-height: 500px;
	padding: 15px 25px 10px 25px;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font: 9pt arial,sans-serif;
	line-height: 120%;
}

td#footer {
	padding: 0px 20px 5px 20px;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
}
td#footer p{
	padding: 0px 5px;
	font: 8pt arial,sans-serif;
	color: #666;
}

hr {
	height: 1px;
	color: #666;
}

div#divLeftMenu{
	float: left;
	height: 100%;
	position: relative;
	top: -39px;
	left: -25px;
}

#leftMenu{
	width: 200px;
	height: 100%;
	min-height: 360px;
	float: left;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

#leftMenuContent{
	background-image: url(../images/bgLeftMenu.gif);
	background-repeat: repeat-x;	
	padding: 20px 15px 5px 20px;
	font: 10pt arial,sans-serif;
	font-weight: bold;
	color: #666;
	height: 360px;
}

#leftMenuContent a{
	text-decoration: none;
}

#leftMenuContent a:hover{
	text-decoration: underline;
}

#leftMenuContent ul{
	list-style: none;
	margin-left: 0;
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}

div#divMainContent{
	float: left;
	width: 518px;
}

#fadeGapLeft{
	background-image: url(../images/fadeHorzRight.jpg);
	background-repeat: no-repeat;
	width: 20px;
}


#footerMenu {
	font-size: 8pt;
	color: #535353;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

#footerMenu a{
	font-size: 8pt;
	font: 8pt arial
	font-weight: bold;
	color: #535353;
	text-decoration: none;
}

#footerMenu a:hover{
	color: #02709b;
	text-decoration: underline;
}

.streakContentTop{
	height: 1px;
	width: 100%;
	background-image: url(../images/lineStreak.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
}

.streakContentBot{
	height: 1px;
	width: 100%;
	background-image: url(../images/lineStreak.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

.streakContent{
	width: 100%;
	background-image: url(../images/lineStreak2.gif);
	background-repeat: repeat-y;
	padding: 10px;
}


.projSummary{
	margin: 10px;
	padding: 5px;
	background: #EEE;
	font: 8pt arial, tahoma, sans serif;
}

#specialInit{
	padding-left: 50px;
}

#specialInit h4{
	font: 12pt arial, sans serif, tahoma;
	font-weight: bold;
	color: #333;
	margin: 5px; 
}
