/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

b, u {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 880px;
	margin: 0px auto;
	padding: 1em;
	height: 200px;
	color: #000;
}

#header h1 {
	margin-left: 50px;
	padding: 0px;
	text-transform: uppercase;
	margin: center;
}

#header h2 {
	padding: 5px;
	float: left;
}

/** MENU */

#menu {
    height: 30px;
	width: 880px;
	padding-top: 15px;
	margin: 0px auto;
	background:#001F2B;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#content {
	width: 880px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#columnA {
    float: left;
	width: 418px;
	padding-left: 20px;
	background:#FFF;
	padding-right: 10px;
}

#columnA h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 190px;
	background:#dee2e3;
	padding-left: 20px;
	padding-top:10px;
	padding-right: 10px;
	height:1100px;
}

#columnB h3 {
	height: 22px;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;	
}


#columnC {
	float: left;
	width: 180px;
	padding-left: 20px;
	padding-right: 10px;
	background:#dee2e3;
	padding-top:10px;
	height:1100px;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;	
	text-align: center;
	width: 880px;
	background:#001F2B;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}



#menufooter {
	height: 59px;
	text-align: right;
	padding: 20px;
}






#menu2 {
width: 12em;
}

#menu2 ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu2 a, #menu2 h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-bottom-style: dashed;
margin: 0;
padding: 2px 3px;
}

#menu2 h2 {
color: #fff;
text-transform: uppercase;
}

#menu2 a {
color: #000;
text-decoration: none;
}

#menu2 a:hover {
color: #000066;
background: #fff;
}

#menu2 li {
position: relative;
}

#menu2 ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 150px;
}

div#menu2 ul ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}

div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{display: block;}

.rh1 
{
	font-size: 18pt;
}

.rh2 
{
	font-size: 16pt;
}

.rh3 
{
	font-size: 14pt;
}

.rh4 
{
	font-size: 12pt;
}

.rh5 
{
	font-size: 10pt;
}

/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 383px;
}
.message_list li {
	padding: 0;
	margin: 0;
	background: url(images/message-bar.gif) no-repeat;
}
.message_head {
	padding: 0px 0px;
	cursor: pointer;
	position: relative;
}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 0px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	padding: 5px 10px 15px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 383px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	background: url(images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}

