/*  ********************************************
 *  Main Body & Content
 *  ********************************************/
body {
	margin: 0;
	background:#f0f6f6 url(30000000.jpg) repeat-x;
}

form {
	margin-bottom:0;
	margin-top:0
}

p, td, li, ul, ol, input, textarea, select, option {
	line-height: 130%;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

a:link, a:visited, a:hover, a:active {
	border-style: none;
	color: #455183;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

a:hover {
	text-decoration: underline;
    border-bottom-width: 1px;
}

hr {
    height: 1px;
    color: #f0f0f0;
    background: #f0f0f0;
    border: 0px;
}

/*  ********************************************
 *  Titles
 *  ********************************************/
h3 {
    margin-bottom: 0px;
	color:#C90101;
    padding: 8px 0px 5px 0px;
	font-weight: normal;
	font-size: 14pt;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

h4 {
	margin-bottom: 0px;
	color:#000000;
	padding: 0px;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

/*  ********************************************
 *  Light grey smaller text for information only
 *  ********************************************/
.btwinfo {
    font-size: 8pt;
    color: #909090;
}

.mini {
    font-size: 8pt;
    color: #909090;
}

.readmore {
    font-size: 8pt;
    color: font-size: 8pt;
	color: #707070;
}

.listTitle {
    font-size: 10pt;
    font-weight: bold;
    // border: thin;
    // border-bottom: 1px;
}


/*

img {
	border-color: #000000
}

*/

/*  ********************************************
 *  Secondary Navigation
 *  ********************************************/
#secondarynav {
	width: 140;
	border-right: solid 1px #f0f0f0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #c0c0c0;
}

#secondarynav h4 {
    margin-top: 0;
    margin-bottom: 0;
	background: #f2f2f2;     /* #FFE3C1; */
    color: #C90101;
    border-right: solid 3px #C90101;
    font-weight: normal;
    padding-left: 5;
    padding-top: 5;
    padding-bottom: 5;
	font-size: 11pt;
}

#secondarynav ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    text-indent:0px;
}

#secondarynav li a {
	padding: 5 2 5 5;
	font-size: 0.9em;
	vertical-align: bottom;
	display: block;
	background: #EBF2F8;
    border-bottom: solid 1px #ffffff;
    height:100%;   /* absolutely necessary to stop spacing on msie */
}

#secondarynav li a:hover {
	display: block;
	background: #55728D;
	text-decoration: none;
	color: white;
}

#secondarynav  li.active a {
	color: black;
	background: #C9D6E2;
}

#secondarynav  li.active a:hover {
	color: white;
	background: #55728D;
}


