html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
p {
	font-size: 13pt;
}

.formfield {
	font-size: 10pt;
}

.right {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nomargin {
	margin: 0px;
}

.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#box1 {
position:relative;
bottom: 30px;
right: 5px;
width: 400px;

}
#box2 {
position:relative;
bottom: 60px;
left: 345px;
width: 200px;

}

.mainTable {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.middleTD {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 760px;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.centerTable {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
	
}
.photoDiv {
	height: 187px;
	width: 251px;
	margin-top: 41px;
	margin-left: 4px;
}
.contentDiv {
	height: 230px;
	width: 390px;
	margin-left: 60px;
	padding-right: 20px;
	overflow: auto;
}

.contentDiv2 {
	height: 230px;
	width: 390px;
	margin-left: 60px;
	padding-right: 20px;
	overflow: auto;
	position:relative;
bottom: 70px;
left: 20px;
width: 400px;

}

.subNav {
	width: 480px;
	margin-left: 0px;
	margin-top: 0px;
	height: 83px;
}
.smallURL {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

a:link {
	font-weight: bold;
	color: #374D72;
	text-decoration: none;
}

.hiddenDiv {
}

.subNavLink {
	font-size: 12px;
	text-align: center;
}
h3 {
	color: #4971AC;
	margin-top: 15px;
	margin-bottom: 0px;
}ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	font-size: 11pt;
	margin-bottom: 5px;
}
a:visited {
	font-weight: bold;
	color: #374D72;
	text-decoration: none;
}
a:hover {

	font-weight: bold;
	color: #374D72;
	text-decoration: underline;
}
a:active {

	font-weight: bold;
	color: #374D72;
	text-decoration: none;
}
.middleTDintro {

	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 760px;
	background-image: url(../images/introBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.leftIntro {

	background-image: url(../images/introBG_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightIntro {

	background-image: url(../images/introBG_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
