body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: black;
	background-color: white;
}

table
{
	font-size: 11px;
}

.MenuGroup
{
/*
    cursor: pointer;
    cursor: hand;
    background-color: #F1F1F1;
    width: 120px;
*/
}
.MainMenuItem, .MainMenuItemOver, .MainMenuItemClicked
{
	text-indent: 10px;
	padding-top: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
    cursor: pointer;
    cursor: hand;
    color: #043253;
    width: 149px;
    height: 24px;
    background-image: url(images/menu/mainmenu-bg.gif);
    background-repeat: no-repeat;
    text-align: left; 
    vertical-align: top;
    background-color: #ffffff;
}
.MainMenuItemOver, .MainMenuItemClicked
{
    background-image: url(images/menu/mainmenu-over-bg.gif);
}

.ChildMenuItem, .ChildMenuItemOver, .ChildMenuItemClicked
{
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
    cursor: pointer;
    cursor: hand;
    color: #023e6a;
    width: 134px;
    background-image: url(images/menu/childmenu-bg.gif);
    background-repeat: repeat-y;
    text-align: left; 
    vertical-align: top;
}
.ChildMenuItemOver, .ChildMenuItemClicked
{
	width: 134px;
    background-image: url(images/menu/childmenu-over-bg.gif);
}

.ChildMenuItemTop
{
	width: 134px;
	height: 11px;
    background-image: url(images/menu/childmenu-top.gif);
    background-repeat: no-repeat;
}

.ChildMenuItemBottom
{
	width: 134px;
	height: 12px;
    background-image: url(images/menu/childmenu-bottom.gif);
    background-repeat: no-repeat;
}

table.topmenu
{
	background-image: url(images/topmenu/topmenu-bg.gif);
	background-repeat: repeat-x;
}

td.topmenuitem
{
	color: #000033;
	font-family: Verdana;
	font-size: 10px;
	border: solid 1px #1F588E;
	border-top: none;
	padding: 0px 6px 0px 6px;
	white-space: nowrap;
	vertical-align: middle;
}

td.topmenuitemborderedge
{
	border: none;
	border-bottom: solid 1px #1F588E;
	padding: 0px;
	white-space: nowrap;
}

td.topmenuitem a
{
	text-decoration: none;
	color: #000033;
}

td.topmenuitem a:hover
{
	text-decoration: none;
}

table.searchmodule
{
	background-image: url(images/search-bg.gif);
	background-repeat: repeat-y;
	background-color: #d1e0ea;
	color: #173747;
}

input#search
{
	width: 100px;
}

div.pathway
{
	font-size: 8pt;
	color: black;
	padding-left: 25px;
	padding-bottom: 7px;
}

div.pathway a, div.pathway a:visited
{
	color: black;
	text-decoration: none;
}

div.pathway a:hover
{
	color: black;
	text-decoration: underline;
}

div.faqquestion
{
	margin: 1.5em 0em 1.5em 0em;
	cursor: hand;
	font-weight: bold;
}

div.faqanswer
{
	margin: 1.5em 0em 1.5em 0em;
}

.contentcell
{
	padding: 5px 12px 5px 12px;
}

.contentcell a
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.contentcell a:hover
{
	text-decoration: underline;
}

ul.sitemaplist
{
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: disc;
}

ul.sitemaplist li
{
	font-weight: bold;
}

select.articlelistbox
{
	font-size: 11px;
}

select.formlistbox
{
	font-size: 11px;
}

select#searchcat
{
	font-size: 11px;
}

input#search
{
	font-size: 11px;
}

input.articleprefs
{
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

a.applicationformlink
{
	font-weight: normal;
	text-decoration: none;
}

a.applicationformlink:hover
{
	font-weight: normal;
	text-decoration: underline;
}

.applicationformsubmissiontitle
{
	font-weight: bold;
	font-size: 120%;
}

.applicationformcategory
{
	font-weight: bold;
	font-size: 120%;
}