body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin: auto auto;
	background:url(images/mainBackground.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	height:100%;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:10px;
}
h5 {
	font-size:8px;
}
a {
	color: #939BA0;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}



#container {
	width: 980px;
	min-height:400px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	border-width: 0px; 
	border-style: solid;
}

#containerHome {
	width: 980px;
	min-height:400px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	background:url(images/keys.jpg);
	background-repeat: no-repeat;
	background-position: 2px 95px;
	border-width: 0px; 
	border-style: solid;
}

#header {
	padding: 48px 0px 20px 75px;
	 margin: 0px 0px 0px 0px;
	display: block;
}

#nav {
	width: 904px;
	min-height: 2px;
	padding: 5px 0px 5px 75px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background:url(images/navBackground.jpg);
	background-repeat:repeat-y;
	background-position: 1px 30px;
	display: block;
	font-size:12px;
}

#nav div a {
	color: #000000;
	text-decoration: none;
}
#nav div a:hover {
	color: #939BA0;
	text-decoration: none;
}

#nav div a.select {
	color: #939BA0;
	text-decoration: none;
}
#nav div a.select:hover {
	color: #939BA0;
	text-decoration: none;
}

#navSub {
	width: 904px;
	min-height: 2px;
	padding: 5px 0px 5px 75px;
	margin: 0px 0px 0px 0px;

	display: block;
	font-size:10px;
}

#navSub  div a {
	color: #000000;
	text-decoration: none;
}
#navSub  div a:hover {
	color: #939BA0;
	text-decoration: none;
}
#navSub  div a.select {
	color: #939BA0;
	text-decoration: none;
}
#navSub  div a.select:hover {
	color: #939BA0;
	text-decoration: none;
}





#body {
	width: 904px;
	min-height: 400px;
	padding: 29px 0px 5px 75px;
	margin: 0px 0px 0px 0px;
	display: block;
	border-width: 0px; 
	border-style: solid; 
}

#bodyWithSub {
	width: 904px;
	min-height: 400px;
	padding: 5px 0px 5px 75px;
	margin: 0px 0px 0px 0px;
	display: block;
	border-width: 0px; 
	border-style: solid; 
}




#leftColumHome {
	width: 360px;
	min-height: 400px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	line-height: 23px;
	float: left;
}
#leftColum {
	width: 360px;
	min-height: 400px;
	overflow: auto;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	line-height: 16px;
	float: left;
	border-width: 0px; 
	border-style: solid; 
}
#rightColum {
	width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	line-height: 16px;
	float: right;
	border-width: 0px; 
	border-style: solid; 
}
#rightNleftColum {
	width: 880px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	line-height: 16px;
	float: left;
	border-width: 0px; 
	border-style: solid; 
}




#footer {
	width: 900px;
	padding: 24px 0px 5px 75px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size:10px;
	line-height: 14px;
}


#divClear {
	clear: both;
	line-height: 1px;
	height: 1px;
	display: block;
	margin: 0;
	padding: 0;
}
