html,body {
	margin:0;
	padding:0;
	height:100%;
	}
body {
	/*font-family: Georgia, Palatino,” Palatino Linotype”, Times, “Times New Roman”, serif;*/
	font-family: 'Open Sans', sans-serif;
	color: #414142;
	background-image: url(check.jpg);
	background-repeat: repeat;
	}
	#wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 1060px;
		background-image: url(wrapperShadow.png);
		background-repeat: repeat-y;
	}
	#wrapperIndex{
		margin-left: auto;
		margin-right: auto;
		width: 1060px;
		background-image: url(wrapperShadowIndex.png);
		background-repeat: repeat-y;
	}
	#header {
		background-image: url(topFade.png);
		background-repeat: repeat-x;
		height: 270px;
		clear: both;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	div.bluestripe {
		background-color: #1C3F94;
		height: 10px;
		clear: both;
	}
	div.yellowstripe {
		background-color: #f1df00;
		height: 3px;
		clear: both;
	}
	div.redstripe {
		background-color: #e31b23;
		height: 2px;
		clear: both;
	}
	div.yellowspacer {
		background-color: #f1df00;
		height: 20px;
		clear: both;
	}
	div.spacer20 {
		height: 20px;
		clear: both;
	}
	#main {
		background-color: #ffffff;
		margin-top: 20px;
		margin-bottom: 20px;
		height: auto;
		}
	#title {
		background-color: #ffffff;
		margin-top: 20px;
		margin-bottom: 10px;
		height: auto;
		padding: 10px;
		}
	#footer {
		background-image: url(baseFade.png);
		background-repeat: repeat-x;
		background-position: bottom;
		height: 250px;
		clear: both;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#infoCol {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align:center;
		background-color: #ffffff;
		padding: 10px;
		}
#menu a {
	color: #1c3f94;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 30px;
	width: 100px;
	/*background-image: url('buttons4.png');*/
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}
#menu a:hover {
	color: #eb2227;
	background-image: url();
	background-position: bottom left;
	background repeat: no repeat;
}
#menu .current a{
	background-image: url('activeBG.png');
	color: #ffffff;
	}
img{
	width:100%;
	border: 1px solid #1C3F94;
	}
	.bes {
		font-weight: bold;
		color: #1C3F94;
		display: inline;
		text-transform: uppercase;
		font-style: italic;
	}
	h1{
	color: #1C3F94;
	text-transform: capitalize;
	clear: both;
	font-weight: 700;
	}
	h2{
	font-variant: small-caps;
	text-transform: lowercase;
	color: #ea2227;
	clear: both;
	text-align: left;
	border-bottom: 1px solid #ea2227;
	letter-spacing: 0px;
	}
	h3{
	font-weight: bold;
	color: #414142;
	letter-spacing: 1px;
	}
	a:link{
	text-decoration: underline;
	color: #1C3F94;
	}
	a:visited{
	color: purple;
	}
	a:hover{
	color: #eb2227;
	}
	a:active{
	color: #eb2227;
	}
	table{
	margin-left: auto;
	margin-right: auto;
	}

	p.small{
	color: #36393D;
	}
	p.withy{
	color: #003300;
	font-size: 250%;
	font-weight: bold;
	background-color: #9ACD32;
	width: 30%;
	padding: 10px;
	}
	p.caption{
	font-size: smaller;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	}
	ul{
	list-style: none;
	}
	ul ul{
	margin-left: 20px;
	margin-bottom: 0;
	}
	.bullets{
	list-style: none;
	}
	.bullets li{
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0.2em;
	}
	.border{
	border: 1px solid #1C3F94;
	}
	.imgdiv {
	font-style: italic;
	font-size: smaller;
	text-align: center;
	margin-bottom: 1em;
	}
	.datatable{
	border: 1px solid #f4dc00;
	border-collapse: collapse;
	}
	.datatable td{
	padding: 0.2em;
	border: 1px solid #f4dc00;
	}
	.datatable tr.altrow{
	background-color: #Fdf9d3;
	}

	.tablediv{
	text-align: center;
	}

	form input{
		color: #1c3f94;
		border: 1px solid #1c3f94;
		width:100%;
		margin-bottom: 1em;
		height: 2em;
	}
	
	form submit{
	}
	.btn{
		border: 1px solid #1c3f94;
		background-color: #f4dc00;
		width: 100%;
		font-weight: bold;
		margin-bottom: 1em;
		color: #1c3f94;
	}
	textarea.styled{
		height: 200px;
		border: 1px solid #1c3f94;
		padding: 5px;
		color: #1c3f94;
		width:97%;
		margin-bottom: 1em;
	}
	.right{
	text-align: right;
	}
    .formtext {
        font-size: 14px; color:#000066;
    }
    .formerrortext {
        font-size: 14px; color:#C00000; font-weight: bold;
    }
	.formalmenu {
		text-align: center;
		color: #1C3F94;
	}
	.formalmenu a:hover {
		color:#e31b23;
	}

	.besTitle{
		color: #1C3F94;
	}



	p.tel{
		font-size: 500%;
		font-weight: bold;
		font-style: italic;
		color: #1C3F94;
	}

	p.footnote{
		text-align: center;
		font-size: 80%;
		color: #1C3F94;
	}

	a img {
		border: 0px;
	}

	a.mohican:link, a.mohican:visited {
			text-transform: lowercase;
			letter-spacing: 0px;
			color: #000;
			font-size: 1em;
			text-decoration: none;
			padding-left: 5px;
		}

	a.mohican:hover {
			color: #990000;
			text-decoration: none;
		}
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/* RHYTHM */
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

body {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 2em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}
h2{
	margin: 0;
	font-size: 1.5em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
	margin-top: 0.8em;
}
p, ul, blockquote, pre, td, th, label, h3 {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

img, div, a { behavior: url(includes/iepngfix.htc) }
