/* areas */

#page {
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-top: 5px;
	padding: 20px;
	border: 1px solid #B7B7B7;
	background-color: #FFFFFF;
	text-align: justify;
}

/* links */

#top a,
#top a:visited,
#top a:active {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
}

#top a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#content a,
#content a:visited,
#content a:active,
#content a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 13px 13px 13px 13px;
	vertical-align: top;
}

/* misc */

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	text-align: center;
	background: #FEFEFE url(background.png) top left repeat-x; 
}

table.content {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 678px;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}

p {
	text-align: justify;
}

.floatClear {
	clear: both;
	height: 1px;
	margin: 0;
	border: 0;
	padding: 0;
    width: 1px;
}