body{
margin: 20px 0;
padding:0;
line-height: 1.3em;
font-size: .83em;
font-family: "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group General Styles */

h2 {
	color: #13478f;
}


h3 {
	color: #13478f;
}

h4 {
	

}

.clearer {
	clear: both;
}

p {
}

strong {
	color: #13478f;
}

em {
	color: #13478F;
}

b{font-size: 110%;}


a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border-style: none;
}

.image-left {
	margin: 0px 10px 10px 0px;
	float: left;
	position: relative;
	z-index: 5;
	padding: 0px;
}

.image-right {
	margin: 5px 0px 10px 25px;
	padding: 0px;
	float: right;
	position: relative;
	z-index: 5;
}
	
/* @end */


#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

/* @group Navbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	top: -15px;
}

#navcontainer #current:hover {
}

/* Parent - Level 0 */

#navcontainer ul{
	display: block;
	height: 35px;
	list-style-type: none;
	padding: 0 12px 0 190px;
	border-bottom: 2px solid #43707f;
	background-color: #f4b618;
	font-size: 1.1em;
}

#navcontainer li {
	float: left;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
}
#navcontainer #current{
	padding-right: 10px;
	padding-bottom: 0;
	
}
#navcontainer a {
	display: block;
	height: 24px;
	width: 170px;
	text-align: center;
	text-decoration: none;
	float: left;
	padding-right: 11px;
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 1px;
	
	line-height: 24px;
	font-weight: bold;
}

#navcontainer .currentAncestor {
	
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	top: 32px;
	left: 0;
	height: 22px;
	margin: 0;
	background-image: none;
	font-size: 0.92em;
	width: 100%;
	border-bottom-width: 1px;
}

#navcontainer ul ul li {
	height: 20px;
	display: block;
	float: left;
	background: none;
	line-height: 20px;
	
}

#navcontainer ul ul li a {
	height: 20px;
	width: 100%;
	width: auto;
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 1px;
}

#navcontainer ul ul li a:hover{
}

#navcontainer ul ul #current{
	background: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: dotted;
	height: 20px;
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	position: absolute;
	top: 24px;
	font-size: 0.9em;
}

#navcontainer ul ul ul li {
	margin-left:  0px;
}

#navcontainer ul ul ul a{
	
	color: #060606;
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul ul {
	font-size: 0.98em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Main Content */

#maincontainer{
width: 1080px; /*Width of main container*/
margin: 0 auto;
	background-color: #fff;
	border: none;
	
	
}


#topsection{
	
}

.pageHeader{
	height: 260px;
}
#logo{
	width: 180px;
	height: 180px;
	z-index: 99;
}
#logo img{
}
.pageHeader h1{
	color: #fff;
	letter-spacing: 1px;
	text-align: left;
	font-size: 2em;
	margin-top: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-top: 15px;
}

.pageHeader h2 {
	margin: 0;
	color: #000;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align: left;
	font-style: normal;
	font-size: 1.2em;
	padding-left: 15px;
}

#contentwrapper{
float: left;
width: 100%;
	background-color: #fff;
	margin-top: 10px;
}

#contentcolumn{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	margin-left: 220px;
	margin-right: 220px;
}
#contentcolumn .content{
	padding-right: 40px;
	padding-left: 40px;
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 10px;
	background: url(images/doubleborder.png) repeat-y left;
	text-align: justify;
}



/* @end */

/* @group Columns */

#leftcolumn{
float: left;
width: 220px; /*Width of left column in pixel*/
margin-left: -1080px;
	margin-top: 20px;
}
#leftcolumn #sidebar{
	padding-right: 15px;
	padding-left: 30px;
	line-height: 1.4em;
	font-size: 1em;

}
 .boxright h3{
	text-align: left;
	color: #fff;
	width: 100%;
	height: 25px;
	
	padding: 20px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	background-color: #f4b618;
}



 .boxright h2{
	text-align: left;
	color: #13478f;
	width: 100%;
	height: 25px;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.1em;
}

 .boxright {
	text-align: left;
	color: #000;
	border: 1px solid #e9e9e9;
	border-top-style: none;
	padding: 0 15px 15px 15px;
	position: relative;
	width: 94%;
	margin-bottom: 10px;
	background-color: #f4b618;
	border-bottom: 15px solid #C48E0C;
}
.boxright p{
	
	padding-right: 35px;
	text-align: justify;
	font-size: .8em;
	line-height: 1.4em;
}

