/*@import "header.css";  site header */
@import "menu.css";    /* top navigation menu */
@import "footer.css";  /* site footer */
@import "formatting.css";       /* special classes */

body {
	margin: 0;
	padding: 0;
	min-width: 15em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 175%;
	font-weight: bold;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0 0.2em;
	margin: 0 0 0.5em 0;
	border-bottom: 2px ridge;
}
* html h2 {
	margin-top: 0.5em;
}
h3 {
	font-size: 85%;
	font-weight: bold;
	padding: 0;
	margin: 0.5em 0;
	text-align: left;
}
p {
	margin: 0 0 0.4em 0.5em;
	text-align: justify;
}
* html p {  /* IE ItalicBug fix */
	width: 99%;
	w\idth: auto;
	he\ight: 1%;
	o\verflow: visible;
}
a {
	text-decoration: none;
	border-bottom: 1px solid;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul li, ol li {
	margin-bottom: 0.2em;
}
hr {
	height: 1px;
	border: none;
}
p, ul, ol, span, table {
	font-size: 90%;
}
/*
table {
	border-collapse: collapse;
}
th {
	border: 1px #00008B solid ;
}
th {
	text-align: center;
	padding: 0.2em 0.5em;
	font-weight: bold;
}
td {
	text-align: right;
	padding: 0 0.5em;
}
*/

/*
******************
*/

.portlet-section-header {
    font-family: Arial,Helvetica,sans-serif;
    color: #FFFFFF;
    background: #6088D8;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;

}

.portlet-section-body {
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
	color: #333333;
}

.tborder {
    border: 1px;
	border-color: #3366CC;
    background-color:#6088D8;
}

a:link, a:visited, a:active { color: #00008B; text-decoration: none}
a:hover { color: #00008B; text-decoration:none}

.command {
    color: #00008B;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration : none;
}
a.command:link, a.command:visited, a.command:active {
    color: #00008B;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

a.command:hover {
    color: #00008B;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}


/* *************************** */

* html #Header {  /* just for IE (Tan hack) */
	height: 1%;  /* force autoclear (Holly hack) */
}

* html #TownHall { /* just for IE (Tan hack) */
	margin: 0 -3px;  /* IE 5.x only  - Three Pixels Gap bug fix */
	ma\rgin: 0;  /* IE 5.x ignores this (Tantek hack) */
}

#Header {
	background: url("gradient.png") repeat-x;
	border-bottom: 1px solid #D8E8FF;
	height: 120px;
}
#Header h1 {
	height: 100px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;  /* IE double float margin bug */
	color: #434B98;
	background: transparent url("town_hall.gif") no-repeat 0 center;
}
#Header h1 big {
	margin-left: 120px;
	font-size: 90%;
	letter-spacing: -1px;
}
#Header h1 small {
	margin-left: 120px;
	font-size: 70%;
}
#Header h1 small a {
	color: #434B98;
	border-bottom: 1px dotted;
}

#HeaderBasedOn img {
	border: none;
}
#HeaderBasedOn a {
	border: none;
}
#Wrapper {
	margin-top: 0em;
}
#Content {
	margin-top: 0.5em;
}

#HeaderLinks {
	float: left;
	width: auto;
	list-style-type: none;
	margin-top: 10px;
	margin-top: expression('25px'); /*IE6 hack maybe it works with older versions*/
	margin-left: 75px;
	margin-left: expression('58px'); /*IE6 hack maybe it works with older versions*/
	font-size: 50%;
	font-weight: normal;
}
#HeaderLinks li {
	float: left;
	padding: 0 0.5em;
	border-right: 1px solid;
	font-variant: small-caps;
	color: #00008B;
}

#HeaderLinks a {
	text-decoration: none;
	text-decoration: expression('underline'); /*IE6 hack maybe it works with older versions*/
}
#HeaderBasedOn {
	clear: right;
	float: right;
	width: auto;
	padding: 0.2em;
	font-size: 75%;
	height: auto;
	text-align: right;
	padding-top: 50px;
}

#Header #HeaderUserInfo {
	display: block;
	float: right;
	position: relative;
	top: 3px;
	right: 10px;
	color: #07005F;
}

#HeaderUserInfo #HeaderMemberName {
	font-weight: bold;
}