@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CFCDCB;
	background-image: url(assets/pageBG.gif);
	margin: 10px 0px;
	padding: 0px;
}

h1 {
	font-size: 15px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 11px;
}

td {
	line-height: 140%;
	vertical-align: top;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#page {
	width: 960px;
	height: 600px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	height: 120px;
	width: 960px;
	border: 1px solid #f08a00;
	background-color: #FFFFFF;
}
#navilinks {
	float: left;
	height: 29px;
	width: 350px;
	margin-left: 20px;
	margin-top: 91px;
	padding: 0px;
}
#logo {
	float: left;
	height: 120px;
	width: 200px;
	margin-right: 11px;
	margin-left: 9px;
}

#navirechts {
	float: right;
	height: 29px;
	width: 342px;
	margin-right: 20px;
	margin-top: 91px;
	padding: 0px;
}
#content {
	height: 450px;
	width: 960px;
	border-left: 1px solid #f08a00;
	border-right: 1px solid #f08a00;
	background-color: #FFFFFF;
	background-image: url(assets/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#page  #content  p, #page #content li {
	line-height: 140%;
}
#contentlinks {
	float: left;
	height: 450px;
	width: 450px;
	margin-left: 20px;
}
#contentrechts {
	float: left;
	height: 450px;
	width: 450px;
	margin-left: 20px;
}



#footer {
	height: 30px;
	width: 960px;
	border: 1px solid #f08a00;
	background-color: #FFFFFF;
}
#page #footer p {
	font-size: 11px;
	text-align: center;
	margin: 8px 0px 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}
#page #footer a {
	color: #000000;
	text-decoration: none;
}
#page #content a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

