@charset "UTF-8";
/* CSS Document */

/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

.flLeft { float:left; }
.flRight { float:right; }


html{
	height: 100%;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	}

#page_container{
	position: relative;
	min-height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
/*	height: auto !important;*/
	padding:0;
	display:block;
	
	
}

* html #page_container
	{
		height: 100%;
	}

#header {
	display:block;
	position:relative;
	margin-left: 45px;
	margin-right: 25px;
	height: 93px;
	}

#nav_main {
	position:relative;
	display:block;
	background-position: top left;
	background-image:url(../files/nav_main_bg.jpg);
	background-repeat:repeat-x;
	height: 45px;
		}

#main {
	display:block;
	position:relative;
	margin-left:45px;
	padding-bottom:60px;
}

#content {
	position:relative;
	display:block;
	margin-right:210px;
	text-align: justify;
		}
		
#home_content {
	margin-right:45px;
	text-align: justify;
		}
		
#nav_side {
	float:right;
	width: 170px;
	padding-left:40px;
	}

#footer {
	position:relative;
	display:block;
	background-position: top left;
	background-image:url(../files/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 55px;
	bottom: 0;	
	}
#footer_content {
	margin-top:12px;
	margin-left:45px;
	margin-right:25px;
	
}

#nav_news {
	display:block;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	text-align:left;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	line-height:14px;
	color:#0000b4;
}

#nav_news a:hover {
	color: #bd0000;
}

#nav_news a:active, 
#nav_news active a:link {
	color: #bd0000;
}

#nav_news a.current, 
#nav_news a.current:link {
	color: #bd0000;
}

#nav_news a.current:hover {
	color: #bd0000;

}