div.boxright a {
	color: #fff;
	background-color: #C48E0C;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}


 .boxleft h3{
	text-align: left;
	color: #fff;
	width: 100%;
	height: 25px;
	
	padding: 20px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	background-color: #f4b618;
}



 .boxleft h2{
	text-align: left;
	color: #13478f;
	width: 100%;
	height: 25px;
	
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.1em;
}

 .boxleft {
	text-align: left;
	color: #000;
	border: 1px solid #e9e9e9;
	border-top-style: none;
	padding: 0 15px 15px 15px;
	position: relative;
	width: 75%;
	margin-bottom: 20px;
	background-color: #f4b618;
	border-bottom: 15px solid #C48E0C;
}
.boxleft p{
	
	padding-right: 10px;
	text-align: justify;
	font-size: .8em;
	line-height: 1.4em;
}

div.boxleft a {
	color: #fff;
	background-color: #C48E0C;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

 .boxcentre h3{
	text-align: left;
	color: #13478f;
	width: 100%;
	height: 25px;
	
	padding: 20px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	background-color: #c1c7e1;
}



 .boxcentre h2{
	text-align: left;
	color: #fff;
	width: 100%;
	height: 25px;
	
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 1.1em;
}

 .boxcentre {
	text-align: left;
	color: #000;
	padding: 0 15px 15px 15px;
	position: relative;
	width: 90%;
	margin: 30px 5px;
	background-color: #c1c7e1;
	border-bottom: 15px solid #13478f;
}
.boxcentre p{
	
	padding-right: 10px;
	text-align: justify;
	font-size: .9em;
	line-height: 1.4em;
}

div.boxcentre a {
	color: #fff;
	background-color: #13478f;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

div.boxcentre a:hover {
	color: #85c340;;
}

.box img {
	
}



#rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px;
	margin-top: 10px;
}
#rightcolumn #sub-navcontainer{
	position: relative;
	margin-left: 10%;
}
#rightcolumn .box{
	width: 94%;
	margin-left: 9px;
}


/* @end */

/* @group Up2Five */

/*Up2five*/
.column {
	float: left;
}
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.column .content { width: 90%; margin: 0 auto;
}


/* @end */

/* @group Xtra */

/* @group EC1 */
.Xtra1{
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: #fff;
}
#extraContainer1{
	padding: 20px 20px 5px;

}

/* @end */

/* @group EC2 */
.Xtra2{
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	}
#extraContainer2{
	padding-bottom: 10px;
	padding:  0px 20px 10px 0px;
}

/* @end */

/* @group EC3 */
.Xtra3{
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 10px;
	}
#extraContainer3{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* @end */

/* @group EC4 */
.Xtra4{
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 20px;
}
#extraContainer4{
	padding: 20px;
	background-color: #fff;
}


/* @end */

/* @group EC5 */
.Xtra5{
	font-size: 1.1em;
	line-height: 1.6em;
	width: 30%;
	float: right;
	height: 173px;
	overflow: hidden;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 14px;
}
#extraContainer5{
	margin-top: -6px;
	padding-top: 0px;
	padding-bottom: 10px;
}


/* @end */



/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 2em;
}

.blog-archive-link {
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* @end */


#blogleft ul.blog-tag-cloud {
	margin: 0 0 10px 10px;
	padding: 0;
	text-align: left;
}
#blogright {
	
}
.blog-entry {
	margin-bottom: 20px;
}

.blog-entry-title {
	font-size: 1.5em;
	margin-top: 1px;
}

.blog-entry-date {
	font-size: 0.96em;
	height: 20px;
	line-height: 20px;
	display: table;
	margin-bottom: 10px;
	text-indent: 5px;
	margin-top: 10px;
}

.blog-entry-title a {
	margin-bottom: 0;
	text-decoration: none;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
}

.blog-entry-body {
	padding: 10px;
	
}
.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 0px;
	margin-left: 0px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 1.8;
}

.blog-archive-link-enabled {
	padding-left: 0px;
}

