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

html, body 
	{
	height:100%;
	width:100%;
	margin:0;
    padding:0;
	background-color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	}

p, ul, li, form
	{
	text-indent:15px;
	font-size:14px;
	}

h1 {
	font-size: 19px;
	font-weight:bold;
	}

h2 {
	font-size: 16px;
	font-weight:bold;
	text-decoration: underline;
	}

a:link 
	{
	color: #993333;
	font-size:14px;
	}
	
a:visited 
	{
	color: #993333;
	font-size:14px;
	}
	
a:hover 
	{
	color: #993333;
	font-size:14px;
	}
	
a:active 
	{
	color: #FF0000;
	font-size:14px;
	}
	
#container 
	{
	position: absolute;
	width: 100%;
	left: 0px;
	margin: 0px auto;
	text-align: left;
	color: #000000;
	min-height: 100%;
	}
	
#header 
	{
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 144px;
	z-index: 1;
	}
	
#menu
	{
	position: fixed;
	left: 0px;
	width: 257px;
	top: 0px;
	height: 100%;
	z-index:1;
	}
	
#menubg
	{
	position: fixed;
	left: 0px;
	width: 257px;
	top: 0px;
	height: 100%;
	}

#content 
	{
	position: relative;
	top: 145px;
	left: 260px;
	width: 70%;
	padding: 10px;
	height: 400px;
	min-height:400px;
	z-index: 2;
	}

#footer 
	{
	color:#FFFFFF;
	position: fixed;
	width:100%;
	background:url(images/design/footer-bar.jpg);
	bottom:0px;
	text-align: center;
	font-size:12px;
	vertical-align:bottom;
	z-index: 3;
	}
	