﻿body 
{
	background-image:url(../images/bg_page.jpg);
	background-repeat:repeat-x;
	background-color:White;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#144677;
}

h1
{
	color:#144677;
	font-size:15px;
	font-weight:bolder;
}

h2
{
	color:#144677;
	font-size:15px;
	font-weight:bolder;
}
h3
{
	color:#144677;
	font-size:15px;
	font-weight:bolder;
}

a:link, a:active, a:visited 
{
	color:#FC0301;
	text-decoration:underline;
}
a:hover
{
	color:#FC0301;
	text-decoration:none;
}
#pagewrapper
{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#topbanner
{
	background-image:url(../images/top_banner.jpg);
	background-repeat:no-repeat;
	width:979px;
	height:232px;
}

#leftbar
{
	float:left;	
}

.clearleft
{
	clear:left;
}

.clearboth
{
	clear:both;
}

#maincontent
{
	width:979px;
	height:auto;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
	background-color:White;
	text-align:left;
}

#topmenu
{
	margin-left:437px;
	/*margin-top:40px;*/
	padding-top:40px;
	/*border:1px solid green;*/
}

.content
{
	/*width:600px;*/
	width:474px;
	height:auto;
	float:left;
	/*border:1px solid green;*/
}

#sidebuttonsholder
{
	width:464px;
	height:391px;
	float:right;
	/*border:1px solid green;*/
}

#sidebuttonsholder .buttons
{
	float:left;
	background-image:url(../images/homepage_button.jpg);
	background-repeat:no-repeat;
	width:218px;
	height:190px;
	/*border:1px solid pink;*/
	margin-left:5px;
}

#sidebuttonsholder .buttons h1
{
	color:#144677;
	font-size:15px;
	font-weight:bolder;
	padding-left:0px;
	text-align:center;
	line-height:47px;
	border:0px solid #ff0000;
	height:45px;
	padding:0;
	margin:0;
}
.buttonsContent 
{
	margin: 0px 10px 0px 10px;
	color:#144677;
}
#footer
{
	width:970px;
	background-color:#144677;
	color:White;
	text-align:right;
	padding:10px;
	font-weight:bold;
}

#footer a
{
	color:White;
	text-decoration:none;
}