.left_column {
	width: 46%;
	padding-right: 10px;
	border-right: 1px solid #CCCCCC;
	float: left;
	position: relative;
}
.right_column {
	width: 46%;
	padding-left: 10px;
	float: left;
	position: relative;
}

.menu_subtitle {
	color: #000000;
	font-weight:bold;
	font-size:1.5em;
}

div.section_title {
	float:left;
	position:relative; 
	width:100%;
	font-size:1em; 
	font-weight:bold; 
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:10px;
	margin-bottom:10px;
	color:#FFFFFF; 
	vertical-align:middle; 
	background-color:#990033;
}

* html div.section_title {
	width:100%;	
	margin-top:6px;
}

div.section_title .first_char{
	font-size:1.1em;	
}

.icon {
	float:right;
	vertical-align:middle;
}

.centre_text {
	text-align:center;
}

.centre_content {
	text-align:center;
}

.clear_both {
	clear:both;
}

.nobreak {
	margin-bottom:0px;
}

.photo_credit {
	font-size:.9em;
	font-style:italic;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.sub_section {
	margin-top: 12px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.title, .column_title, blue_heading {
	font-size: 1.1em;
	font-weight: bold;
	color: #2A3B86;
	margin-bottom:10px;
}

.title a, blue_heading a {
	color: #2A3B86;
}

.title a:hover, blue_heading a:hover {
	color: #990033;
}

.text_centre {
	text-align:center;
}
.text_justify {
	text-align:justify;
}
.text_left {
	text-align:left
}
.text_right {
	text-align:right;
}
.text_red {
	color:#990033;
}

.text_gray_dark {
	color:#666666;
}

.text_gray_medium {
	color:#999999;
}

.text_gray_light {
	color:#CCCCCC;
}

.text_red {
	color:#990033;
}

.text_gray_dark {
	color:#666666;
}

.text_gray_medium {
	color:#999999;
}

.text_blue {
	color:#2A3B86;
}

.year {
	font-size: 1.3em;
	font-weight: bold;
	color: #990033;
	text-align:center;
}

p.year {
	margin-bottom:6px;
}

.content_box {
	float:left;
	position:relative;
	width:730px;
	margin-bottom:12px;
	margin-left:0px;
	padding-top:10px;
	padding-left:18px;
	padding-right:18px;
	padding-bottom: 10px;
	border:1px solid #CCCCCC;
}
* html .content_box {
	width:722px;
}

.side_box, .side_box_left {
	float:right;
	position:relative;
	width:auto;
	margin-left:14px;
	margin-bottom:6px;
	margin-right:10px;
	padding:12px 24px 8px 24px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}
 
.side_box_left {
	float:left;
	margin-left:0px;
	margin-right:14px;
}

/* start image box definitions */
.image_centre, .image_box_centre, .image_box_caption_centre {
	position:relative;
	float:none;
	clear:both;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:6px;
	background: #F3F3F3;
	border: 0px solid #cccccc;
	padding: 0px;
	text-align:center;
}

.image_box_centre, .image_box_caption_centre  {
	border: 2px solid #cccccc;
	padding: 2px;
}

.image_box, .image_box_left, .image_box_right, .image_box_caption_right {
	position:relative;
	margin-bottom:6px;
	background: #F3F3F3;
	border: 2px solid #cccccc;
	padding: 2px;
}

.image_box, .image_box_right, .image_box_caption_right {
	float:right;
	margin-left:10px;
	margin-right:2px;
}

.image_box_left, .image_box_caption_left  {
	float:left;
	margin-left:0px;
	margin-right:10px;
}

.caption   {
	border-top: 0px solid #CCCCCC;
	color:#000000;
	font-size:12px;
	text-align:left;
	margin:0;
	padding-top:4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

table.image_box, table.image_box_left, table.image_box_right {
	position:relative;
	margin-bottom:6px;
	background: #F3F3F3;
	border: 2px solid #cccccc;
	border-bottom:none;
	padding: 2px;
}

table.image_box caption, table.image_box_left caption, table.image_box_right caption {
	margin-top:-6px;
	margin-left:10px;
	margin-right:2px;
	text-align:left;
	font-size:12px;
	padding-top:4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 2px solid #cccccc;
	border-top:none;
}

/* start content title section */
h1.content_title1, h1.content_title2 {
	float:left;
	position:relative;
	width:inherit;
	font-size:1.3em; 
	font-weight:bold; 
	color:#FFFFFF;
	background-color:#990033;
	margin: 0px 0px 0px 0px;
}

/* content title 1 */
h1.content_title1 {
	width:722px;
	color:#FFFFFF;
	background-color:#990033;
	padding: 7px 10px 8px 10px;
}

h1.content_title1 p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* content title 2 */
h1.content_title2 {
	width:752px;
	color:#990033;
	background-color:#FFFFFF;
	margin-left:0px;
	margin-right:0px;
	margin-top:12px;
}
/* end content title section */

div#page_links {
	float:right;
	position:relative;
	text-align:center;
	padding-top:12px;
	margin-bottom:12px;
}

div.page_links {
	float:right;
	position:relative;
	text-align:center;
	padding-top:12px;
	margin-bottom:12px;
}

/* begin site_index page format */
div#main_container .title .index_title {
	margin-left:20px;
}

div#site_index_container {
	margin-left:20px;
}

