body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#mastheadright a:link, #mastheadright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#mastheadright a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 	font: bold 1em Arial,sans-serif;
	color: #005c99;
}
				
input{
	font-family: Arial,sans-serif;
	color: #005c99;
	font-weight: normal;

}

#masthead{
	position: absolute;
	top: 5px;
	left: 5px;
	width:751px;
	height: 72px;
	background-color: #FFFFFF;
	background-image: url(../image/nbLeft.png);
	background-repeat: no-repeat
	
}
#mastheadright 
{
	position: absolute;
	top: 5px;
	left: 756px;
	width: 299px;
	height: 72px;
	/*padding: 20px 0px 10px 50px; */
	background-image: url(../image/nbextend.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: left;
	padding-top: 20px;
}

#beta 
{
	color:Orange;
	font-size: smaller;
	font-weight:bold;
}

#masthead h1{
 color: #FFFFFF;
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 8px;
	font: bold 120% Arial,sans-serif;
	font-size: 16px;
}


#pagecell1
{
	top: 55px;
	left: 5px;
	width: 1050px;
	position: absolute;
	background-color: White;
	
}

#sectionLinks{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	color: #005c99;
	/*
	font-weight: bold;
	*/
	background-color: #E9F7FA;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	position: absolute;
	width: 178px;
	font-size: 12px;
	background-color: #E9F7FA;

}


#rightPanel 
{
	position: absolute;
	left: 200px;
	top: 0px;
	background-color: #FFFFFF;
	width: 849px;
}

#topPanel{
	padding: 20px 20px 14px 30px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #E9F7FA;
	width: 800px;
	/*
	top: 0px;
	left: 200px;
	width:849px;
	position: absolute; 
	*/
}

#content
{
	/*
    position: absolute;
	top: 60px; 
	width: 849px;
    
	border-top: 1px solid #ccd2d2;
	*/
	background-color: #FFFFFF;
	width: 849px;
}


/************ sectionLinks styles **************/


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	/*
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	*/
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	/*
	font-weight: bold;
	text-decoration: none;
	*/
	
}

#sectionLinks body, #sectionLinks table {
	color: #005c99;
	/*
	font-weight: bold;
	*/
}

