@charset "UTF-8";
/*import style sheets for each page section*/
@import url("header.css");
@import url("nav.css");
@import url("article.css");
@import url("aside.css");
@import url("footer.css");
/*default styles*/
body {
	background-color: #779cb5;
	background-image: url(../images/crwbkg.jpg);
	background: -moz-linear-gradient(100% 100% 90deg, #779cb5, #FFF) fixed no-repeat 0 100% !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#779cb5),color-stop(1,#779cb5)) fixed no-repeat 0 100% !important;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #99cc00;
	line-height: 24px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	line-height: 26px;
	padding-bottom: 3px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 2px;
	color: #0e73c1;
	text-transform: uppercase;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
blockquote {
	padding-left: 12px;
	border: 1px solid #333333;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: -12px;
	padding-left: -12px;
	text-indent: -12px;
}
li {
}
hr {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0B3D91;
	clear: both;
	height: 0;
	background-color: #CCCCCC;
	border-bottom-width: 0px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


/*style for div Container provides width, position, margins, border for the overall page*/
#Container {
	width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	/*height: 100%;*/
	-o-box-shadow: 0px 0px 15px #333333;
	-icab-box-shadow: 0px 0px 15px #333333;
	-khtml-box-shadow: 0px 0px 15px #333333;
	-moz-box-shadow: 0px 0px 15px #333333;
	-webkit-box-shadow: 0px 0px 15px #333333;
	box-shadow: 0px 0px 15px #333333;
	border: 1px solid #CCCCCC;
}

/*Classes for use anywhere within the page*/
.shadow {
	-webkit-box-shadow: 0px 0px 5px #0B3D91;
}
.textshadow {
	text-shadow: 2px 2px 2px #aaa;
}
.borderBlack {
	border: 1px solid Black;
}
.roundCorners {
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.margin10 {
	margin: 10px;
}
.padding10{
	padding: 10px;
}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.alignRight {
	text-align:right
}
input.formButton {
	color: #333333;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	background-image: url(../images/menus/bg1.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bottomBorder {
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #6B7B9A;
}
.topBorder {
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #6B7B9A;
}

