/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
		scrollbar-face-color: #09214f;
	    scrollbar-arrow-color: #103886;
}
body {		
		font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
		text-align: center;
		color: #505367;
}

a {
	color: #5786e3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.frameBorder {
	border-right: 5px solid #09214f; 
	border-left: 5px solid #09214f;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 744px; 
		height:100%;
		text-align: left;
		background: #ffffff url(images/img-bground-container.gif) repeat-y;
		background-position: 732px 0px;
}


#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:100%;
		background-color: #fff;
		border: 1px solid red;
		z-index:1;
}
#header {
		height: 125px;
		width:100%;
		background-color: #D1DCE9;
		margin: 0px 0px 5px 0px;
		border-bottom: 1px solid purple;
		position:relative;
}


#mainnav {
		width:100%;
		height: 20px;
		background-color: #f5f5f5;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
		z-index:2;
}

.menu {
    position: absolute;
    font-size: 70%;
    top: 90px;
    #top: 102px;
    left: 220px;
}

.menu li {
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}

.menu li a  {
    color: #ffffff;
    text-decoration: none;
}

.menu li a:hover  {
    color: #ffffff;
    text-decoration: underline;
}
	
.content {
    font-size: 80%;
    line-height: 20px;
}
	
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
		background-color: #f5f5f5;
		border-top: 1px solid #e9e9e9;
}
#footer p {margin:0;padding:0}


.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter {height:67px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:176px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #fff;
}

#ticker {
	width: 130px;
	height: 150px;
	padding: 5px;
	font-size: 75%;
	border-bottom: 1px solid #09214f;
}

.newsScroller {
	font-weight: bold;
}

.newsArticle {
	background-color: #f7f7f7;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

.datetext {
    font-size: 90%;
}

h1 
{
    font-size:100%;
    text-align:right;
}
