body {
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
	background-image: url(../images/gradientBg.png);
	background-repeat: repeat-x;
}
#headerWrapper {
	width: 100%;
	height: 120px;
}
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header  #logo {
	float: left;
	position: relative;
	top: 40px;
}
#header  #menu {
	float: right;
	position: relative;
	top: 78px;
}

#spacer {
	width: 100%;
	height: 5px;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#containerIndex {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/paneBg.png);
	background-repeat: repeat-x;
}

#contentwrapper {
	width: 100%;
}
#contentLeft {
	float: left;
	width: 100px;
	padding: 20px;
}
#contentRight {
	float: right;
	width: 760px;
	padding: 20px;
}
#contentRight img {
	padding: 10px;
	border: 1px solid #E2E2E2;
	margin-right: 10px;
}




#footerSpacer {
	width: 100%;
	height: 1px;
	clear: both;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#info {
	width: 940px;
	padding-top: 10px;
}
#pane1 {
	float: left;
	width: 264px;
	background-image: url(../images/paneBg.png);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	margin-right: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#pane2 {
	float: left;
	width: 264px;
	background-image: url(../images/paneBg.png);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	margin-right: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#pane3 {
	float: left;
	width: 264px;
	background-image: url(../images/paneBg.png);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.image {
	padding-right: 15px;
}
a {
	color: #00CCF8;
	text-decoration: none;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav {
background:url("../images/nav.png") no-repeat;
width:490px;
height:32px;
margin:0;
padding:0;
}

#nav span {
display: none;
}

#nav li, #nav a {
height:32px;
display:block;
}

#nav li {
float:left;
list-style:none;
display:inline;
}

#nav-01 {
	width: 70px;
}
#nav-02 {
	width: 120px;
}
#nav-03 {
	width: 90px;
}
#nav-04 {
	width: 120px;
}
#nav-05 {width: 90px;}

#nav-01 a:hover {background:url("/images/nav.png") 0px -32px no-repeat; }
#nav-02 a:hover {
	background:url("/images/nav.png") -70px -32px no-repeat;
}
#nav-03 a:hover {background:url("/images/nav.png") -190px -32px no-repeat; }
#nav-04 a:hover {
	background:url("/images/nav.png") -280px -32px no-repeat;
}
#nav-05 a:hover {background:url("/images/nav.png") -400px -32px no-repeat; }

