/* Screen Styles */ 
/*
 * Contains styles for the page layout and general tag styles (<H1>, <A> etc.)
 */
body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-height: 100%;
	background: url(../images/pageBg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

img {
	border: 0px;
}

h1 {
	color: #000000;
	font-size: 14pt;
	margin: 0px;
}

h1 a {
	color: #000000 !important;
}

a {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}


/* new styles */
.threeColContainer {
	border: 0px solid #f00;
	width: 1010px;
	float: left;
	background-image: url(../images/pageHorizBg.gif);
	background-repeat: repeat-y;
	text-align: left;
	overflow: a
}

/*** Other columns ***/
#centerAlignPageContainer {
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
	position: relative;
}

#contentColumn {
    border: 0px solid #f00; 
    width: 1010px;
}
#contentColumn #contentInner {
	margin-left: 35px;
    margin-right: 30px;
}
#contentColumn #contentInner img {
	margin-left: 25px;
}
