@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}
body {
	margin:15px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	height: 100%
} 

a {
	color: #bf2324;
	text-decoration: none;
} 
a:hover {
	color: #bf2324;
	text-decoration: underline;
} 

a:active {
	color: #bf2324;
	text-decoration: underline;
}

a:linked {
	color: #bf2324;
	text-decoration: none;
}

#container {
	width: 98%;
	min-width: 820px;
	position: relative;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: center; /* Counteract to IE5/Win Hack */	
	background-color: #646464;

}

#container2 {
	text-align: left;
}

#header {
	width: 100%;
	margin-bottom: -10px !important;
	margin-bottom /**/: 10px;
	background-image: url(/i/bg_header.gif);
	overflow: auto; 
}

#mid {
	width: 100%;
	background-image: url(/i/bg_mid.gif); 
	background-color: #d9dbce;
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 10px;
	margin-right: -20px;
	margin-bottom: -15px !important;
	margin-bottom /**/: 0px;
	text-align: left;
}

#footer {
	text-align: center;
	color: #444444;
}

#content {
	color: #000000;
	margin-top: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#content_body {
	width: 90%;
	text-align: left;
	margin-left: 10px;
}

#navigation {
	margin-left: 0px;
	width: 163px;
	text-align: left;
}
#navigation ul {
	list-style-image: url('/i/nav_bullet.gif');
	margin-top: 10px;
}
#navigation li {
	list-style-image: url('/i/nav_bullet.gif');
	margin-bottom: 15px;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;	
	text-decoration: underline;
}
#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}
.border {
	border: 1px solid #ccc; padding: 5p;
}
