body
{
	background-color: #ffffff;
	margin: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

/* href tags */
a.nav:active, a.nav:link, a.nav:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a.nav:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #f17d14;
}

a.logout:active, a.logout:link, a.logout:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #f17d14;
}

a.logout:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a.learnnav:active, a.learnnav:link, a.learnnav:visited
{
	text-decoration: none;
	color: #333333;
}

a.learnnav:hover
{
	text-decoration: underline;
	color: #333333;
}

a.secttitle:active, a.secttitle:link, a.secttitle:visited
{
	text-decoration: underline;
	color: #666666;
}

a.secttitle:hover
{
	text-decoration: none;
	color: #666666;
}

a.footer:active, a.footer:link, a.footer:visited
{
	text-decoration: underline;
	color: #333333;
}

a.footer:hover
{
	text-decoration: none;
	color: #333333;
}

a:active, a:link, a:visited
{
	text-decoration: underline;
	color: #f17d14;
}

a:hover
{
	text-decoration: none;
	color: #f17d14;
}

/* end href tags */
/* text */

.text, .copy
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.texttitle
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #f17d14;
	text-decoration: none;
}

.sectiontitle
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.displaytext
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.sidebartitle
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.caption
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.foottext
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.copytext
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

/* end text */
/* misc elements & tags */
.hl { color: #f17d14; }

ul
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

input
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

li
{
	list-style-type: none;
	list-style-image: url(images/b.gif);
}

li.pdf
{
	list-style-type: none;
	list-style-image: url(images/pdf.gif);
}

/* end misc elements & tags */
#wrapper
{
	border: 1px solid #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#wrapper:hover { background-color: #FCDB9C; }

#wrappernohighlight
{
	border: 1px solid #666666;
	font-style: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#wrappercenter
{
	border: 1px solid #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}