html, body 
{
	width: 100%; 
	height: 100%; 
	max-height:100%; 
	margin: auto; 
	padding:0; 
	font-family: verdana, sans-serif; 
	font-size: 100%; 
} 

html
{
overflow: scroll;
overflow-x: hidden;
}

img
{
	border: 0px;
}
	
img.center
{
	vertical-align: middle; 
	padding-right: 5px;
}

#container 
{
	min-height:100%; 
	position:relative;
}

#headerContainer 
{
	padding:0px; 	
}

.topBg
{
	background-image: url("./../img/style/topBg1.png"); 
	background-repeat: repeat-x; 	
}

/*.topBgImg
{
	background-image: url("./img/topBgImgTest.png"); 
	background-repeat: no-repeat; 
	background-position: -409px 0px; 
	background-attachment: scroll; 
}*/

#header
{
	width:950px; 
	height: 80px; 
	margin: auto; 
	background-image: url("./../img/style/topBgImgTest1.png"); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 	
}

.logo
{
	width: 420px; 
	height: 50px; 
	float: left; 
	margin-top: 5px; 
	background-image: url("./../img/content/logo.png"); 
	background-repeat: no-repeat; 	
}

#topMenu
{
	width: 500px; 
	height: 16px; 
	float: right; 
	margin-top: 5px; 	
}

.lastBtnTop
{
	border-right: 1px solid #999; 	
}

a.btnTop
{
	height: 100%; 
	border-left: 1px solid #999; 
	text-align: center; 
	float: right; 
	padding-left: 10px; 
	padding-right: 10px; 
	font-size: 60%; 
	color: #838383; 
	text-decoration: none; 	
}

a.btnTop:hover
{
	background-color: #f4f4f4; 
	border-bottom: 1px solid #999; 	
}

#mainBar
{
	height: 30px; 
	width: 100%; 
	background-image: url("./../img/style/btnBg.png"); 
	background-repeat: repeat-x; 	
}

#btnMainPos
{
	width: 950px; 
	height: 100%; 
	margin: auto; 
	background-image: url("./../img/style/btnBg.png"); 
	background-repeat: repeat-x; 	
}

a.btnMain
{
	height: 100%; 
	background-image: url("./../img/style/btnBg.png"); 
	background-repeat: repeat-x; 
	text-align: center; 
	float: left; 
	line-height: 2.8em; 
	padding-left: 15px; 	      
	padding-right: 15px; 
	text-decoration: none; 
	color: #3c3c3c; 
	font-size: 70%; 
	outline: none; 
	min-width: 80px; 	
}

#btnMainPos h2
{
	font-size: 100%; 
	font-weight: normal;
}

a.btnMain.sel
{
	height: 100%; 
	background-image: url("./../img/style/btnSel.png"); 
	background-repeat: repeat-x; 
	text-align: center; 
	float: left; 
	line-height: 2.8em; 
	padding-left: 20px; 
	padding-right: 20px; 
	text-decoration: none; 
	color: #fff;
	font-size: 70%; 
	outline: none; 
	min-width: 80px; 	
}

a.btnMain.sel:hover
{
	background-image: url("./../img/style/btnSel.png"); 
	background-repeat: repeat-x; 
}

a.btnMain:hover
{
	background-image: url("./../img/style/btnHover.png"); 
	background-repeat: repeat-x; 
	color: #fff; 	
}

#subBar
{
	width: 100%; 
	height: 12px; 
	background-color: #008bc7; 	
}

#bodyContainer 
{
	padding-bottom:15px; 
	} /* Height of the footer */

#footer 
{
	position:absolute; 
	bottom:0; 
	width:100%; 
	height:15px; 
	/* Height of the footer */ background:#008bc7; 	
}

#footer p 
{
	margin:0; 
	float:right; 	
}

.footerText
{
	padding-left: 15px; 
	width: 950px; 
	height:100%; 
	margin: auto; 
	font-size: 60%; 
	color: #fff; 	
}


