body {
	color: #000000;
	background-color: #E5E5E5;
	background-image: -moz-linear-gradient(top, #CDCDCD, #E5E5E5);
	background-image: -ms-linear-gradient(top, #CDCDCD, #E5E5E5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CDCDCD), to(#E5E5E5));
	background-image: -webkit-linear-gradient(top, #CDCDCD, #E5E5E5);
	background-image: -o-linear-gradient(top, #CDCDCD, #E5E5E5);
	background-image: linear-gradient(top, #CDCDCD, #E5E5E5);
	background-repeat: repeat-x;
}

[class^="fa fa-"] {
 	color: #000000;
}

a {
	color: #398FFC;
}

a:visited {
	color: #398FFC;
}

a:hover {
	color: #398FFC;
}

a:active {
	color: #398FFC;
}

/* Prevent Bootstrap buttons inheriting link colours */
a:visited.btn {
	color: #333;
}

a:visited.btn-primary,
a:visited.btn-info,
a:visited.btn-success,
a:visited.btn-warning,
a:visited.btn-danger,
a:visited.btn-inverse {
	color: #fff;
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

h3 {
	color: #000000;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}

h6 {
	color: #000000;
}

#main {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0 5px 10px 0 #8F8F8F;
	-moz-box-shadow:  0 5px 10px 0 #8F8F8F;
	box-shadow: 0 5px 10px 0 #8F8F8F;
}

/* @group Social Bar */

#socialBar {
	color: #EAEAEA;
}

#socialBar a {
	color: #EAEAEA;
}

#socialBar a:visited {
	color: #EAEAEA;
}

#socialBar a:hover {
	color: #B3B3B3;
}

#socialBar a:active {
	color: #B3B3B3;
}

#socialBar [class^="fa fa-"],
#socialBar a [class^="fa fa-"] {
	color: #FFFFFF;
}

#socialBar [class^="fa fa-"]:hover,
#socialBar a:hover [class^="fa fa-"] {
	color: #B3B3B3;
}

#socialBar [class^="fa fa-"]:active,
#socialBar a:active [class^="fa fa-"] {
	color: #B3B3B3;
}

#socialBarBackground {
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #000000, #000000);
	background-image: -ms-linear-gradient(top, #000000, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
	background-image: -webkit-linear-gradient(top, #000000, #000000);
	background-image: -o-linear-gradient(top, #000000, #000000);
	background-image: linear-gradient(top, #000000, #000000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

/* @end */

#header {
	background-color: #FFFFFF;
}

/* @group Raft Navigation */

#HazeNavBarWrapper {
	background: #FFFFFF;
}

#RaftNavButton {
	border: 1px solid #E1E1E1;
	border-bottom: none;
}

#RaftNavButton h3 {
	color: #333333;
}

#RaftNavButton [class^="fa fa-"] {
	color: #333333;
}

#RaftNav li {
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

#RaftNav li a {
	color: #6D6D6D;
}

#RaftNav li a:hover {
	color: #333333;
}

#RaftNav li a.current,
#RaftNav li a.currentAncestor,
#RaftNav li a.current:hover,
#RaftNav li a.currentAncestor:hover {
	color: #333333;
}

#RaftNav .more {
	background: #E1E1E1;
	border-left: 1px solid #E1E1E1;
}

#RaftNav .more [class^="fa fa-"] {
	color: #FFFFFF;
}

#RaftNav ul ul li {
	border-left: none;
	border-right: none;
}

@media screen and (min-width: 968px) {
#HazeNavBarWrapper {
	background: #FFFFFF;
	border-top: 1px solid #EAEAEA;
}

#RaftNav li {
	border: none;
}

#RaftNav li a {
	color: #666666;
	border-top: 1px solid #EAEAEA;
	-webkit-transition: border .30s linear;
	-moz-transition: border .30s linear;
	-o-transition: border .30s linear;
	transition: border .30s linear;
}

#RaftNav a i[class^="fa fa-"] {
	color: #666666;
}

