.template {
/*	background-image: url('../images/background.jpg');*/
	background-position: top; 
	background-repeat: repeat-x; 
	background-color: #f5f5f5;
	padding-top: 10px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.template_bg {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/* SECTION TITLE BGR */
.sectiontitle { background-color: #f3af0f;}

/* LINKS */
a, a:link, a:visited   { color: #f3af0f; text-decoration: none; }
a:hover, a.plain:hover { color: #f3af0f; background-color: transparent; text-decoration: underline;}

.manualgalnav, .manualgalnavcurr, .shortnewsdate { color: #f3af0f; }

.imagelink { color: #f3af0f; border-color: #f3af0f; }


.button, .numberedSmallNavSelected, .numberedSmallNavSelected a:link, .numberedSmallNavSelected a:hover, 
.numberedSmallNavSelected a:visited, .numberedNavSelected, .numberedNavSelected a:link, 
.numberedNavSelected a:hover, .numberedNavSelected a:visited 
	{ background-color: #f3af0f; }

.fb_perm_link_popup { background-color: #FFFFFF; border-color: #f3af0f; }

font.background, a.background {
	background-color: #FFE4A7;
}

a.background:link, a.background:visited {
   color: #666666;
   text-decoration: underline;
}
a.background:hover {
   color: #666666;
   text-decoration: none;
}

font.highlight, a.highlight {
	color: #C81D72;
}

a.highlight:link, a.highlight:visited {
   color: #C81D72;
   text-decoration: underline;
}
a.highlight:hover {
   color: #C81D72;
   text-decoration: none;
}

.dotted_line {
   background-image: url("../images/vertical_dotted_line.gif");
   background-repeat: repeat-y;
}


.clearformat, .plain, .plainsmall, .plainlarge {
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}

a.plain, a.plainsmall, a.plainlarge, a.plainfixedwidth {
	font-weight:normal;
	font-style:normal;
}
a.plainlarge:hover
{
   text-decoration:underline;
	color:#F9DB97;   
}

.white_bg {
   background-color:#FFFFFF;
}

/* left nav menu */
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background: url('../images/main_mi_delimiter.gif') top left no-repeat;
	font-size:10pt;
	color:#666666;
	width:160px;
	padding:5px 2px 2px 2px;
}
.menutitleSelected
{
	cursor:pointer;
	margin-bottom: 5px;
	background: url('../images/main_mi_delimiter.gif') top left no-repeat;
	font-size:10pt;
	font-weight:bold;
	color:#F3AF0F;
	width:160px;
	padding:5px 2px 2px 2px;
}
.submenu{
	margin: 0 0 0.5em 0.5em;
	font-size:9pt;
	color: #F3AF0F;
}




.bottom_right_corner {
   background-image: url("../images/bottom_right_corner.gif");
   background-position: 100% 100%;
   background-repeat: no-repeat;
}
.bottom_left_corner {
   background-image: url("../images/bottom_left_corner.gif");
   background-position: 0% 100%;
   background-repeat: no-repeat;
}
.top_left_corner {
   background-image: url("../images/top_left_corner.gif");
   background-position: top left;
   background-repeat: no-repeat;
   width: 20px;
   height: 15px;
}

/* ---- images hidden for new design... ---*/
.bottom_left_corner, .bottom_right_corner, .top_left_corner {
	background-image: none;
}
