
.headerTable
{
	margin: 0px; 
	padding: 0px;  
	width: 100%;
}

/* Body types */
#body 
{
	background-image: url(mainBKG.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top left;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	margin: 0px;
	width: 100%;
}

#container
{
	height: 100%;
	margin: 0px; 
	padding: 0px;
	width: 100%;
}

#content
{
	width: 100%;
    background-color: white;
    color: black;
    font-family: verdana;
    font-size: 10pt;
    padding-top: 5px;
}

#copyright
{
	clear: both;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}

#footer
{
	height: 25px;
}

/*************************************************/


fieldset
{
    border: 1px solid #BBBBBB;
    padding: 0.3em;
}

legend
{
    font-weight: bold;
    color: #333333;
}

button, input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    display: block;
    float: left;
    width: 10em; 
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

label
{
    display: block;
    float: left;
    text-align: right;
    width: 8em;
    padding-right: 0.5em;
    margin-bottom: 0.5em;
}

input.upperCase
{
    text-transform: uppercase;
}




#naet
{
    background-color: white;
    color: black;
    font-family: verdana;
    font-size: 10pt;
    padding-top: 5px;
}
#naet h1
{
    font-family: arial;
    font-size: 18pt;
    font-weight: normal;
    color: red;
    text-align: center;
}
#naet p
{
    padding-left: 6em;
    padding-right: 6em;
    font-family: verdana;
    font-size: 12pt;
}
#naet a
{
    color: black;
    font-family: verdana;
    font-size: 12pt;
}

#quickTrack
{
    /*width: 55em;*/
    float: right;
    padding-right: 5em;
    padding-top: 1em;
}

#quickTrack fieldset legend
{
	font-weight: bold;
	font-size: 10pt
}

#quickTrack br
{
	clear: left;
	height: 0.1em;
	line-height: 0.0em;
	font-size: 0em;
}

#quickTrack label
{
	display: block;
	padding: 2px 0px 2px 0px;
	text-align: left;
	margin-bottom: 0em;
	width: 13em;
}

#searchTypeContainer
{
	margin-left: 13em;
}

#searchTypeLabel
{
    width: auto;
}

#searchType
{
    width: auto;
}

#quickTrackButtonContainer
{
    text-align: right;
    margin-left: 13em;
}

#quickTrackButtonContainer button
{
    width: auto;
    font-size: 10pt;
    text-transform: none;
}

#links
{
    padding-left: 2em;
}
