@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99D2EE;
	text-align: left;
}
body h1
{
	margin:0px;
	color: #FFFFFF;
	font-size: 20px;
}
body h2,h3
{
	margin:0px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.nav-background {
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #64BCE5;
	border-left-color: #64BCE5;
	background-color: #3C7DE9;
	padding-left: 15px;
}
.main-content {
	background-color: #D3ECF8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #64BCE5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000000;
}
.sidebar {
	background-color: #3A78DF;
	background-image: url(images/sidebar_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #64BCE5;
	border-left-color: #64BCE5;
	padding: 15px;
	color: #99D2EE;
}
.sidebar-blog {
	background-color: #132C55;
	background-image: url(images/sidebar_background2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #64BCE5;
	border-left-color: #64BCE5;
	padding: 15px;
	color: #99D2EE;
}
.white-text {
	color: #FFFFFF;
}

.header-background {
	background-color: #64BCE5;
	background-image: url(images/brent-skinner_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 400px;
	padding-top: 55px;
	color: #FFFFFF;
}
.main-text {
	color: #000000;
}
.main-text h1 {
	margin:0px;
	color: #000000;
	font-size: 20px;
}
.main-text a:link {
	color: #204177;
	text-decoration: none;
}
.main-text a:visited {
	color: #204177;
	text-decoration: none;
}
.main-text a:hover {
	color: #3C7DE9;
}
.main-text a:active {
	color: #3C7DE9;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CBDCF9;
}
a:active {
	color: #CBDCF9;
}
.footer {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64BCE5;
	font-size: 10px;
	text-align: center;
}