.blog-archive-link-disabled {
	padding-left: 0px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 1.4;
	margin-top: 15px;
	padding-top: 6px;
	font-size: 1.12em;
	margin-left: 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 6px;
}

.blog-category-link-enabled {
	padding-left: 0px;
}

.blog-category-link-disabled {
	padding-left: 0px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
	line-height: 1.5;
}

.blog-rss-link {
	background: url(images/bg/rss_icon.jpg) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/bg/rss_icon.jpg) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a.blog-comment-link {
	padding-left: 0px;
	margin-right: 5px;
}

/* Trackback links */
a.blog-trackback-link {
	padding-left: 0px;
}

/* @end */

/* @group File Sharing */

/*General File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	margin-bottom: 15px;
	padding: 7px;
}
.filesharing-item-title{
	background: url(images/icons/dload.png) no-repeat left center;
	padding-left: 44px;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 4px;
}
.filesharing-item-title a:link {
	
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	margin-top: 4px;
	margin-bottom: 4px;
}







/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #040404;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.album-description {
	color: #0c0c0c;
	letter-spacing: 2px;
	margin-bottom: 70px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 80px;
	margin-right: 12px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: 1px solid #cccccc;
	padding: 1px;
	margin: auto;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0 auto;
	background-color: #303030;
	width: 1000px;
	text-align: center;
}

.photo-navigation {
	background: #161616;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border: 2px solid #000;
}

.photo-links {
	margin: 0;
	padding: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {
	color: #ffffff;
}

.photo-frame{
	padding: 2px;
	background: #949b98;
}


.photo-title {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.photo-caption {
	color: #cccccc;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

/* @end */
	
/* @end */

/* @group Sub-Menu */
/* Toolbar Styles */

#sub-nav {
	text-align: left;
	text-indent: 7px;
	margin-top: 12px;
}

#sub-nav .current {
	
}

#sub-nav .current:hover {

}

#sub-nav .currentAncestor {
	

}

/* Parent - Level 0 */

#sub-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub-nav li {
	position: relative;
	display: inline;
	height: 0px;
}

#sub-nav a {
	display: none;
	padding-left: 10px;
	padding-top: 3px;
	height: 14px;
	padding-bottom: 3px;
}

#sub-nav a:hover {
	
}


#sub-nav a:active {

}

/* Child - Level 1 */

#sub-nav ul ul {

}

#sub-nav ul ul li {
}

#sub-nav ul ul a {
	display: block;
	padding-left: 5px;
	text-decoration: none;
	font-size: 1em;
	margin-bottom: 1px;
	line-height: 1em;
	background-color: #050500;
	color: #fff;
}

#sub-nav ul ul a:hover {
	background-color: #646464;
}

#sub-nav ul ul .current {
	

}



#sub-nav ul ul .currentAncestor {
	

}

/* Child - Level 2 */

#sub-nav ul ul ul {

}

#sub-nav ul ul ul li {

}

#sub-nav ul ul ul a {
	text-indent: 15px;
}

#sub-nav ul ul ul a:hover {

}

#sub-nav ul ul ul .current {
	
}

#sub-nav ul ul ul .currentAncestor {

}

/* Child Level 3 */

#sub-nav ul ul ul {

}

#sub-nav ul ul ul ul li {

}

#sub-nav ul ul ul ul a {
	text-indent: 25px;
}

#sub-nav ul ul ul ul a:hover {

}

/* Child Level 4 */

#sub-nav ul ul ul ul {

}

#sub-nav ul ul ul ul ul li {

}

#sub-nav ul ul ul ul ul a {
	padding-left: 70px;
}

#sub-nav ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#sub-nav ul ul ul ul ul {

}

#sub-nav ul ul ul ul ul ul li {

}

#sub-nav ul ul ul ul ul ul a {
	padding-left: 90px;
}

#sub-nav ul ul ul ul ul ul a:hover {

}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	padding-bottom: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 1px;
	width: 132px;
	height: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}

/* Stops there from being a dotted line under the movie revews when mouse rollsover */
.movie-thumbnail-frame a:hover {
	border-style: none;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #808080;
}


.movie-thumbnail-caption {
	font-size: 0.9em;
	color: #808080;

}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px;
	text-align: center;
}