div#site_index_container a {
	color:#000000;
	font-size:.91em;
	text-decoration:none;
}

div#site_index_container a:hover {
	color:#990033;
}

.alpha_anchor_links {
	margin-left:0px;
	padding-bottom:0px;
	margin-bottom:24px;
	border-bottom:0px solid #CCCCCC;
	text-align: center;
	width:594px;
	padding-left:92px;
}

.alpha_anchor_links a {
	color:#000000;
	font-size:1.1em;
	text-decoration:none;
	font-weight:bold;
	padding-right:6px;
	text-transform:uppercase;
}

.alpha_anchor_links a:hover{
	color:#990033;
}

.go_to_top, .go_back {
	float:right;
	position:relative;
}

a.go_to_top, a.go_back  {
	margin:0;
	padding:0;
	font-size:.9em;
	color:#990033;
	text-decoration:none;
}

a.go_back {
	padding-right:12px;
	padding-left:18px;
}

a.go_to_top:hover, a.go_back:hover {
	color:#000000;
}

h2.anchor a {
	font-size:1em;
	color:#000000;
	text-decoration:none;
	cursor:text;
}

/* start all formats */
div#format_2 {
	float:left; 
    position:relative;
	width:742px; 
	margin-bottom:10px;
	text-align:left;
	/*font-size: 0.85em;*/
	line-height: 1.5em;
	font-size: 12px;
	color: #000000;
}

div#top_right_content ul {
	list-style-image:url(/images/common/square_red.gif);
	padding-left: 16px;
}

*:first-child+html div#top_right_content ul {
	list-style-image:url(/images/common/square_red_ie6.gif);
}

* html div#top_right_content ul {
	list-style-image:url(/images/common/square_red_ie6.gif);
	padding-left: 14px;
}

div#top_right_content ul li {
	padding-bottom:12px;
}

div#bottom_content {
	float:left; 
    position:relative;
	width:742px; 
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

div#interior_content {
	float: left; 
    position: relative;
	width:742px; 
	margin: 0px 0px 30px 0px;
}

div#bottom_content ul {
	list-style-image:url(/images/common/square_red.gif);
	padding-left: 16px;
}

*:first-child+html div#bottom_content ul {
	list-style-image:url(/images/common/square_red_ie6.gif);
}

* html div#bottom_content ul {
	list-style-image:url(/images/common/square_red_ie6.gif);
	padding-left: 14px;
}

div#bottom_content ul li {
	padding-bottom:12px;
}

div#bottom_content ul li ul {
	list-style-image:url(/images/common/arrow_red.gif);
	margin-top:10px;
}

div#bottom_content ol {
	list-style-type:decimal;
	padding-left: 24px;
	padding-bottom:10px;
}

div#bottom_content ol li {
	padding-bottom:12px;
}

div#bottom_upper_content {
	float:left; 
    position:relative;
	margin-bottom:12px;
	border-bottom: 1px solid #CCCCCC;
}

div#bottom_lower_content {
	float:left; 
    position:relative;
	margin-top:12px;
	border-top: 1px solid #CCCCCC;
}

div#format_2 {
	float: left;
	width: 742px;
}

div#format_2 div#bottom_content {
	width:auto;
	margin-left:0px;
	margin-right:0px;
}
