@charset "UTF-8";


body {
	background-image: url(images/background_velvet.jpg);
}

.top_green_bar {
	background-image: url(images/top_green_bar.png); 
	background-repeat: repeat-x;
}

.top_cream_tile {
	background-image: url(images/top_cream_tile.png); 
	background-repeat: repeat-x;
}

.bot_black_gradient {
	background-image: url(images/bot_black_gradient.png); 
	background-repeat: repeat-x;
}

.top_left_cream_tile {
	background-image: url(images/left_top_cream_fade.png); 
	background-repeat: no-repeat;
}


#apDiv1 {
	position:absolute;
	width:200px;
	height:227px;
	z-index:1;
	left: 33px;
	top: 1px;
}
#apDiv2 {
	position:absolute;
	width:546px;
	height:61px;
	z-index:2;
	left: 48px;
	top: 224px;
}




/*///// WEBSITE TEXT STYLES /////*/


.bold_gold {	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #FFE79A;
}


.bold_white {	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #FFFFFF;
}

.gold_text {	
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFE79A;
}


.medium_gold_text {	
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFE79A;
}

.smaller_gold_text {	
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #FFE79A;
}

.smaller_grey_text {	
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color:#CCCCCC;
}

.grey_text {
	color:#CCCCCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
}


.style15 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13pt; 
	color: #999999; }

.style16 {	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #FFE79A;
}

.links:link {
	color:#FFE79A;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: underline;
	font-style:italic;
}
.links:visited {
	color:#FFE79A;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: underline;
	font-style:italic;
}
.links:hover {color:#003366 text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#006600;
	text-decoration: underline;
	font-style:italic;
}
.links:active {
	color:#FFE79A;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: underline;
	font-style:italic;
}




/*///// BOTTOM NAV STYLING /////*/



.bottom_links:link {
	color:#999999;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.bottom_links:visited {
	color:#999999;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.bottom_links:hover {color:#003366 text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom_links:active {
	color:#999999;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.larger_feature_text {
	color:#CCCCCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 22pt;
}
.larger_bold_gold {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16pt;
	color: #FFE79A;
}
