body
{
    font-size: 1em;
	font-family: Helvetica, Arial, Sans-Serif;
    text-align: center;
    padding-bottom: 2em;
    margin: 0px;
	color: #383838;
	background-color: #EEEEEE;
}

.width
{   
    width: 1000px;
    margin: 0px auto;
    text-align: left;
}

.somethingspecial
{
    width: 100%;
    text-align: center;
}

.smallText
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.1em;
}

.largeText
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
}

.largeTextB
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
    font-weight: 600;
}

.deftextboxsize
{
    width: 175px;
    font-size: 0.9em;
    font-family: Helvetica, Arial, sans-serif;
}

.defdropdownsize
{
    width: 180px;
    font-size: 0.9em;
    font-family: Helvetica, Arial, sans-serif;
}

.lgtextboxsize
{
    width: 200px;
    font-size: 0.9em;
    font-family: Helvetica, Arial, sans-serif;
}

.lgdropdownsize
{
    width: 205px;
    font-size: 0.9em;
    font-family: Helvetica, Arial, sans-serif;
}

.heading
{
    font-size: 1.4em;
    font-weight: 800;
    font-family: Helvetica, Arial, sans-serif;
}

h1
{
    font-size: 1.7em;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

h2
{
    font-size: 1.4em;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

h3
{
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

h4
{
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

h5
{
    color: #3671A1;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
}

h6
{
    color: #3671A1;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px;
    line-height: 1.4em;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.nlHeading
{
    font-size: 1.1em;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.nlHeading2
{
    color: #03277C;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.nlHeading3
{
    color: #03277C;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.playText
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

a:link {text-decoration: underline; color: #3B5998;}
a:visited {text-decoration: underline; color: #5D6286;}
a:active {text-decoration: underline; color: #3B5998;}
a:hover {text-decoration: underline; color: #282A39;}

.blinky
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; font-family: Helvetica, Arial, Sans-Serif;}
#menu li {float:right; margin-right:0px;}
#menu li a {display:block; float:left; height:30px; line-height:30px; background:#000000; color:#FFFFFF; text-decoration:none; font-size:1em; font-weight:bold; padding:0 30px 0 20px;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

#menu a:link { color: #FFFFFF; text-decoration: underline; }

#menu a:visited { color: #FFFFFF; text-decoration: underline; }

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative; color:#CCCCCC; text-decoration: none;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#FFFFFF; text-decoration: none;}
#menu li:hover > a.sub {color:#FFFFFF; text-decoration: none;}

#menu li a.sub {background: #000000 url(../images/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:30px; width:140px; background:#444444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:140px; top:-1px; background:#222222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666666;}
#menu :hover ul li a {width:140px; padding:0; text-indent:10px; background:#000000; color:#FFFFFF; height:30px; line-height:30px;}

#menu :hover ul :hover { color:#CCCCCC; text-decoration: none;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3E3E3E; color:#FFFFFF;}
#menu :hover ul :hover ul :hover {background-color:#DD7700; color:#FFFFFF;}

.bottomNav
{
     background-color: #000000;
     color: #FFFFFF;
     height: 30px;
}

.bottomNav ul 
{
    list-style: none;
	padding: 0px;
	margin: 0px;
}

.bottomNav li
{
    color: #FFF;
    display: inline;
    margin: 0px;
    padding: 0px 5px 0px 5px;
}

.bottomNav span 
{
    white-space: nowrap;
}

.bottomNav a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomNav a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomNav a:hover 
{
    cursor: pointer;
    color: #CCCCCC;
	text-decoration: none;
}

.callout
{
    border:solid 1px #AAA;
	background-color: #E4E9D6;
}

.required
{
    color: Red;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

ol
{
    margin-top: 0px;
    margin-bottom: 0px;
}

center
{
    width: 1000px;
    margin: 0px auto;
    text-align: center;
}

centerTable {
    text-align: center;
}

centerTable2 {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.bottomcallout a:active 
{
    color: #383838;
	text-decoration: none;
}

.bottomcallout a:link
{
	color: #383838;
	text-decoration: none;
}

.bottomcallout a:visited
{
	color: #383838;
	text-decoration: none;
}

.bottomcallout a:hover 
{
    color: #383838;
	text-decoration: none;
}

.reqcolumn
{
    color: #FF0000;
    font-size: 0.8em;
    /*font-weight: bold;*/
}