/* Elements */
body
{
	background-image: url(graphics/snow-flake-2-paper.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}
h1
{
	font-size: 16px;
}
a:link
{
	color: #36F;
	text-decoration: underline;
}
a:visited
{
	color: #36F;
}
a:hover
{
	color: #F93;
}
/* ID's */
#wrapper
{
	background: #fff;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
	width: 710px;
}
#wrapperMain
{
	background-color: #Fafafa;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
	width: 920px;
}
#pagecontainer
{
	left: 0px;
	top: 4px;
}
#topsection
{
	height: 75px;
}
#topbanner
{
	height: 150px;
}
#topnav
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#topnav a:link
{
	background-color: #eBe8a0;
	color: #36F;
}
#topnav a:hover
{
	background-color: #36F;
	color: #EBE8A0;
}
#topnav table
{
	background-color: #eBe8a0;
	border: 2px groove #FC6;
	font-size: 14px;
	font-weight: bold;
	width: 65%;
}
#leftcolumn
{
	float: left;
	width: 150px;
}
#mainsection
{
	float: left;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	width: 500px;
}
#mainsectionWide
{
	float: left;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	width: 600px;
}
#rightcolumn
{
	float: left;
	width: 200px;
}
#footer
{
	border-bottom: 2px solid #aaa;
	clear: both;
	padding-top: 10px;
}


/* Classes */
.normalText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.featuredText
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.maintable
{
	background-color: #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.latestnews
{
	margin: 10px;
}
.latestnewsheader
{
	color: #333333;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.specialText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.latestnewscontent
{
	color: #666666;
	font-family: tahoma;
	font-size: 11px;
}
.maincontent
{
	color: #333333;
	font-size: 12px;
	margin: 10px 20px 0px 20px;
}
.boxLink
{
	border: 2px groove #FC6;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	background-color: #EBE8A0;
}
a.boxLink:link
{
	background-color: #EBE8A0;
	color: #36F;
}
a.boxLink:visited
{
	color: #36F;
	background-color: #EBE8A0;
}
a.boxLink:hover
{
	background-color: #36F;
	color: #EBE8A0;
}.bannerHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
