html, body {
	margin:0;
	padding:0
}
body {
	font: 76% Arial, Helvetica, sans-serif;
	text-align:center;
}
p {
	margin:0 10px 10px;
}


div#header {
	height:82px;

}
div#container {
	text-align:left;
}
div#pageborder{
    overflow: auto;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
}
div#content{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

div#wrapper{

}

div#content a{

}

div#content a:link, div#content a:visited{
    color: #000066;
    text-decoration: underline;
}


div#content a:hover{
    color: #FF0000;
    text-decoration: none;
}

div#content p {
	line-height:1.4;
    color: #000066;
}

p.special, p.special a:link, p.special a:visited {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFCC;
	text-align: center;
	display: block;
	padding: 6px;
	border: 1px solid #000066;
	
}


div#navigation {
	background:#FFFFFF;
}
div#extra {
	background:#FFFFFF;
}
div#footer {
    background: #FF0000;
	color: #FFFFFF;
}

div#footer a{

}


div#footer a:link, div#footer a:visited{
    color: #FFFFFF;
    text-decoration: underline;
}


div#footer a:hover{
    color: #000066;
    text-decoration: none;   
}

div#footer p {
	margin:0;
	padding:5px 10px
}
div#container {
	width:700px;
	margin:0 auto;
}
div#content {
	float:right;
	width:497px
}
div#navigation {
	float:left;
	width:197px
}
div#extra {
	float:left;
	clear:left;
	width:197px
}

div#extra p{
	color: #000066;
}
div#extra a:link {
    color: #000066;
    text-decoration: underline;
}

div#extra a:hover{
    color: #FF0000;
    text-decoration: none;
}

div#footer {
	clear:both;
	width:100%
}

p strong{
	font-weight: bold;
}
p em {
	font-style: italic;
}

p.lgred{

	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
}