@charset "utf-8";
/* CSS Document */


#maincontent {
	background-image: url(/Images/HomeMainContent-BG.jpg);
	background-repeat: no-repeat;
	height: 316px;
	width: 713px;
	margin-top: 25px;
	float: left;
}
#maincontent #maintag {
	margin-top: 10px;
	margin-left: 20px;
}
#maincontent p {
	width: 350px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0C3FFB;
	font-weight: bold;
	margin-top: 0px;
}
#maincontent #maincontentbutton {
	height: 43px;
	width: 357px;
	margin-left: 30px;
	background-image: url(/Images/HomeContentButton.png);
	background-repeat: no-repeat;
}
#maincontent #maincontentbutton a {
	display: block;
	height: 43px;
	width: 357px;
}
#maincontent #maincontentbutton a:hover {
	background-image: url(/Images/HomeContentButtonOver.png);
	background-repeat: no-repeat;
}
#sidebar {
	height: 600px;
	width: 200px;
	float: right;
	margin-top: 25px;
}
#bottomboxes {
	margin-left: 20px;
}


#bottomboxes #box1 {
	height: 212px;
	width: 207px;
	float: left;
	background-image: url(/Images/Box1-BG.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottomboxes #box1 a {
	color: #FF0000;
}
#bottomboxes #box1 a:hover {
	color: #4DBE33;
}
#bottomboxes #box1 p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}

#bottomboxes #box2 {
	height: 212px;
	width: 207px;
	float: left;
	background-image: url(/Images/Box2-BG.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 25px;
}
#bottomboxes #box2 #googleadsbox {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#bottomboxes #box3 {
	height: 212px;
	width: 207px;
	float: left;
	background-image: url(/Images/Box3-BG.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottomboxes  #box3  a {
	color: #1647FB;
}
#bottomboxes #box3 a:hover {
	color: #4DBE33;
}
#bottomboxes #box3 p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
