/* CSS Document */

/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background:#000000 url(../images/back_lines.gif) repeat center top;
	overflow: -moz-scrollbars-vertical !important; 
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;
}

a, a:visited {
	color:#005078;
}
a:hover {
  text-decoration: none
}


/* ---- =Structure! --------------------------------------------------------- */
#header {
	height:58px;
}

#container {
	margin:20px auto;
	border-right:1px solid #000000;
}
#nav {
	background: url(/images/nav_bg.gif) repeat-y left center;
	width:185px;
	vertical-align: top;
}
#content {
	background-color:#FFFFFF;
	padding:20px;
}
.border {
	background-color:#F7E78C;
}