body {
	background-color: #FFFFFF;
	background-image: url(background-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	margin: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

a:visited {
	color: #000000;
}

div#pageLayout {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #ffffff;
	background-image: url(page-back.gif);

	text-align: left;
}

div#pageLeft {
	background-color: transparent;
	background-image: url(shadow-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#pageRight {
	background-color: transparent;
	background-image: url(shadow-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

div#pageBottom {
	background-color: transparent;
	background-image: url(page-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#pageBanner {
	width: 800px;
	height: 140px;
	background-color: transparent;
	background-image: url(banner-back.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: right;
	padding-right: 20px;
}

img#rotateBanner{
	width: 250px;
	height: 100px;
}

div#pageMenu {
	width: 800px;
	height: 27px;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(page-menu.jpg);	
	background-repeat: no-repeat;
	background-position: center;
}

span.menuItem, a:menuItem, a.menuItem:link, a.menuItem:visited {
	color: c60;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

a.menuItem:hover {
	color: #F7941D;
	font-weight: bold;
	text-decoration: underline;
}

div#pageContent {
	padding-left: 15px;
	padding-left: 15px;
	padding-top: 3px;
	margin-bottom: 10px;
	height: 100%;
	background-color: transparent;
	background-image: url(page-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#breadCrumb{
	height: 25px;
	background-color: transparent;
}

span.breadCrumb, a.breadCrumb, a:link.breadCrumb, a:visited.breadCrumb {
	padding-left: 14px;
	padding-right: 4px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover.breadCrumb {
	text-decoration: underline;
}

span.breadCrumb {
	color: #993300;
}

div#subMenu{
	height: 20px;
	background-color: transparent;
}

img#rotateImage {
	border: 1 solid #333366;
	width: 180px;
	height: 120px;
}

div#pageSidebar {
	width: 200px;
	height: 100%;
	float: left;
	background-color: transparent;
	margin-right: 5px;
	
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 20px;
}

.quote-open{
	border-top: 1 solid #666699;
	background-image: url(quote-open.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	margin-top: 10px;
	padding-top: 15px;
}

.quote-close{
	border-bottom: 1 solid #666699;
	background-image: url(quote-close.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: center;
	color: #333366;
	font-size: 15px;
}

.quote-source{
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	color: #666699;
	font-size: 13px;
	font-weight: bold;
}

div#pageArticle {
	width: 565px;
	float: right;
	background-color: transparent;

	padding-top: 0;
	padding-left: 0;
	padding-right: 30px;
	padding-bottom: 20px;
}

div#pageArticle h1 {
	border-bottom: 1 solid #333366;
	font-size: 32px;
	font-weight: bolder;
	color: #666699;
}

div#pageArticle h2 {
	font-size: 28px;
	font-weight: bolder;
	color: #8282AC;
}

div#pageArticle h3 {
	font-size: 24px;
	font-weight: bolder;
	color: #EF7E47;
}

div#pageArticle h4 {
	font-size: 20px;
	font-weight: bolder;
	color: #F79261;
}

div#pageArticle h4 {
	font-size: 18px;
	font-weight: bolder;
	color: #F79261;
}

div#pageArticle h5 {
	font-size: 16px;
	font-weight: bolder;
	color: #F79261;
}

div#pageArticle h6 {
	font-size: 14px;
	font-weight: bolder;
	color: #F79261;
}

div#pageFooter {
	padding-top: 10px;
	padding-bottom: 28px;
	text-align: center;
	color: #666699;
	font-size: 11px;
}

