@charset "utf-8";

/* SITEWIDE STYLE */

body {
	background-color: #333333;
	margin: 0;
	font-family: "Times New Roman", Tahoma, sans-serif;
	text-align: justify;
	font-style: italic;
	font-size: 14pt;
	padding: 0;
}

a.emLink {
	color: #0D7ABF;
	font-size: 14pt;
	font-weight:normal;
	text-decoration: none;
}

a.emLink:hover {
	color: #323232;
	font-weight:normal;
	text-decoration: underline;
}

div#taglineDiv{
	border: 0;
}

div#boundingBox {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
}

div#centerArea {
	width: 980px;
	height: 720px;
	background-image: url(../img/contact_new.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: 0px solid red;
}

div#copyrightDiv {
	text-align: right;
}

div#nav {
	width: 550px;
	height: 25px;
	position: absolute;
	top: 45px;
	left: 300px;
	padding: 0;
	border: 0px solid green;
}

#linksList {
	padding: 0;
	margin: 0;
}

#linksList li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
	border: solid 0px black;
	/*width:65px;*/
	text-align: center;
}

div.leftContent {
	width: 450px;
	height: 200px;
	position: absolute;
	top: 230px;
	left: 300px;
	border: 0;
}