/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #00386B;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.1em;
}
h3 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
em {
	font-weight:bold;
	font-style: normal;
}
p.more {
	/*color:#009900;*/
	font-weight:bold;
	margin: 0;
	padding: 0;
}
/*#rightCol a:link, a:visited {
	color: #8CC63E;
	font-weight: bold;
}*/
/*rounded corners on coloumns*/
.rndbox {
	background: :#006600;
	width: 210px;
	color: #990000;
}
.rndbottomleftCol {
	background: url(../navLine.jpg) no-repeat;
	float: right;
}
/* for rounded corner right col */
#container {
	float: right;
	width: 180px;
	padding: 0x 0 26px 0;
	margin: 2px 0 0 0;
	
}
.rightColTop
{
	float: right;
	width: 178px;
	border-left: 2px solid #8CC63F;
	border-right: 2px solid #8CC63F;
	border-top: 2px solid #8CC63F;
	background-color: #F1f8E8;
}
.rightColBot {
	float: right;
	width: 182px;
	background: url(../imgs/news_corner1.jpg) no-repeat;
	height: 47px;
}
.rndbox p {
	margin: 0 8px;
}



.datapager
{
    display:block;
    text-align:center;
    clear: both;
    font-size:medium;
}

a img {
    border: 0px;
}

.LoginLinks a {
	color: #00386B;
	font-weight:normal;
}
.LoginLinks a:link, a:active{
	text-decoration: none;
	color: #00386B;
	font-weight:normal;
}
.LoginLinks a:visited
{
	text-decoration: none;
	color: #00386B;

}
.LoginLinks a:hover {
	text-decoration: underline;
	font-weight:normal;
}
