@CHARSET "UTF-8";

body {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg.gif) repeat-x; 
	background-position: 0px -45px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 150%;
}

p {
	text-align: justify;
	line-height: 150%;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #069;
}

a:hover {
	color: #069;
}

#container {
	margin: 0 auto;
	width:1024px;
	position: relative;
	overflow: hidden;
}

	#header {
		margin: 0 auto;
		background: url(../images/header.jpg) no-repeat; 
		background-position: 0px -45px;
		width: 98%;
		/*height: 181px;*/
		height: 136px;
		position: relative;
		font-size: 11pt;
	}

	#header a {
		text-decoration: none;
		color: #fff;
	}

	#header a:hover {
		text-decoration: underline;
		color: #b2cee3;
	}
	
		#link {
			position: absolute;
			top: 15px;
			right: 20px;
			text-align: right;
			color: #fff;
		}
		
		#logo {
			position: absolute;
			top: 25px;
			left: 40px;
			background: url(../images/logo.png) no-repeat;
			/*background-position: 0px -45px;*/
			width: 400px;
			height: 100px;
		}
	
	#menu {
		margin: 0 auto;
		/* width: 1022px; */
		width: 98%;
	}

	#content {
		background: #fff;
		margin: 0px auto;
		padding: 5px;
		padding-bottom: 35px;
		/*width: 1010px;*/
		border: 1px solid #eee;
		border-top: none;
		border-bottom: none;
		text-align: left;
		color: #333;
		min-height: 600px;
		height: auto !important;
		width: 97%;
		position: relative;
		overflow: hidden;
	}
	#content h3{
		color:#069;
	}
	#footer {
		position: fixed;
		bottom: 0px;
		margin: 0 10px;
		padding-left: 10px;
    	width: 993px;
		height: 28px;
		border-top: 2px solid #CCCCCC;
		background-color: #FFFFFF;
	}
	
.clear {
	clear: both;
}

.login_error{
	text-align: center;
	color: #FF0000;
}