body
{
    background: #ccc;
    padding: 0;
    margin: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60.1%;
    color: #333;
}

#page
{
    background: #ffffff;
    width: 960px;
    margin: 20px auto;
}


#content
{
    text-align:justify;
	width: 730px;
    bottom: 30px;
	min-height: 600px;
	margin-left: 110px;
}

#header
{
    margin: 0px auto;
    height: 180px;
	min-height: 100px;
    width: 100%;
}

#footer {
	border: solid 1px red;
   	padding: 0 /*0 0 1px */;
    width: 100%;
    height: 135px;
    clear: both;
	text-align: center;
    }


#title
{
	padding-top: 50px;
	margin-left: 75px;
	width: 800px;
}

#content h1{
	text-align: center;
	font-size: 2.1em;
}

#content li
{
	font-size: 1.7em;
}

#content a
{
	color: #000066;
}
#content p
{
	font-size: 1.7em;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 130%;
}

#content h2
{
	font-size: 1.9em;
}

#footer p, #footer a
{
	text-align: center;
	font-size: 1.7em;
}

#footer a{
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#footer a:hover {
	color: #000066;
}

.blackPipe {

    FONT-SIZE: 2em;
    VERTICAL-ALIGN: middle;
    COLOR: #000000;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
	margin-top: -10px;
}

.bold
{
	font-weight: bold;
}