/* CSS Document */

/***************************************************************/
                            /* Tags */
/***************************************************************/

body	{
	width: 640px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #006600;
	line-height: 1.4em;
	text-align: center;
}

/***************************************************************/
                          /* Classes */
/***************************************************************/

.header	{
	text-align: center;
	background-image: url(../graphics/headgraphic1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 125px;
	border: none;
	width: 760px;
}

.menubar	{
	position: absolute;
	top: 145px;
	left: 0px;
	vertical-align: top;
	background-color: #fff;
	text-align: left;
	width: 145px;
}

.mainbody	{
	position: absolute;
	left: 155px;
	top: 130px;
	width: 610px;
	padding-top: 2px;
	padding-left: 10px;
}

.footer	{
	position: fixed;
	bottom: 0px;
	height: 50px;
	padding-top: 15px;
	text-align: center;
	font-size: smaller;
	width: 610px;
}

.bodycenter	{
	text-align: center;
	padding-bottom: 1em;
}

.lispacer	{
	padding-bottom: 1em;
}

.underline	{
	text-decoration: underline;
}

.strongemphasis	{
	font-weight: bold;
	font-style: italic;
	padding-bottom: 1em;
}

.bodyleft	{
	padding-bottom: 1em;
}

/***************************************************************/
                          /* ID's */
/***************************************************************/
#faqanchor	{
	font-size: large;
	font-weight: bold;
	text-align: left;
	padding-bottom: .5em;
	text-decoration: underline;
}

#faqheader	{
	font-weight: bold;
	text-align: left;
	padding-bottom: .5em;
}

#faqitem	{
	text-align: left;
	padding-bottom: 1.5em;
	padding-left: 10px;
}

#faqlist	{
	padding-left: 25px;
	list-style-image: url(../graphics/breadcrumb.gif);
	list-style-position: outside;
	font-size: .8em;
	padding-top: .3em;
	padding-bottom: .7em;
}

#faqlist a	{
	text-decoration: none;
}

#faqlist a:hover	{
	text-decoration: underline;
}.mainbody .bodyleft .strikethrough {
	text-decoration: line-through;
}
