.navarea {
	background-image: url(/images/navbarbg.jpg);
width: 100%;
	height: 24px;
}

.topbarbg {
	background-color: #1d7eab;
	height: 117px;
	white-space: nowrap; 
}

.topbarright {
	float: right;
	width: 258px;
		height: 117px;
		white-space: nowrap; 
}

.topbarleft {
	white-space: nowrap;
	float: left;
}

.topbar {
	background-color: #dddddd;
	height: 10px;
}

.header1 {
	color: #1d7eab;
	font: bold 18px/22px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.body {
	background: url(images/gradbg.jpg) repeat-x fixed;
}

.mainarea {
	text-align: left;
	margin: 0;
	padding: 10px 20px 0;
}

.outsideblock {
	background-color: #fff;
	padding: 10px;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
}

.insideblock {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    background: #fff url(images/stripbg1.jpg) no-repeat scroll right 150px;
	border: 1px solid #efefef;
}

.text {
	color: #333333;
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

.footerline {
	width: 100%;
	height: 1px;
	background-color: #1d7eab;
	margin: 0;
	padding: 0;
	clear: both;
}

.bar1 {
	width: 100%;
	height: 51px;
	background-color: #000;
	margin: 37px 0 0;
	padding: 0;
}

.bar2 {
	width: 100%;
	height: 42px;
	background-color: #000;
}

.rightphoto {
	text-align: right;
	border: solid 1 #cccccc;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	}

.footerarea {
	clear: both;
}

a:link {
	color: #1d7eab;
	text-decoration: none;
}
a:visited {
	color: #1d7eab;
	text-decoration: none;
}
a:hover {
	color: #f98500;
	text-decoration: underline;
}

.leftside {
	background: #fff url(images/sidestrip1.gif) no-repeat scroll 0 top;
	width: 191px;
	float: left;
	height: 500px;
}

.center {
}

.content {
	height: 327px;
	padding-left: 20px;
	position: relative;
}
.rightside {
	background: #fff url(images/sidestrip-right1.gif) no-repeat scroll 0 top;
	width: 170px;
	float: right;
	height: 500px;
}