/* {{{ general */
html, body {
	background: #c1ced7;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
 	height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    
}


div#backgroundContainer {
/*	background: url(/images/background.gif) no-repeat;
	width: 775px;
	height: auto !important;
	min-height: 680px;
	height: 680px;
	margin: auto;
	position:relative;
	z-index:2;
*/
}

div#contentContainer{
	width: 960px;
	min-height: 1361px;
	height: auto !important;
	height: 1361px;
	margin: auto;
	border: 1px solid #000;
	margin-top: 0px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1{
	font-size: 18px;	
}

h2{
	font-size: 16px;
	line-height: 20px;
}

h3{
	font-size: 14px;
}

a{
	color: #004973;
	font-size: 14px;
	text-decoration: underline;
}

li{
	font-size: 14px;	
}



/* }}} */