﻿/* Content -----------------------------------------------------------------------------------------------*/
.content {
	height: 490px;
	
}

.content div.container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 780px;
	background-image: url('../Images/MainLayout/DarkGreyBackgnd.png');
	background-repeat: repeat-y;
}

.linkmain {
	/*background-color: #009EC5;*/
	float: left;
	width: 545px;
	height: 230px;
	margin-bottom: 10px;
	background-image: url('../Images/HomeAnimImages/headerImage1.jpg');
	background-repeat: no-repeat;
}

.myaccount
{
	background-color: #009EC5;
	float: left;
	width: 175px;
	height: 230px;
	margin-left:25px;
	margin-right: 10px;
}
	
.sublink1 {
	background-color: #C00000;
	float: left;
	width: 175px;
	margin-left:25px;

	height: 170px;
}

.sublink2 {
	background-color: #79BA1D;
	float: left;
	width: 175px;
	margin-left: 10px;
	height: 170px;
}

.sublink3 {
	background-color: #F80081;
	float: left;
	width: 175px;	
	margin-left: 10px;
	height: 170px;
}

.sublink4 {
	background-color: #FE5900;
	float: left;
	width: 175px;	
	margin-left: 10px;
	height: 170px;
}
/* main new -------------------------------------------------------------------------------- */
.myaccountnew
{
	background-color: #009EC5;	
}

.linkmainnew {
	width: 545px;
	height: 160px;
	background-image: url('../Images/HomeAnimImages/headerImage1.jpg');
	background-repeat: no-repeat;
}

/* news ------------------------------------------------------------------------------------ */

.newscontent {
	margin-left:25px;
	width:730px;
	
}

.newscontentheader{
	padding-bottom: 25px;
	margin-left:25px;
}

/* news article------------------------------------------------------------------------------ */


.newscontentfp
{
    margin-left: 25px;
	margin-right: 20px;
	text-align:  justify;	
	margin-bottom:40px;
}

.newscontentstd{
	margin-left: 20px;
	margin-right: 20px;
	text-align:  justify ;
	width: 690px;
	min-height: 140px;
	margin-bottom:40px;
}

.newscontentstdimage{
	float:left;
	margin-right: 30px;
}

.newscontent p
{
	font-size:12px;
	line-height:18px;
	margin-right:10px;
	margin-top:6px;
}

.newscontent h2
{
	font-size:12px;
	line-height:18px;
	
}

.newscontent h1
{
    font-size:14px;
    margin-bottom:1.5em;
}
/*
.newscontent div.container div h1{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
	color: #333333;
}*/
/*color: #B00002;*/
/*.newscontent div.container div p{
	font-size: 11px;
	margin: 0px;
	color: #808080;
}

.newscontent div.container div h2{
	text-align: right;
	font-size: 11px;	
		color: #B00002;
	font-weight:  normal;
	margin-bottom: 0px;
	margin-top: 10px;
}
*/