a:link {text-decoration:none; font-weight:bold;color:blue}
a:visited {text-decoration:none; color:cornflowerblue}
a:hover {text-decoration:underline; color:red}
a:active {text-decoration:none; color:red; outline:none;}

  html, body, #container {
    min-height: 100%; 
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    }

  html>body #container {
    height: auto; 
}

body
{
	background-repeat:no-repeat;
	background-color: white;
	min-height:100%;
}

#container
{
	position:absolute;
	margin-left:auto;
	top:0;
	left:0;
}


#main
{
	height:auto;
	margin: 0 auto;
	padding: .5em;
}

span.newsdate
{
	font-family:helvetica,arial;
	font-size:10px;
	font-weight:bold;
	color:white;
	background-color:green;
	padding:2px;
}

p
{
	font-family:helvetica,arial;
	font-size:12px;
//	font-weight:bold;
}

span.bold
{
	font-weight:bold;
}

h2.news_item_headline
{
	margin-right:20px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
	font-family:helvetica,arial;
	font-size:25px;
	float:left;
}


#logo
{
	position:absolute;
	left:20px;
	top:20px;
}

p.dateline, p.news_text, h1.news, #copyright
{
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
}

h1.news
{
	font-size:30px;
}

div.news_item
{
	text-align:left;
	margin-left:10px;
	margin-top:3px;
	width:700px;
}

#news_section
{
	margin: 30px;
}

#copyright
{
	clear:both;
	width:860px;
	text-align: center;
}

img
{
	border:0px;
	outline:none;
}

img.single_divide,img.double_divide,single_divide_news
{
	margin-top:2px;
	text-align:left; 
	width:720px; 
	height:11px;
	
}

img.single_divide_news
{
	width:560px;
}

img.double_divide
{
	margin-bottom:10px;
}

span.news_item_gfx
{
	width:270px;
	float:left;
}

p
{
	font-weight:normal;
	font-family:arial,helvetica;
	font-size:14px;
}

p.news
{
	margin:0px;
	margin-top:2px;
	margin-bottom:2px;
}

div.logo
{
	margin-bottom:5px;
//	height:100px;
}

div.client_login_box
{
	position:absolute; 
	left:780px;
	top:120px;
	background-color:#26abe2;
	width:184px;
	padding:0px;
}

p.login,p.login_error,p.login_title,p.login_link
{	
	color:white;
	font-size:12px;
	margin-left:5px;
	margin-right:5px;
}	

p.login_link
{
	padding-left:10px;
	margin:6px;
}

p.login_error,p.login_title
{
	color:white;
	background-color:red;
	padding:5px;
}

p.login_title
{
	color:#26abe2;
	background-color:white;	
}

span.news_text
{
	font-family:arial,helvetica;
	font-size:14px;
}

a, a:focus
{
	outline:none;
}

img.small_border
{
	height:100px;
	border-style:solid;
	border-color:cornflowerblue;
	border-width:2px;
}

