@charset "utf-8";
/* CSS Document */
h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#c70000;
	margin:0;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
}

#container{
	margin:auto;
	background-color:#FFFFFF;
	width:960px;
}
#mainMenu{
	background-color:#e1e1e1;
	background-repeat:no-repeat;
	width:960px;
	height:60px;
	float:left;
}
#LoginBar {
	width:960px;
	height: 35px;
	background: url(../_img/loginbar-background.jpg) #FFF;
	float:left;
}
#LoginBar-left {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	height: 35px;
	width:auto
}
#LoginBar-right {
	position:relative;
	float:right;
	top:0px;
	right:20px;
	height: 35px;
	width:auto;
}
#header{
	width:960px;
	height:75px;
	float:left;
	background-image:url(../_img/header.jpg);
}
#menuLeft{
	width:200px;
	height:311px;
	float:left;
	background-image:url(../_img/main-menu.jpg);
}
#contain{
	background-color:#e1e1e1;
	width:760px;
	float:right;
}
#containIframe{
	background-color:#e1e1e1;
	width:760px;
	height:450px;
	float:right;
}
#footer{
	background-color:grey;
	width:760px;
	height:55px;
	float:right;
    	background: white url(../_img/footer.jpg) no-repeat top right;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}

