@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgGradient.jpg);
	background-repeat: repeat-x;
}
.linkbutton {
	color: #000000;
	display: block;
	padding: 5px;
	width: 120px;
	text-align: center;
	background-image: url(images/button_bg.jpg);
}
.linkbutton a {
	color: #000000;
	text-decoration: none;
}
.linkbutton a:hover {
	color: #000000;
	text-decoration: underline;
}

#pagebody {
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	background-image: url(images/topnav_bg.jpg);
	height: 81px;
	display: block;
}
#navigationtext {
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	padding-right: 7px;
}
#nameplatetext h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	display: inline;
	padding: 0px;
}
#nameplatetext {
	text-align: left;
	padding-top: 28px;
	padding-left: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mainsplasharea {
	margin: 0px;
	padding: 0px;
	top: -4px;
	position: relative;
}
#subsplash {
	background-image: url(images/subsplashbg.jpg);
	padding: 0px;
	height: 250px;
}
.subsplashText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 35px;
}
.subsplash3Text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 35px;
	padding-left: 50px;
}

#navigationtext a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
}
#navigationtext a:hover {
	text-decoration: underline;
}
.toppad {
	padding-top: 3px;
}

#pagecontent {
	position: relative;
	top: 360px;
	background-color: #FFFFFF;

}
#pagecontent h1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	padding-left: 5px;
}
/*homepage content */
#homepagecontent {
	top: 715px;
	position: relative;
}
#homepagecontent h1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	padding-left: 5px;
}
.bookmarks {
	font-size: 12px;
	display: block;
	width: 400px;
	padding-left: 5px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	margin-left: 10px;
	display: block;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 177px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#footer a {
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	line-height: 150%;
}
#footer a:hover {
	text-decoration: underline;
}
.links {
	background-image: url(images/specials/links_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 258px;
	width: 268px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.links a {
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	display: inline;
}
