@charset "utf-8";
#header {
	height: 90px;
}
#graphicSection {
	height: 406px;
	width: 100%;
	position: relative;
	background-image: url(../images/welcome-bkground.png);
}
#bigPictureFrame {
	position: absolute;
	width: 397;
	height: 317;
	left: 29px;
	top: 34px;
}
#bigPic {
	position: absolute;
	left: 25px;
	top: 24px;
}
#smallPicFrame1 {
	position: absolute;
	background-color: #FFFFFF;
	left: 468px;
	top: 15px;
	padding: 10;
}
#smallPic1 {
	padding: 10px;
}




#header #imgHeader {
	margin-top: 20px;
	margin-left: 40px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation  ul  li  a, a {
	color: #97BF2B;
	text-decoration: none;
	padding: 5px;
	margin-right: 10px;
}
#navigation  li  a:hover, a:hover {
	color: #999999;
	text-decoration: underline;
}
#navigation {
	text-align: center;
}
#navigation  li  a:visited, a:visited {
	color: #666666;
	text-decoration: none;
}

#sidebarInsert {
	width: 210px;
	margin-left: 40px;
}
#sidebarInsert h1 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
#content h1 {
	font-size: 16px;
	color: #97BF2B;
	text-transform: uppercase;
}
#content h2 {
	font-size: 16px;
	color: #97BF2B;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 4px;
}
#content  em strong {
	margin-top: 12px;
	color: #333333;
	font-size: 14px;
}

#sidebarInsert   p {
	color: #759522;
	padding-right: 20px;
	padding-left: 0px;
}
#sidebar a {
	padding-left: 0px;
}
#sidebar h2 {
	font-size: 16px;
}
#sidebarInsert li {
	margin-right: 20px;
}
#smallPic2 {
	padding: 10px;
}
#smallPicFrame2 {
	position: absolute;
	background-color: #FFFFFF;
	left: 493px;
	top: 186px;
	padding: 10;
}

