body { 
background-color: #2e477d;
//font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-family: 'Roboto', sans-serif;
color: #000000;
}

A:link	
{
text-decoration: none;
color:#14193b;
}
	
A:visited
{
text-decoration: none;
color:#3d5e9b;
}

A:active
{
text-decoration: none;    
}

A:hover
{
text-decoration: underline;    
}

/* new */

.container{
	background-color: #f0f0f0;
	width: 1004px;
	border: none;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.header-container{
	border: none;
	width: 100%;
	height: 150px;
	float: left;
	position: relative;
}

.logo{
border: none;
}

.social {
	float: right;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 3px;
	color: #FFFFFF;
}
.middle {
	height: 100%;
	width: 100%;
	float: left;
}

.menu-container {
	width: 150px;
	float: left;
	padding: 3px
	
}

.menu_header {
	font-weight: bold;
	background-color: #d2d2d2;
	padding: 2px;
}

.block-side {
	width: 140px;
}

.block {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

.content-block {
	padding: 5px;
}

.block-title {
	background-color: #d2d2d2;
	font-weight: bold;  
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 3px;
}

.content{

	float: left;

}

.content-index {
	width: 686px ;
	padding: 3px;
}

.content-section {
	width: 834px;
	padding: 3px;
}

.content-title {
	text-align: center;
	font-weight: bold;
	
}

.content-title h1 {
	margin: 7px;
}

.index-block {
	margin: 8px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}

.index-block-title {
	
}

.shoutbox-container {
	width: 150px;
	float: left;
	padding: 3px
}

.footer {
	color: #000000;
	height: 46px;
	width: 100%;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	display: table-cell;
}

.news-image {
	height: 120px;
	width: 120px;
	float: right;
	margin: 5px;
}


.news-message {

margin: 5px 5px;
overflow: auto;

}

.share-button {
	float: left;
	margin: 0px 5px 0px 5px;
}

.news-category-label {
	border-radius: 4px;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	font-size: 13px;
}

.news-category-label a:hover {
	text-decoration: none;    
}

.news-block-footer {
	width: 100%;
	text-align: center;
	margin-bottom: 5px
}

.news-block-rss {
	float: right;
	margin:5px;
}


/* news block table layout */

.table-centered-text {
	text-align: center;
}

.news-block-tableLayout
{
	border-radius: 5px;
	width:666px;
	margin: 10px;
	border:1px solid #dbdbdb;
	border-spacing: 0;
}

.news-block-tableLayout td
{
font-size:1em;
padding: 8px 3px 8px 3px;

}

.news-block-tableLayout th 
{
font-size:1.1em;
text-align:center;
background-color:#d2d2d2;
color:#ffffff;
padding: 6px;
}

/* end news block table layout */

.information-block-table {
	margin: 5px;
}

.information-block-table th {
	text-align: left;
}

.input-field {
	border-radius: 4px;
	border: 1px solid #dbdbdb;
}

.input-button {
	border-radius: 4px;
	border: 1px solid #dbdbdb;
}

.input-line {
	display: block;
}


/* new end */



#top_news {

width: 50%;
float: left;

}

#shoutbox_shout {

width: 136px;
overflow: auto;
margin: 5px 0px;

}

#shoutbox_shout_archive_container {
    
width: 840px;
}

#shoutbox_shout_archive {

width:  840px;
overflow: auto; 
float: left;  


}

#shoutbox_shout_archive_date {

float: right;
margin: 10px;

}

#shoutbox_shout_archive_name {

float: left;
margin: 10px;

}

#index_block_container {

float: left;
height: 100%;    
    
}

#index_block_container2 {

float: right;
width: 150px;
height: 100%;    
    
}


#links_container {

width: 100%;
height: 100%;

}

#links_block {

width: 407px;
border-style: solid;
border-width: 1px;
border-color: #000000;
overflow: auto;
margin: 5px;
float: left;

}

#links_image {

height: 120px;
width: 120px;
float: left;
margin: 5px;

}

/*table layout */

#tableLayout
{
width:99%;
border-collapse:collapse;
}

#tableLayout td, #tableLayout th 
{
font-size:1em;
border:1px solid #000000;
}

#tableLayout th 
{
font-size:1.1em;
text-align:center;
padding-top:4px;
padding-bottom:3px;
background-color:#979696;
color:#ffffff;
}

#tableLayout tr.alt td 
{
background-color:#e7e7e7;
}

/*table layout */
