body
			{
			background-image: url("imgs/paleBack.jpg");
			background-attachment: fixed;
			background-position: top left;
			background-repeat: no-repeat;
			font-family: Helvetica, Verdana, 'Trebuchet MS', Arial , sans-serif;
			text-align: center;
			padding: 50px;
			}

.upper
			{
			position: relative;
			margin: auto;
			width: 820px;
			padding-top: 15px;
			background-image: url("imgs/background-top.gif");
			background-position: top center;
			background-repeat: no-repeat;
			}
			
.lower
			{
			position: relative;
			width: 820px;
			padding-bottom: 15px;
			background-image: url("imgs/background-bottom.gif");
			background-position: bottom center;
			background-repeat: no-repeat;
			}

.sides
			{
			width: 800px;
			position: relative;
			background-image: url("imgs/background.gif");
			padding: 30px 10px 50px 10px;
			}

.page
			{
			position: relative;
			width: 800px;
			}

.title
			{
			border: 0px;
			}

.content
			{
			margin-top: 30px;
			padding-left: 30px;
			top: 100px;
			width: 740px;
			font-size:10pt;
			}

.leftCol
			{
			width: 170px;
			padding-right: 15px;
			padding-top: 30px;
			vertical-align: top;
			}

.rightCol
			{
			width: 640px;
			text-align: justify;
			vertical-align: top;
			}

.leftImg
			{
			position: relative;
			float:left;
			margin-right: 15px;
			}
.rightImg
			{
			position: relative;
			float:right;
			margin-left: 15px;
			}

a
			{
			color: #2c4352;
			text-decoration: underline;
			}

.menuLink
			{
			display: block;
			position: relative;
			width: 150px;
			padding: 3px 5px;
			margin: 3px 0px;
			font-size: 7pt;
			font-weight: bold;
			border: 1px solid #2c4352;
			text-decoration: none;
			}

a:hover
			{
			background: #e0e0ff;
			}

.current
			{
			display: block;
			position: relative;
			width: 150px;
			padding: 3px 5px;
			margin: 3px 0px;
			font-size: 7pt;
			font-weight: bold;
			border: 1px solid #2c4352;
			background: #e0e0ff;
			text-decoration: none;
			}

.contactCont
			{
			text-align: center;
			font-size: 6pt;
			margin-top: 4em;
			}

.rightSideBar
			{
			width: 200px;
			border: 1px solid #2c4352;
			background: #e0e0ff;
			float: right;
			clear: both;
			font-family: 'times new roman', times, serif;
			font-size: 8pt;
			padding: 3px;
			margin: 0px 0px 15px 15px;
			}

.rightSideBar img
			{
			border: 2px solid #2c4352;
			align: center;
			}

.rightSideBar p
			{
			padding: 0px 5px;
			}