body
	{
		background-color: #000000;
		font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	}
.page_container
	{
		margin: 0 auto;
		padding: 10px, 5px, 10px, 5px;
		width: 920px;
		background-color: white;
	}

.footer
	{
		text-align: right;
		font-size: 7pt;
		color: silver;
		background-color: black;

	}
.footer a:link, .footer a:visited
	{
		text-decoration: none;
		font-size: 7pt;
		color: lightblue;
	}
.footer a:hover
	{
		color: #008800;
		font-size: 7pt;
		text-decoration: none;
	}
.menu_bar
	{
		height: 30px;
		background-color: #AABBB4;
	}

.login_banner
	{
		font-size: 45px;
		border-bottom: black 1px solid;
		margin-bottom: 3px;
	}
.login_table
	{
		width: 100%;
	}
.top_part
	{
		width: 100%;
	}

.banner
	{
		height: 214px;
	}

.float_left
	{
		float: left;
		clear: left;
	}
.float_right:
	{
		float: right;
		clear: right;
	}
.image
	{
		width: 250px;
		background-color: black;
	}

.news
	{
		background-color: white;
		padding: 2px 5px 0px 5px;
		height: 285px;
	}
.news .tabs-content
	{
		height: 235px;
		overflow: auto;
		font-size: 12pt;
	}

.user_table
	{
		table-layout: fixed;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		font-weight: normal;
	}

.page_display
	{
		background-color: white;
		padding: 2px 5px 2px 5px;
	}
.expand_news_title
	{
		font-weight: bold;
		font-size: 18pt;
	}
.expand_news_dateline
	{
		font-size: 9pt;
		font-style: oblique;
	}
.expand_news_body
	{
		font-size: 12pt;
	}
.expand_news_encapsulate
	{
		padding: 0px 5px 0px 5px;
	}
.intro
	{
		height: 100%;
	}
.content
	{
		margin: 0eu 0eu 0eu 0eu;
		padding: 0eu 0eu 0eu 0eu;
	}
.blog_title
	{
		background-color: #AABBB4;
		border-width: 1px 1px 0px 10px;
		border-style: solid;
		border-color: black;
		font-size: 18pt;
		font-weight: bold;
		padding-left: 3px;
		color: black;
		margin: 0px 0px 0px 0px;

	}
.blog_title a:link, .blog_title a:visited
	{
		color: black;
		text-decoration: none;
	}
.blog_title a:hover
	{
		color: black;
		background-color: lightblue;
	}

.blog_body
	{
		border: 1px solid black;
		background-color: white;
		padding: 5px 5px 5px 5px;
		margin: 0px 0px 0px 0px;
	}
.blog_footer
	{
		background-color: #AABBB4;
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: black;
		font-size: 9pt;
		padding: 0px 5px 0px 5px;
		color: black;
		margin-bottom: 10px;
	}
.blog_container
	{
		width: 98%;
		margin: 0 auto;
	}


