BODY	{
	background-image: url("../../images/background.jpg");
	background-attachment: fixed;
	background-color: #f8f8f8;
	}


/* links
---------------------------------------------------------- */
a:link { 
	color: #3333FF; 
	text-decoration: none; 
	}

a:visited { 
	color: #3333FF; 
	text-decoration: none; 
	}

a:active { 
	color: #800000; 
	text-decoration: none; 
	}

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

/* structure 
---------------------------------------------------------- */

/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ 
	COLOR: #161616; 
	FONT: 12px verdana, arial, sans-serif; 
	}

.title		{ 
	COLOR: #000033; 
	FONT: 24px arial, verdana, sans-serif; 
	font-weight: normal; 
	}

.subtitle { 
	COLOR: #000033; 
	FONT: 18px arial, Verdana, sans-serif; 
	font-weight: normal; 
	text-decoration: underline; 
	}

.subtitle a:link { 
	color: #000033; 
	text-decoration: underline; 
	}

.subtitle a:visited { 
	color: #000033; 
	text-decoration: underline; 
	}

.subtitle a:hover {
	color: #800000; 
	text-decoration: none; 
	}

.bottitle { 
	COLOR: #000033; 
	FONT: 18px arial, Verdana, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	}

.smalltitle	{ 
	COLOR: #000000; 
	FONT: 13px verdana, arial, sans-serif; 
	font-weight: bold; 
	}

.date-font { 
	color : #fbfbfb; 
	font : 10px verdana, arial, sans-serif; 
	font-weight : bold; 
} 

#date-location	{ 
/*	right: 10px; 
	POSITION: absolute; */ 
	TOP: 45px; 
	}


/* HEADER BACKGROUND COLOR - edit the header.js also */

.headercolor	{ 
	background-color: #000090; 
	}


/* MAIN IMAGE BACKGROUND COLOR */

.pictbackground	{ 
	background-color: #ffffff; 
	}


/* NON GALLERY IMAGE BORDERS */

.borders	{ 
	border: #000000 1px solid; 
	}


/* SHADOW AND CORNER IMAGE */

#cornerimage	{ 
	background-image: url("../../picts/corner.gif"); 
	}

.pageheight		{ 
	background-image: url("../../picts/shadow-vertical.gif"); 
	background-repeat: repeat-y; 
	}

.shadow-horizontal	{ 
	background-image: url("../../picts/shadow-horizontal.gif"); 
	background-repeat: repeat-x; 
	}


/* PAGE LINES & BORDERS */

.pagebars	{
	background-color: #C0C0C0;
	background-image: url("../../picts/bar.jpg");
	height: 12px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	}

.pagebar-bottom	{
	background-color: #C0C0C0;
	background-image: url("../../picts/bar.jpg");
	height: 20px;
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	}

.page-splits		{
	border: #CCCCCC 1px solid;
	background-color: #ceceff;
	background-image: url("../picts/bluewhite/bar.jpg");
	}


/* SCROLLER OPTIONS */

.scroller-body		{
	background-color: #FFFFFF;
	background-image: url("../../picts/background-scroller.jpg");
	background-repeat: repeat-y;
	}

.scrollertitle 		{ 
	color: #1E47DB; 
	font-family: arial, Tahoma, Verdana, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	}

.scrollertext 		{ 
	color: #000000; 
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	}


/* SCROLLER LINK COLORS */

a.scroller:link, a.scroller:visited, a.scroller:active	{ 
	color: #3300FF; 
	text-decoration: none; 
	}

a.scroller:hover	{ 
	color: #FF6600; 
	text-decoration: none; 
	}


/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2	{
	background-image: url("../../picts/background-sidebar.jpg");
	background-color: #EBECEE;
	background-repeat: no-repeat;
	}

.sideborder	{ 
	BORDER: #000000 1px solid; 
	}

.sidebartitle	{ 
	COLOR: #1E47DB; 
	FONT: 13px verdana, arial, sans-serif; 
	font-weight: bold; 
	}

.sidebartext	{ 
	COLOR: #000000; 
	FONT: 11px arial, verdana,  sans-serif; 
	font-weight: normal; 
	}

a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ 
	color: #3333FF; 
	text-decoration: none; 
	}

a.sidelink:hover	{
	color: #FF6600; 
	text-decoration: none; 
	}


/* FOR RIGHT SIDEBAR */

.sidebartext-right	{ 
	color: #000000; 
	FONT: 11px arial, verdana,  sans-serif; 
	font-weight: normal; 
	}

fieldset legend {
	FONT: bold 13px arial, verdana, sans-serif;
	COLOR: #000066;
	border:1px solid #999999;
	background-color: #FFFFFF;
	}

#newsticker1	{
	width: 140px;
	height: 100px;
	border: 0px;
	padding: 5px;
	background-color: #ffffff;
	}

#newsticker1 div	{ 
	background-color: #ffffff;
	}

