body {
	background : #FFFFFF;
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#top {
	background: url(images/background-top.gif) repeat-x;
	height: auto;
	width: auto;
	padding: 20px;
	color: #ffffff;
}

#top .big {
	letter-spacing: -1px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}

#top p {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

#top a:link {
	color: #8eb3d7;
	font-size: 10px;
	text-decoration: none;
}

#top a:visited {
	color: #8eb3d7;
	font-size: 10px;
	text-decoration: none;
}

#top a:hover {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

#top a:active {
	color: #ffffff;
	font-size: 10px;
}

#mainnav {
	text-align: center;
	color: #6c6c6c;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #c8c8c8;
	width: 600px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

a:link {
	text-align: center;
	color: #1273f6;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	text-align: center;
	color: #1273f6;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-align: center;
	color: #1273f6;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	text-align: center;
	color: #1273f6;
	text-decoration: none;
	font-weight: normal;
}



#content {
	color: #4c4c4c;
	width: 390px;
	font-size: 12px;
	text-align: justify;
	top: 0px;
	left: 0px;
	position: relative;
}

#content h1 {
	letter-spacing: -1px;
	font-size: 24px;
	color: #333333;
}

#content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #333333;
}

#sidebar {
	color: #4c4c4c;
	width: 190px;
	font-size: 12px;
	margin-left: 20px;
}

#sidebar .small {
	font-size: 10px;
}

#sidebar .big {
	font-size: 12px;
}

#footer {
	background: url(images/background-bottom.gif) repeat-x;
	width: auto;
	color: #ffffff;
/* 	position: absolute; */
/* 	bottom: 0px; */
	right: 0px;
	left: 0px;
	height: 31px;
}

#footer p {
	font-size: 9px;
	line-height: 9px;
	padding-top: 15px;
	text-align: center;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.green {
	background: #7efe29;
}