body, html {
	height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #000;
	line-height: 20px;
}



a { 
	color: #0b76e1; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #0000FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 { }
h3 { }
h4 { }
p {

}

#container {
	width: 980px;
	margin: 0px auto;
}
#container #header {
}

/* navigation */
#nav-global {
	width: 980px;
	height: 40px;
	background-image: url(../images/bg-nav-blue.png);
	background-repeat: repeat-x;
	margin: 0px auto;
}
#nav-global .navHolder {
	width: 940px;
	height: 36px;
	margin: 0px auto;
	background-image: url(../images/bg-nav.gif);
	background-repeat: repeat-x;
}
#nav-global .navHolder ul {
	margin: 0px;
	padding: 0px;
}
#nav-global .navHolder li {
	margin: 0px;
	list-style-type: none;
	width: 82px;
	height: 29px;
	display: block;
	float: left;
	padding: 8px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
#nav-global .navHolder li a {
	color: #ffffff;
	text-decoration: none;
}
#nav-global .navHolder li a:hover {
	text-decoration: underline;
}
#nav-global .navHolder li.on {
	margin: 0px;
	list-style-type: none;
	width: 82px;
	height: 29px;
	display: block;
	float: left;
	padding: 8px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/bg-nav-on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #ffffff;
}


/* content */
#content {
	width: 920px;
	padding: 20px;
	border: 10px solid #F2F2F2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: both;

}
#content .full {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-left: 10px;
	background-color: #E6F2FF;
	padding-bottom: 5px;
}


#content  .left img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-bottom: 10px;
}

#content .left {
	width: 285px;
	float: left;
	padding-bottom: 10px;
}
#content  .homeLeft img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-bottom: 10px;
}

#content .homeLeft {
	width: 355px;
	float: left;
	padding-bottom: 10px;
}

#content .right h2 {
	padding-bottom: 5px;
	line-height: normal;
}


#content .right {
	width: 635px;
	float: right;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
}
#content  .right img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}

#content .homeRight h2 {
	padding-bottom: 5px;
	line-height: normal;
}


#content .homeRight {
	width: 555px;
	float: right;
	padding: 10px 0px 0px 0px;
	font-size: 1.2em;
}
#content  .homeRight img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}


/* footer */
#footer {
	width: 976px;
	font-size: 12px;
	color: #999999;
	background-color: #EBEBEB;
	text-align: center;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 2px solid #A0A0A0;
	margin-top: 4px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 0px 0px 0px 0px;
}

