/* HTML Elements */
body
{
	margin: 0;
	color: #000;
	background: #fff url(/images/pagebg.gif) repeat-y;
}

body, h1, h2, h3, p, ul, ol, td { font-family: verdana,arial,helvetica,sans-serif; }

a:link, a:visited
{
	color: #009;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:focus
{
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

h1
{
	font-size: 14px;
	color: #1d337f;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}

li { font-size: 11px; }

form
{
	display: inline;
	margin: 0;
}

cite { font-size: 10px; }

/* ID Selectors - Web page presentation */
#masthead
{
	color: #000;
	background-color: #d2d2ac;
}

#sidebar img { display: block; }

#navSecondary
{
	padding-top: 5px;
	vertical-align: top;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #d1d1ab;
}

#navSecondary a:link, #navSecondary a:visited
{
	color: #000;
	background-color: #d1d1ab;
	text-decoration: none;
}

#navSecondary a:hover, #navSecondary a:focus
{
	color: #666633;
	background-color: #d1d1ab;
	text-decoration: none;
}

#primarynav
{
	color: #fff;
	background-color: #000;
}

#primarynav img { display: block; }

#contentarea
{
	width: 410px;
	padding-top: 25px;
	color: #000;
	background-color: #fff;
	vertical-align: top;
}

#contentarea p
{
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

td.menu
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #d2d2ac;
}

td.menu a:link, td.menu a:visited
{
	color: #000;
	background-color: #d2d2ac;
	text-decoration: none;
}

td.menu a:hover, td.menu a:focus
{
	color: #666633;
	background-color: #d2d2ac;
	text-decoration: none;
}

ul.links
{
	font-size: 11px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

ul.links li
{
	list-style: disc;
	margin-top: 8px;
	list-style-position: inside;
}


 
    .s12
  {
  font-size: 12px
  }

td.submenu
{
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 0 0 10px;
}

td.submenu a:link, td.submenu a:visited, td.submenu a:hover, td.submenu a:focus { text-decoration: none; }
