body {
	background-color: #363b63;
	padding: 0px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #444444;
}
#container {
	width: 740px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/container-bkd.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#front-header {
	width: 740px;
	height: 227px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 140px;
	width: 154px;
	height: 90px;
}

#content {
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#content p {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	padding-left: 20px;
	width: 540px;
	color: #444444;
	margin-top: 0px;
	line-height: 18px;
}


#content h2 {
	font-family: Arial, Verdana, Tahoma;
	background: #fff;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 10px;
	width: 150px;
	color: #444444;
	margin-top: 0px;
	line-height: 22px;
}

#content h3 {
	font-family: Arial, Verdana, Tahoma;
	background: #fff;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	color: #444444;
	margin-top: 0px;
	line-height: 18px;
}

#content h1 {
	font-family: Arial, Verdana, Tahoma;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold; 
	color: #363b63;
	font-style: italic;
	margin-top: 0px;
}

#footer {
	font-family: Arial, Verdana, Tahoma;
	background-color: #1F6C27;
	color: #ededec;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
	clear: right;
	height: 80px;
	width: 740px;
}



a:link { 
text-decoration:underline; 
color:#555; 
}
a:visited { 
text-decoration:underline;
color:#555;
}


.dynlink {
cursor:pointer; cursor:hand;
text-decoration: underline; color: #ededec;
}

.dynlink2 {
cursor:pointer; cursor:hand;
text-decoration: underline; color: #444444;
}

.dynlink3 {
cursor:pointer; cursor:hand;
text-decoration: underline; font-weight: bold; color: #6B140E;
}

.dynlink4 {
cursor:pointer; cursor:hand;
text-decoration: underline; font-weight: bold; color: #11134E;
}

