/*Redefined Tags*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 120%;
	color: #000000;
	letter-spacing: .08em;
	word-spacing: .1em;
}
#needPageContent ul {
	margin-left: 0px;
	padding-left: 10px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 120%;
	color: #000000;
	letter-spacing: .08em;
	word-spacing: .1em;
	padding-top: 5px;
/*	margin-left: 20px;
*/}	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #1b4e9c;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #1b4e9c;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #1b4e9c;
	margin-bottom: 0px;
}
.noMargin {
	margin-top: 2px;
}

/*Layout*/
#container {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* Menu */
#menuContainer {
	width: 850px;
	height: 30px;
	background-image: url(../images/menu_bg.png);
	text-align: right;
	position: relative;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000000;
	float: right;
}
#menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#menu li a.right:link, #menu li a.right:visited, #menu li a.right:hover, #menu li a.right:active {
	border-right: none;
}
#menu li a.activeRight:link, #menu li a.activeRight:visited, #menu li a.activeRight:hover, #menu li a.activeRight:active {
	background-image: url(../images/menu_bg_over.png);
	color: #1b4e9c;
	border-right: none;
}
#menu li a.active:link, #menu li a.active:visited {
	background-image: url(../images/menu_bg_over.png);
	color: #1b4e9c;
}
#menu li a:link, #menu li a:visited {
	display: block;
	height: 30px;
	background-image: url(../images/menu_bg.png);
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 9pt;
	line-height: 30px;
	color: #333333;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	float: left;
}
#menu li a:hover, #menu li a:active {
	display: block;
	height: 30px;
	background-image: url(../images/menu_bg_over.png);
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 9pt;
	line-height: 30px;
	color: #1b4e9c;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
}

/* Header */
#header {
	width: 850px;
	height: 176px;
	position: relative;
}
#header h1{
	display: none;
}
#header p {
	display: none;
}
.headerBG1 {
	background-image: url(../images/header.png);
}
.headerBG2 {
	background-image: url(../images/header_2.png);
}
.headerBG2a {
	background-image: url(../images/header_2a.png);
}
.headerBG3 {
	background-image: url(../images/header_3.png);
}
.image {
	margin-right: 40px;
	margin-bottom: 40px;
}
#body {
	position: relative;
	margin: 20px;
	clear: both;
}
#frontPageImage {
	width: 326px;
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
#frontPageContent {
	margin-left: 366px;
}
#needPageImage {
	width: 326px; 
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
}
#needPageContent {
	margin-left: 366px;
}
}
#techPageImage {
/*	width: 326px; */
	margin-left: 40px;
	margin-bottom: 120px;
	float: right;
}
#center {
	clear: both;
	text-align: center;
}
}
#right {
	clear: both;
	text-align: right;
}
#footer {
	position: relative;
	height: 80px;
	width: 850px;
	background-image: url(../images/footer_bg.png);
	clear: both;
	margin-top: 20px;
  margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}
#footerText {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1em;
	margin-left: -8em;
	text-align: center;
}
#footerText a:link, #footerText a:visited {
	color: #FFFFFF;
}