.movie-title {
	color: #ffffff;
	font-size: 2.2em;
	margin: 0 0 5px;
	padding-top: 15px;
}

.movie-frame {

}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
	color: #ff0000;
} 

.form-input-field {
	width: 95%;
} 

.form-input-button { 
} 
/* @end */

/* @group FAQ */

.faq-pdf-link{
	position: relative;
	left: 20px;
}

/* @end */

/* @group Sitewide Classes and Details */

code {
	color: #3d3d3d;
	font-family: "Courier New", Courier, mono;
}

h1 {
}

h2 {
}

h3 {

}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
	margin: 10px;
	padding: 0 10px;
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}



ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Table Styles */
table {
	font-size: 1em;
}

/* @end */

/* @group Church Army CSS */

span.em {
	color: #166f37;
	font-weight: bold;
}





blockquote {
	color: #572E00;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px 280px 0px 0px;
	margin: 0px;
	font-style: italic;
}

blockquote.header {
		color: #572E00;
	font-size: 1em;
	line-height: 1.4em;
	padding: 20px 45px 20px 45px;
	margin: 0px;
	font-style: italic;
	background-color: #c1c7e1;
}

h1.toppage {
	padding:0 0 0 250px;
	margin:15px 0;
	width:auto;
	color: #ae8e7f;
	font-size: 3.5em;
	font-weight: bold;
}

hr.blue {
	color: #004890;
	border: thin solid #004890;
	background-color: #004890;
}

hr.brown {
	color: #552e06;
	border: thin solid #552e06;
	background-color: #552e06;
}

ul.bulletnav {
	margin-left: 25px;
	padding: 0px;
	list-style-image: url(images/bullet.png);
	
}

ul.bulletnav li {
	line-height: 2em;
	font-weight: bold;
}

ul.bulletnav a {
	color: #552e06;
}

ul.bulletnav a:hover {
	color: #85c340;
}

ul.bullet {
	list-style-image: url(images/bullet.png);
	padding: 0;
	margin: 0 0 0 25px;
	
	
}

ul.bullet ul {
	list-style-image: none;	
}

ul.bullet li {
	padding-bottom: 15px;
	
}

ul.bullet ul li {
	list-style: none;
	
}

ul.blueblock {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 160px;
}

ul.blueblock li {
	color: #fff;
	margin-bottom: 12px;
	padding: 5px 5px;
	background-color: #13478f;
	font-weight: bold;
}

ul.blueblock a:link {
	color: #fff !important;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: transparent;
}

ul.blueblock a:hover {
	color: #85c340 !important;
}

a.blueblock {
	color: #fff !important;
	background-color: #13478f;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}


hr {
	background-color: #f4b618;
	border: thin solid #f4b618;
}

a.link {
	color: #fff !important;
	font-weight: bold;
	background-color: #13478f;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

a:hover.link {
	color: #85c340;;
}
/* styling for form and form elements */
form {
	border-top-style: solid;
	border-top-color: #f4b618;
	border-bottom-style: solid;
	border-bottom-color: #f4b618;
	margin: 20px 0px;
	padding: 15px 0px;
}

input {
	background-color: #c1c7e1;
}

select {
	background-color: #13478f;
	color: #fff;
}

textarea {
	
}

/*Styling for Results of Form Tables */
table.results {
font-size:1.1em;
border-collapse:collapse;
text-align:left;
color:#743d00;
width:95%;
font:"Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
margin:0;
padding:0;
}

table.results caption {
margin-bottom:10px;
font-size:1.2em;
font-weight:700;
color:#743d00;
}

table.results td {
border:1px solid #0059a6;
margin:0;
padding:5px;
}

table.results th {
font-weight:400;
}

table.results thead tr th {
border-right-color:#c1c7e1;
background-color:#0059a6;
color:#fff;
font-weight:700;
border-right:1px solid;
text-align:left;
padding:5px;
}

table.results tfoot tr th, table.results tfoot tr td {
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
background-color:transparent;
color:#ccc;
border-top:1px solid #ccc;
}

table.results tbody tr th {
border-bottom:1px dotted #fafafa;
padding:5px;
}

table.results tr {
background-color:#c9cfe8;
}

table.results tr.odd {
background-color:#fff;
}

/* @end */