html, body {		
		height:100%;
}

body {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
}

img {
		border: none;
}

h1 {
		font-size: 20px;
		font-weight:lighter;
}

h2 {
	font-size: 16px;
}

#container{
		position:relative;
		width: 970px;
		background: url(images/header.gif) top left no-repeat;
		background-color: #d9efec;
		min-height:100%;
		position:relative;
		float:left;
		padding-bottom: 60px;
}
* html #container {height: 100%;}

#header{
	
}
#menu{
		margin-right: 50px;
		margin-top: 143px;
		float: right;
		font-weight: bold;
		font-size: 14px; 		
}

#menu a{
		color: #FFFFFF;
		text-decoration: none;
		padding: 0px 10px 0px 10px;
}

#menu a:hover{
		color: #000000;  
}

#leftBorder{
		width: 76px;
		float: left;
		margin-top: 220px;
}


.leftNav {
		padding: 10px;
}

#content{
		margin-top: 67px;
		width: 876px;
		float: left;		
}

#leftContent{
		float: left;
		width: 750px;
}

#content p a{
	text-decoration: underline;
	color: #ED2024;
	
}
#leftContentInner{
		margin: 0px 20px 0px 40px;
}

#leftContent img{
		float: right;
		border: none;
		padding: 10px;
}

#leftContent p{
		text-align: justify;
}



#rightContent{
		float: left;
		width: 292px;
		font-size: 12px;
		border-left: 3px solid #000000;

}

#rightContentInner{
		margin: 0px 20px 0px 20px;
}

#rightContent ul{
			list-style-image: url(images/list_image.gif);
			margin: 0px;
			padding-left: 18px; 
}

#rightContent li{
			margin: 10px;
			padding: 0px;

}

#footer{
		background: url(images/footer.gif) top left no-repeat;
		background-color: #FFFFFF;
		height: 73px;
		width: 970px;
		position: absolute; 
		bottom: 0; 
		left: 0;
		float: left;
}
/* * html #footer {bottom: -2px;}*/

#footer a {
		float: right;
		margin: 27px 35px 0px 0px; 
		color: #000000;
		text-decoration: none;
		font-size: 11px;
} 

a.pageLink, a:visited.pageLink{
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: black;
}
a.pageLinkActive, a:visited.pageLinkActive{
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	color: red;
}

a:hover.pageLink{
	color: red;
}
