BODY{
	background-color : #E2F7FF;
	margin : 0 0 0 0;
	padding : 5px 10px 10px 10px;
	text-align : center;
}

A{
	color : #900;
	text-decoration : none;
}
A:hover{
	color : #900;
	text-decoration : underline;
}

h1{
	font-size : 200%;
	font-weight : normal;
	background-image : url(../gfx/underline.gif);
	background-repeat : no-repeat;
	background-position : 100% 100%;
	padding : 0 0 5px 0;
	margin : 0 0 12px 0;
	color : #007A69;
}
h2{
	font-size : 160%;
	font-weight : normal;
	padding : 0 0 0 0;
	margin : 0 0 8px 0;
	color : #007A69;

}

P{
	padding : 0 0 0 0;
	margin : 0 0 1em 0;
}

label{
	color : #007a69;
	text-align : left;
}
OL{
	clear : both;
	padding : 0;
	margin : 0 25px 1em 25px;
	text-align : left;
}
UL{
	padding : 0;
	margin : 0 25px 1em 25px;
	text-align : left;
}

UL LI{
	list-style : none;
	padding : 0 0 0 20px;
	margin : 0 0 5px 0;
	background-image : url(../gfx/bullet-menu.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
}

#frame{
	border-left : none;
	border-right : none;	
	background-color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	width : 100%;
	margin : 0 auto 0 auto;
	padding : 0;
}

#header{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	background-image : url(../gfx/header-bgi.gif);
	background-repeat : no-repeat;
	text-align : center;
	width : 750px;
	margin : 0 auto 20px auto;
	padding : 3px 0 2px 0;
}

#footer{
	display : none;
}

#footer A{
	color : #7A0000;
	text-decoration : none;	
}

#footer A:hover{
 text-decoration : underline;	
}

#cwn{
	position : absolute;
	right : 15px;
	top : 2px;
	width : 200px;
	text-align : right;
	display : block;
}

#updated{
	position : absolute;
	left : 18px;
	top : 2px;
	width : 200px;
	text-align : left;
	display : block;
}

#columnOne{
	display : none;
}

#columnTwo{
	float : none;
	width : auto;
	text-align : justify;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

#upperBlock{
	display : none;
}
.clear{
	clear : both;
	font-size : 5%;
	height : 1px;
}

#menuBox{
	border : 1px solid black;
	background-color : #92E1FF;
	padding : 5px 10px 5px 10px;
	margin : 0 auto 3px auto;
}


.newsitem{
	float : right;
	clear : right;
	width : 180px;
	margin : 0 0 0 15px;
	font-size : 90%;
}

.newsitem .story{
	padding : 5px 5px 0 5px;
	border : 1px solid black;
	background-color : #FFFFE7;
}
.newsitem .story h3{
	background-image : none;
	margin : 0 0 5px 0;
	padding : 0 0 0 0;
	font-weight : bold;
	font-size : 100%;
	color : #900;
	
}
.newsitem .story P{
	margin : 0 0 5px 0;
	color : #333;
	line-height : 14px;
}

P.moreinfo{
	background-image : url(../gfx/bullet-menu2.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
	padding : 0 0 3px 15px;
	text-align : left;
}
div.title{
	margin : 0 0 2px 0;
	padding : 0 0 0 0;
	background-image : url(../gfx/title-bgi.gif);
	background-repeat : no-repeat;
	background-position : 0% 0%;
	border-right : 1px solid black;
	height : 20px;
}

div.title H2{
	padding : 3px 0 0 28px;
	margin : 0 0 0 0;
	color : black;
	font-size : 100%;
	font-weight : bold;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	background-repeat : no-repeat;
	background-position : 1px 1px;
	border : none;
}

#flashBlock{
	position : absolute;
	top : 10px;
	right : 0px;
	text-align : right;
	width : 251px;
	height : 94px;
	padding : 0 0 0 0;
}

#logo{
	position : absolute;
	top : 0;
	left : 0px;
	text-align : left;
	width : 233px;
	height : 104px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

.dataTable{
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
}
.dataTable TH{
	border : 1px solid black;
	padding : 1px 5px 1px 5px;
	border-collapse : collapse;
	background-color : #FFA82B;
	text-align : left;
	vertical-align : middle;
}
.dataTable TD{
	border : 1px solid #999;
	padding : 2px 5px 2px 5px;	
	border-collapse : collapse;
	vertical-align : top;
	color : #007a69;
}

.dataTable tr.highlight{
	background-color : #f0f0f0;
}
#jobDetail H1{
	font-size : 130%;
	font-weight : bold;
	text-align : left;
	margin : 24px 0 10px 0;
}
#jobDetail H2{
	font-size : 100%;
	text-transform : uppercase;
	font-weight : normal;
	margin : 0 0 2px 0;
	padding : 0 0 0 0;
	color : #007A69;
}

#researchActivityDetail H2{
	font-size : 100%;
	text-transform : uppercase;
	font-weight : normal;
	margin : 0 0 2px 0;
	padding : 0 0 0 0;
	color : #007A69;
}

.newsSeperator{
	float : right;
	clear : right;
	display : block;
	width : 180px;
	margin : 0 0 0 15px;
	padding : 10px 0 0 0;
}

.menuSeperator{
	display : block;
	width : 180px;
	margin : 2px 0 8px 3px;
	padding : 0 0 0 0;
}

.formformat{
	width : 370px;
	border : 1px solid black;
	padding : 1px 3px 1px 3px;
	margin : 0 4px 0 4px;
	background-color : #ffd698;
	background-color : #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;	
}

.formformat2{
	width : 280px;
	border : 1px solid black;
	padding : 1px 3px 1px 3px;
	margin : 0 4px 0 4px;
	background-color : #ffd698;
	background-color : #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
}

table.checkboxTable{
	width : 100%;
}
table.checkboxTable TD{
	width : 50%;
	vertical-align : top;
	padding : 0 0 0 22px;
	text-align : left;
}
table.checkboxTable Label{
	color : black;
	font-size : 90%;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
table.checkboxTable input{
	color : #c03;
	font-size : 90%;
	margin : 0 5px 0 -25px;
	padding : 0 0 0 0;
}

.fakelabel{
	color : #007a69;
}