/********/
/* text */
/********/

/* default */
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #1C6B68;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1C6B68;
}


/* tables */
#content_table {
	width: 738px;
	background-image: url('images/container/middle_long_line.jpg');
}

#content_top_buffer_table {
	width: 738px;
	background-image: url('images/container/middle_long_line.jpg');
}

.right_container_table {
	width: 246px;
	background-image: url('images/container/middle_short_line.jpg');
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 10px;
	background-image: url('images/container/background_line.jpg');
  background-repeat: repeat-x;
	background-color: #FFFFFF;
	
/*  background-color: #34000F;
  scrollbar-arrow-color: #EF8B74;
  scrollbar-track-color: #EF8B74;
  scrollbar-face-color: #8D0023;
  scrollbar-highlight-color: #c82626;
  scrollbar-3dlight-color: #60130b;
  scrollbar-darkshadow-color: #60130b;
  scrollbar-shadow-color: #60130b;*/
  
}


/* bullets */
ul.bullet, ul {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

li.bullet, li {
	list-style-image: url("images/container/bullet.gif");
	margin-bottom: 6px;
}


/* body */
h1.section_name, h1 {
	text-decoration: underline;
	font-size: 14px;
}

h2.sub_section_name, h2 {
	font-size: 13px;
}

.body_text {
	text-align: justify;
	font-size: 13px;
}

.body_text_italicized {
	font-style: italic;
}

.body_text_emphasized {
	font-weight: bold;
}

img.normal_right {
	float: right;
	padding: 15px;
}

img.normal_left {
	float: left;
	padding: 15px;
}


/* container body */
div.container {
	text-align: left;
}

span.container_title {
	font-weight: bold;
}

span.container_description {
}

p.container_read_more {
	text-align: right;
	margin-top: 7px;
	margin-bottom: 3px;
}

a.container_read_more {
}

#copyright_span {
	font-size: 10px;
}

#copyright_span a:link, #copyright_span a:visited, #copyright_span a:active {
	text-decoration: none;
	font-weight: normal;
	color: #1C6B68;
}

#copyright_span a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #1C6B68;
}