/* Parent hover and hover persistence */
#RaftNav ul a:hover,
#RaftNav ul li:hover a {
    color: #444444;
    border-top: 1px solid #444444;
    -webkit-transition: border .30s linear;
    -moz-transition: border .30s linear;
    -o-transition: border .30s linear;
    transition: border .30s linear;
}

#RaftNav a:active,
#RaftNav a:active i[class^="fa fa-"] {
	color: #444444;
	border-top: 1px solid #444444;
	-webkit-transition: border .30s linear;
	-moz-transition: border .30s linear;
	-o-transition: border .30s linear;
	transition: border .30s linear;
}

#RaftNav a.current,
#RaftNav a.currentAncestor {
	color: #000000;
	border-top: 1px solid #000000;
	-webkit-transition: border .30s linear;
	-moz-transition: border .30s linear;
	-o-transition: border .30s linear;
	transition: border .30s linear;
}

#RaftNav a.current i[class^="fa fa-"],
#RaftNav a.currentAncestor i[class^="fa fa-"] {
	color: #000000;
}

/* Child pages */

#RaftNav ul ul a {
	color: #EAEAEA !important;
	background: #333333 !important;
	border-top: none !important;
}

#RaftNav ul ul a:hover {
	color: #CDCDCD !important;
	background: #222222 !important;
	border-top: none !important;
}

#RaftNav ul ul a:active {
	color: #CDCDCD !important;
	background: #222222 !important;
	border-top: none !important;
}

#RaftNav ul ul a.current,
#RaftNav ul ul a.currentAncestor {
	color: #CDCDCD !important;
	background: #222222 !important;
}
}

/* @end */

#bannerContentBox {
	color: #666666;
}

#bannerContentBackground {
	background: #FFFFFF;
} 

#bannerContentBox h1,
#bannerContentBox h2,
#bannerContentBox h3,
#bannerContentBox h4,
#bannerContentBox h5,
#bannerContentBox h6 {
	color: #000000;
}

#bannerContentBox a {
	color: #398FFC;
}

#bannerContentBox a:visited {
	color: #398FFC;
}

#bannerContentBox a:hover {
	color: #398FFC;
}

#bannerContentBox a:active {
	color: #398FFC;
}

#siteTitle a {
	color: #666666;
}

#siteTitle a:hover {
	color: #CCCCCC;
}

#siteSlogan {
	color: #666666;
}

#contentContainer,
#extraContainer6,
#extraContainer8 {
	background: #FFFFFF;
}

#contentContainer {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#myExtraContent8 {
	border-bottom: 1px solid #EAEAEA;
}

#contentContainer #content {
	color: #000000;
}

#sidebarTitle h3 {
	color: #000000;
}

#aside #sidebar,
#pluginSidebar {
	color: #666666;
}

#sidebar a,
#pluginSidebar a {
	color: #398FFC;
}

#sidebar a:hover,
#pluginSidebar a:hover {
	color: #398FFC;
}

#sidebar a:active,
#pluginSidebar a:active {
	color: #398FFC;
}

#sidebar a:visited,
#pluginSidebar a:visited {
	color: #398FFC;
}

#footerContainer {
	background: #FFFFFF;
}

#footer,
#extraContainer9 {
	color: #333333;
}

#footer a,
#footerNav a,
#extraContainer9 a {
	color: #398FFC;
}

#footer a:hover,
#footerNav a:hover,
#extraContainer9 a:hover {
	color: #398FFC;
}

#footer a:active,
#footerNav a:active,
#extraContainer9 a:active {
	color: #398FFC;
}

#headerSidebarContent a {
	color: #398FFC;
}

#headerSidebarContent a:hover {
	color: #398FFC;
}

#headerSidebarContent a:active {
	color: #398FFC;
}

#breadcrumbcontainer li, #breadcrumbcontainer {
	color: #ADADAD;
}

#breadcrumb a {
	color: #398FFC;
}

#breadcrumb a:hover {
	color: #398FFC;
}

#breadcrumb a:active {
	color: #398FFC;
}





