* {
  margin: 0;

  padding: 0;  
}

BODY {
	padding:0px;
	margin:0px;
	width:100%;
	background:#113b44;
	color:#454141;
	font:13px Times, serif;
	line-height:140%;
}
a:link, a:visited, a:active {
	color:#2d716d;
	font:bold 12px Times, serif;
	text-decoration:none;
}
a:hover {
	color:#65A38B;
}

IMG, TABLE, TR, TD {
	border: 0;
    margin: 0;
    padding: 0;  
}

FORM {
	padding:0px;
	margin:0px;
}


/****** ALIGNMENT ******/
#body {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1013px;
	height:100%;
	background:#FFFFFF;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1007px;
	height:100%;
	text-align:center;
	z-index:1;
	display:table;
}
#top {
	background:url(../../img/top.jpg) no-repeat scroll;
	width:100%;
	height:206px;
	text-align:left;
}

#logo {
	padding:50px 0px 0px 40px;
	width:335px;
	height:78px;
}


#main {
	width:100%;
	height:100%;
}


#main #left {
	float:left;
	width:692px;
	height:100%;
}
#main #right {
	width:315px;
	float:left;
	text-align:left;
	background:url(../../img/news_bg_mid.png) repeat-y scroll;
	height:100%;
}


#main #right .news_bg_top {
	background:url(../../img/news_bg_top.png) no-repeat scroll top;
	width:100%;
	height:100%;
}
#main #right #news_bg_bot {
	width:100%;
	height:148px;
	z-index:10;
	margin-top:-148px;
	background:url(../../img/news_bg_bot.gif) no-repeat scroll;
}


#content {
	background:url(../../img/txt_bg_mid.jpg) repeat-y scroll;
	width:100%;
	height:100%;
}
#content .top {
	background:url(../../img/txt_bg_top.jpg) no-repeat scroll;
	width:100%;
	height:39px;	
}
#content .text {
	margin:0px 40px -20px 70px;
	text-align:left;
	height:100%;
}

#content .text:first-letter {
	font-size: 57px;
	text-transform:uppercase;
	float: left;
	padding-right: 9px;
	line-height: 40px;
	margin:0;
}

#menu {
	width:692px;
	height:44px;
	white-space:nowrap;
}
#menu .m {
	float:left;
}

#main #left #building_pic {
	background:url(../../img/building_pic.jpg) no-repeat scroll;
	width:100%;
	height:168px;
}

.news_title_top {
	height:45px;
	text-align:left;
	padding:20px 0px 0px 20px;
}

#news_blocks {
	height:100%;
	text-align:left;
}

#news_blocks .news_item {
	z-index:5;
	margin-left:22px;
	margin-top:-10px;
	background:url(../../img/news_bg.gif) no-repeat scroll;
	width:276px;
	height:107px;
	padding-top:10px;
	padding-left:5px;
	text-align:left;
}


.news_item .date {
	color:#2d716d;
	font:bold 11px Times, serif;
	margin:5px 0px 5px 0px;
}
.news_item .text {
	font:bold 11px Times, serif;
	line-height:17px;
}
.news_item .readmore {
	float:right;
	margin:10px 30px 0px 0px;
}
#envelope {
    text-align: left;
}
#newspaper {
    text-align: right;
}


p.upperfirst:first-letter {
	font-size: 57px;
	text-transform:uppercase;
	line-height: 40px;
	vertical-align: bottom;
}

span.upperfirst:first-letter {
	font-size: 57px;
	text-transform:uppercase;
	line-height: 40px;
	vertical-align: bottom;
}

.frmstyle {
    background:url(../../img/txtfield.png) no-repeat;
    width: 252px;
    height: 21px;
    border: 0px;
}

.frmtextstyle {
    width: 260px;
    height: 81px;
    border: solid 1px #C5C4BF;
    background-color: #F2F1EE;
}

.btnstyle {
    background:url(../../img/button.png) no-repeat;
    width: 89px;
    height: 21px;
    border: 0px;
}

table.valign tr td {
    vertical-align:top;
}

table.valign form {
    display:inline;
} 

td.verticalalign
{
    vertical-align:bottom;
}

span.message
{
    color: #ff0000;
}