/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg.gif);
}

.main {
	margin-left: auto;
	margin-right: auto;
	height: 295px;
	width: 695px;
	border: #666666 solid 3px;
	padding: 0px;
}
.maincontent {
	width: 100%;
	height: 100%;
	border: #999999 solid 1px;
	padding: 0px;
}

.menutable {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	width: 695;
	border: #1b5198 solid 3px;
	background-color: #3366cc;
}

.bottable {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
	width: 695px;
	border: #8d7443 solid 3px;
}

.mainsquare {
	width: 515px;
	border-left: #999999 solid 1px;
	background: #1b5199 url(images/main-back.jpg) no-repeat right center;
}

.mainsquarebio {
	width: 515px;
	border-left: #999999 solid 1px;
}

.mainbio {
	width: 100%;
	height: 100%;
	border: #999999 solid 1px;
	background: #1b5199 url(images/back-bio.jpg) no-repeat left center;

}

.mainnews {
	width: 100%;
	height: 100%;
	border: #999999 solid 1px;
	background: #1b5199 url(images/back-news.jpg) no-repeat left center;

}

.mainmedia {
	width: 100%;
	height: 100%;
	border: #999999 solid 1px;
	background: #1b5199;

}

.mainlinks {
	width: 100%;
	height: 100%;
	border: #999999 solid 1px;
	background: #1b5199 url(images/back-links.jpg) no-repeat left center;
}

.maincontact {
	width: 100%;
	height: 100%;
	border: #999999 solid 1px;
	background: #1b5199 url(images/back-contact.jpg) no-repeat left center;
}

.topsquare {
	background: #3c70b5 url(images/mcent.jpg) no-repeat bottom center;
	width: 174px;
	height: 45px;
	border-bottom: #999999 solid 1px;
}

.botsquare {
	background: #3267ad;
	width: 174px;
	height: 244px;
}

.botcontent {
	background-color: #ebbe45;
	width: 100%;
	height: 100%;
	border: #666666 solid 1px;
}

.maintext {
	background: transparent;
	margin-left: 25px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 99ccff;
	line-height: 14px;
	text-align: justify;
}

.maintextbio {
	background: transparent;
	margin-left: 160px;
	width: 366px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 99ccff;
	line-height: 12px;
	text-align: justify;
	overflow: auto;
}

.maintextmedia {
	background: transparent;
	width: 686px;
	height: 300px;
}

.maintextbio2 {
	background: transparent;
	width: 100%;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 99ccff;
	line-height: 12px;
	text-align: justify;
}

.maintextlinks {
	background: transparent;
	margin-left: 110px;
	width: 416px;
	height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 99ccff;
	line-height: 12px;
	text-align: justify;
	overflow: auto;
}

A:link {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #99ccff;
	text-decoration: underline;
	font-weight: bold;
}

A:active {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}

.mediatext {
	background: transparent;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 99ccff;
	line-height: 12px;
	text-align: justify;
}

.overflow {
	background: inherit;
	width:250px;
	height:200px;
	overflow: auto;
}

.footertable {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 695px;
	border: #000000 solid 3px;
}

.footercontent {
	background-color:#000000;
	width: 100%;
	height: 100%;
	border: #333333 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

A:link.botlink {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

A:visited.botlink {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

A:hover.botlink {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}

A:active.botlink {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

A:link.axistrend {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

A:visited.axistrend {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

A:hover.axistrend {
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
}

A:active.axistrend {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.padright {
	padding-right: 5px;
}