@charset "utf-8";
.bgTop {
	background-image: url(media/bg_top.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #454545;
	font-size: 12px;
	font-weight: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(media/bg.jpg);
	background-repeat: repeat-x;
	position: static;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #26417A;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a:link {
	color: #B00000;
}
a:visited {
	color: #1B2C54;
}
a:hover {
	color: #2C498B;
}
a:active {
	color: #B00000;
}
.botBar {
	background-color: #4A6CBD;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #30416d;
	float: left;
	width: 100%;
}

.bgButton {
	background-image: url(http://www.fluiditybpg.com/media/bg_button.gif);
	background-repeat: repeat-x;
}
.botNav {
	font-size: 10px;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
a:link.botNav {
	font-size: 10px;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
a:visited.botNav {
	font-size: 10px;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
a:hover.botNav {
	font-size: 10px;
	color: #FC0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
a:active.botNav {
	font-size: 10px;
	color: #FC0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
#mainPad {
	padding: 0px;
	margin-left: 30px;
	margin-right: 10px;
}
#mainPadBlog {
	padding: 0px;
	margin-left: 15px;
	margin-right: 5px;
}
#bgSpace {
	float: left;
	width: 960px;
}
#bgSolid {
	background-color: #FFF;
	float: left;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.highlight {
	color: #203568;
	font-weight: bold;
}
.padRight {
	margin-right: 10px;
}
.padLeft {
	margin-left: 10px;
}
.astricks {
	font-weight: bold;
	color: #C00;
}
.indent1 {
	margin-left: 30px;
}
.indent2 {
	margin-left: 80px;
}
