/* backgrounds */
.orange_bg { background-color: #C09716; }
.blue_bg { background-color: #9CB8D8; }
.dark_blue_bg { background-color: #08234E;}
.light_blue_bg { background-color: #D5E1EF; }
.sky_blue_bg { background-color: #4D7AA6; }

.purple_bg { background-color: #662D91; }
.red_bg { background-color: #9E0B0E; }
.green_bg { background-color: #406618; }

.black_bg { background-color: #000000; }
.white_bg { background-color: #FFFFFF; }
.gray_bg { background-color: #858585; }
.light_gray_bg { background-color: #CCCCCC; }
.brown_bg {
	background-color: #6d5624;
}



/* fonts */

.top1_nav_link
{
	font-family: Arial, Helvetica, Verdana;
	color: #08234E;
	font-size: 10px;
	text-decoration: none;
}

.top2_nav_link, .bottom_nav_link
{
	font-family: Arial, Helvetica, Verdana;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

.top2_nav_copy
{
	font-family: Arial, Helvetica, Verdana;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.verdana_9px	/* force a basic font size, ie: for table cells */
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
}

.verdana_1px	/* force a basic font size, ie: for table cells */
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 1px;
}

.copy
{
	font-family: Arial, Helvetica, Verdana;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

.copy_link
{
	font-family: Arial, Helvetica, Verdana;
	color: #4D7AA6;
	font-size: 11px;
	text-decoration: none;
}

.raquo_link
{
	font-family: Arial, Helvetica, Verdana;
	color: #4D7AA6;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.copy_title
{
	font-family: Arial, Helvetica, Verdana;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.copy_emphasis
{
	font-family: Arial, Helvetica, Verdana;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
}

.title_l1, .news_link
{
	font-family: Arial, Helvetica, Verdana;
	color: #858585;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* lists */

.news_list, .inside_list
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.news_list_item
{
	background-image: url('images/bullet.arrow.blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 9px;
	padding-bottom: 7px;
}

.inside_list_item
{
	background-image: url('images/bullet.arrow.blue.gif');
	background-repeat: no-repeat;
	background-position: 9px 5px;
	padding-left: 18px;
}

/* one-off styles */

.home_nav_photo_cell
{
	padding-top: 7px;
	padding-bottom: 4px;
}

.home_nav_arrow_cell
{
	padding-right: 4px;
	cursor: pointer;
}

.title1_image
{
	margin: 7px;
}

.top1_nav_cell
{
	padding-left: 5px;
	padding-right: 20px;
}

.left_nav_main_cell
{
	border-bottom: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
	cursor: pointer;
}

.left_nav_tab_cell
{
	border-bottom: solid #FFFFFF 1px;
}

.top2_nav_cell
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	border-right: solid #2E486C 1px;
	vertical-align:top;
	text-align:center;
}

.bottom_nav_cell
{
	padding-left: 14px;
	padding-right: 14px;
}

.achieve_cell
{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: solid #CCCCCC 1px;
}

