/******/
img {border-width: 0;}
form {
  margin: 0;
  padding: 0;
}

/****************************************************************************************/


p {line-height: 1.4em;}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {text-decoration: none;color: #d32525;}
a:hover {text-decoration: underline;color: #e05252;}
a:visited {color: #980000;}
a:active {color: #980000;}



body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height:100% !important;
	/*overflow: visible;*/
}

/*HEADER*/

#header {
	background-image: url(images/header-bg.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 89px;
	margin-left: 8px;
	text-align: left;
	/*background-attachment: fixed;*/
}

.logo {
	border-width: 0;
	text-align: left;
	width: 95px;
	height: 95px;
	padding-left: 10px;
	
}

#header h1 {
	position: absolute;
	left: 15%;
	top: 12px;
	text-transform: uppercase;
	font-size: 20px;
}

#header h2 {
	position: absolute;
	left: 15%;
	top: 50px;
	font-size: 11px;
}


.in_out { 
	float: right;
	margin-top: -80px;
}

.placearea {
	background-image: url(images/placearea.gif);
	background-repeat: repeat-y;
	width: 180px;

	margin: 0px;
	padding: 0px;

	float: right;
	/*margin-top: -80px;*/

}

.placeareatop {
        background-image: url(images/placearea-top.gif);
        width: 180px;
        background-repeat: no-repeat;
        height: 8px;

	overflow: hidden;
}

.placeareabottom {
        background-image: url(images/placearea-bottom.gif);
        width: 180px;
        background-repeat: no-repeat;
        height: 8px;

	overflow: hidden;
}


/* FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	height: 75px;
	text-align: center;
	margin-left: 8px;

	clear: both;
}

.footer {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	
	padding: 20px;
}

/*LOGIN AREA*/
#login {
	
	margin-left: 10px;
	margin-right: 10px;
}

.LoginLabel {
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	right: 8px;
	display: block;
}

.textfield {
	border-width: 1px;
	border-style: solid;
	border-top-color: #716F64;
	border-left-color: #716F64;
	border-right-color: #F1EFE2;
	border-bottom-color: #F1EFE2;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: left;
	width: 100%;
}


.LoginButton {
	MARGIN-TOP: 1px;
	font-size: 100%;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 1px;
	width: 70px;
	height: 20px;
	border: black 1px solid;
	cursor: hand;
	right: 8px;
}


/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim1.gif);
	top: 83px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	left: 0px;
}

/*CONTENT AREA*/
#page {
	background-image: url(images/body-repeat.gif);
	background-repeat: repeat-y;
	text-align: left;

}

#page1 {
	background-image: url(images/body-repeat.gif);
	width: 95%;
	padding-top: 1px; /* Weird Mozilla Bug */
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top: -12px;
	z-index: 1;

	border: green 3px solid;
}

#sidebar {
	background-image: url(images/body-repeat.gif);
	background-repeat: repeat-y;

	/*position: absolute;*/
        float: left;
	width: 272px;
	left: 0px;
	display: block;
	/*border: red 1px solid;*/
}

#empty {
	margin-left: 1px;
	float: right;
}


#content {
	margin-left: 280px;
        border: green 0px solid;
	
	/*height: 200%;*/
}

/*MENU*/
#menu {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0;
	margin-left: 8px;
	padding: 0;

}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	border: none;

}
		
#menu li {
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;

}

#menu li a {
	display: block;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	width: 100%;
	color: #666666;
}

#menu li a:hover {
	background-image: url(images/menu_bg_w.gif);
	background-repeat: no-repeat;
}

.menutitle {
	font-size: 13pt;
	font-family: verdana, 'trebuchet ms', sans-serif;
	border-bottom: 2px silver solid;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;

}


/*NEWS*/
.newsblock {
	width: auto;
	padding-top: 50px;
}

.title {
	font-size: 13pt;
	font-family: 'trebuchet ms', verdana, sans-serif;
	border-bottom: 1px silver solid;
	text-align: justify;
}

.subtitle {
	font-size: 8pt;
	text-align: right;
}


h1{
  font-size: 20px;
}


h2{
  font-size: 18px;
}


h3{
  font-size: 16px;
}
