﻿			body{
				background:	url('../images/gradient.png') #01478F bottom center repeat-x fixed;
				font-family:	verdana,arial,sans-serif;
				font-size:	14px;
			}
			.bodyMain{
				position:	absolute;
				width:		860px;
				left:		20px;
				top:		180px;
				height:		225px;
				color:		#ffffff;
			}
			.bodyTable{
				height:		100%;
			}
			.headerMain{
				position:	absolute;
				top:		0px;
				left:		0px;
				width:		100%;
				height: 	150px;
				left:		0px;
				top:		0px;
				background:	#000000;
				color:		#ffffff;
			}
			.headerText{
				position:	absolute;
				left:		460px;
				width:		400px;
				text-align:	right;
				top:		44px;
				text-decoration:none;
			}
			.fixLink{
				text-decoration:none;
				color:		#ffffff;
				font-size:	16px;
			}
			.footerMain{
				position:	absolute;
				bottom:		0px;
				width:		100%;
				height:		50px;
				background:	url('../images/footer.jpg') center center repeat-x;
				border-top:	solid 1px #666666;
			}
			.footerText{
				position:   absolute;
				left:       250px;
				top:        15px;
				color:      #ffffff;
			}
			.lineGrad{
				position:	absolute;
				top:		140px;
				width:		100%;
				height:		2px;
				background:	url('../images/line_grad.jpg') 40px center no-repeat;
			}
			.linkImage{
				border:		none;
				text-decoration:none;
				color:      #ffffff;
			}
			.manti_logo{
				position:   absolute;
				right:      10px;
				top:        5px;
			}
			.spacer{
				position:	relative;
				height:		7px;
			}
			.subtitleMain{
				position:	absolute;
				top:		154px;
				left:		0px;
				width:		100%;
				height:		50px;
				background:	url('../images/subtitle.jpg') center center no-repeat;
			}
			td{
				padding:	10px;
			}
			#wrapMain{
				position:	absolute;
				width:		900px;
				height:		550px;
				left:		50%;
				top:		50%;
				border: 	solid 1px #999999;
				background:	#000000;
				margin-left:	-450px;
				margin-top:     -300px;
				display: none;
			}
			#newsMain{
				position:	absolute;
				top:		0px;
				height:		35px;
				right:		0px;
				border-bottom:	solid 3px #ffffff;
				color:		#ffffff;
				background:	url('/images/newsBG.jpg') center center repeat-x;
			}
			.newsTitle{
				position:		absolute;
				top:			0px;
				left:			0px;
				width:			275px;
				height:			35px;
				border-bottom:	solid 3px #ffffff;
				color:			#ffffff;
				background:		#013972;
				text-align:		center;
				font-weight:	bold;
				font-size:		18px;
			}
			#newsArticles{
				display:		none;
			}