@import url(navigation.css);
body, html {
	behavior:url("css/csshover.htc");
  background-color: #fff;
  margin: 0 0 0 0;
  text-align: left;
  font-family: "trebuchet MS";
  font-size: 12px;
  background-color: #fff;
	line-height: 150%;
	background-color: #383838;
	height: 100%;
	color: #666;
}

#container {
	position: relative;
	width: 951px;
	height: auto;
	background-image: url('../images/container.jpg');
	z-index:1;
}

#header{
	position: relative;
	background-image: url(../images/header.jpg);
	width: 951px;
	height:74px;
}

#tabloid{
	position: relative;
	width: 240px;
	height: 20px;
	padding: 2px;
	left: 480px;
	top: 48px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#headerMain{
	position: relative;
	background-image: url(../images/headerMain.jpg);
	width: 951px;
	height:204px;
	z-index:2;
}

#hdrLeftCnt{
	position: relative;
	width: 672px;
	float: left;	
	padding: 10px;
	height: auto;
}

#pageInfo{
	color: #fff;
	font-size: 12px;
	line-height: 145%;
}

#pageInfo2{
	position: absolute;
	left: 330px;
	width: 350px;
	color: #fff;
	font-size: 12px;
	line-height: 145%;
	text-align: right;
}

#hdrRightCnt{
	position: relative;
	width: 238px;
	height: auto;
	float:left;
	padding: 8px;
	font-size: 11px;
}

#mainContainer{
	position: relative;
	width: 951px;
	height: auto;	
}

#mainLeftCnt{
	position: relative;
	width: 672px;
	float: left;	
	padding: 10px;
	height: auto;
}

#mainRightCnt{
	position: relative;
	width: 238px;
	height: auto;
	float:left;
	border-top: 1px dashed #ccc;
	padding: 8px;
	font-size: 11px;
}

.projectTitle{
	color: #FF9900;
	font-weight: bold;
	font-size:12px;
}

#footer{
	position: relative;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	width: 951px;
	height: 160px;
}

#footerNavigation{
	position: absolute;
	top: 100px;
	left: 15px;
	width: auto;
	height: 20px;
}

#copyRight{
	position: absolute;
	top: 119px;
	left: 670px;
	width: auto;
	height: 20px;
}

#validProgramming{
	position: absolute;
	top: 135px;
	left: 850px;
	width: auto;
	height: 20px;
}

#footerDivider{
	position: absolute;	
	width: 692px;
	height: 73px;
	border-right: 1px dashed #a2a2a2;
	z-index: 2;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.border_box{
border: 1px dashed #000;
padding: 5px 5px 5px 5px;
width: 98%;
}

.error_box {
width: 98%;
border: 1px solid #333;
background-color:#FF9966;
padding: 5px 5px 5px 5px;
color: #000;
}

.textfield_general{
	width: 250px;
	height: auto;
	border: 1px solid #666;
}

.textarea_general{
	width: 550px;
	height: 125px;
	border: 1px solid #666;
}

.warning_box {
width: 98%;
background-color:#e6d800;
border: 1px solid #333;
padding: 5px 5px 5px 5px;
}

.success_box {
width: 98%;
background-color:#ff8400;
border: 1px solid #333;
padding: 5px 5px 5px 5px;
color: #000;
}

a:link {
color: #0094ff;
text-decoration:none;
}

a:hover {
color: #0094ff;
text-decoration:none;
}

a:visited {
color: #0094ff;
text-decoration:none;
}

a:active {
color: #0094ff;
text-decoration:none;
}