BODY
{
	COLOR: #000; /* default text color */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* General Settings */

H1
{
	COLOR: #000;
	font-size: 14pt;
}

H2
{
	COLOR: #CC9900;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}



/* Begin Layout Settings */

.wrapper
{
	width: 950px;
	border: solid 2px #000;
	display: block;
	background: url(images/body-bg.jpg) repeat-y;
	background-position: left top;
	text-align: left;
}

.header
{
	background: url(images/header.jpg) no-repeat;
	height: 150px;
}

.headerlink a:link, .headerlink a:visited
{
	width: 925px;
	height: 150px;
	display: block;
	text-decoration: none;
}


.leftbar
{
	width: 200px;
	float: left;
	display: block;
}

.leftbar li, .leftbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bodywrapper
{
	width: 725px;
	float: right;
	display: block;
}


.bodywrapper3col
{
	width: 540px;
	float: left;
	display: block;
}

.bodyinside
{
	padding: 10px;
	text-align: left;
}

.rightbar
{
	width: 200px;
	float: right;
	display: block;
	text-align: center;
}

.rightbar li, .rightbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

.footer
{
	display: block;
	clear: both;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
}

/* End Layout */


/* Begin Navigation */


#menu
{
	margin-top: 20px;
}

/* Heading for Navigation (optional) */

#menu ul li h2
{
	margin-top: 0px;
	padding-top: 5px;
	font-size: 10pt;
	height: 35px;
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}


/* Define Main Navigation */

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 200px;

	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}



#menu ul li ul li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

#menu ul li ul li a:link span, #menu ul li ul li a:visited span {
	padding-left: 10px;
	display: block;
	padding-top: 6px;
}


/* Define Sub Navigation Level 1 */

#menu ul li ul li ul li a:link, #menu ul li ul li ul li a:visited {
	background: url(images/sub-nav-bg.gif) no-repeat;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-left: 30px;
	text-decoration: none;
	height: 30px;
	width: 200px;
	margin-bottom: 6px;
	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}

#menu ul li ul li ul li a:hover {
	background-position: 0px -30px;
	text-decoration: none;
}

/* End Navigation */


/* Begin Right Navigation */


#rightmenu
{
	margin-top: 20px;
}

/* Heading for Navigation (optional) */

#rightmenu ul li h2
{
	margin-top: 0px;
	padding-top: 5px;
	font-size: 10pt;
	height: 35px;
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}


/* Define Main Navigation */

#rightmenu ul li ul li a:link, #rightmenu ul li ul li a:visited {
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: 200px;

	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}



#rightmenu ul li ul li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

#rightmenu ul li ul li a:link span, #rightmenu ul li ul li a:visited span {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	padding-top: 6px;
}


/* Define Sub Navigation Level 1 */

#rightmenu ul li ul li ul li a:link, #rightmenu ul li ul li ul li a:visited {
	background: url(images/sub-nav-bg.gif) no-repeat;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-left: 30px;
	text-decoration: none;
	height: 30px;
	width: 200px;
	margin-bottom: 6px;
	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}

#rightmenu ul li ul li ul li a:hover {
	background-position: 0px -30px;
	text-decoration: none;
}

/* End Right Navigation */

@media print
{
.wrapper, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}

}