/*========================*/
/*Global styles*/
/*========================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
}

img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
h1 {
	color: #1C5A79;
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
	color: #1C5A79;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: .9em;
	font-weight: bold;
	color: #1C5A79;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #666666;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 2px;
}
h5 {
	color: #40A0CF;
	font-size: 1.1em;
}


a:link,a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#subject {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	top: 10px;
	right: 10px;
}



#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgContent.png);
	margin-top: 0px;
	margin-bottom: 0px;
}

/*========================*/
/*Page specific styles*/
/*========================*/

#header {
	display: block;
	width: 100%;
	float: none;
	background-image: url(../images/head.png);
	height: 130px;
}
#logo {
	display: block;
	float: left;
	height: 100px;
	width: 200px;
	margin-left: 30px;
	margin-top: 25px;
}

#siteSearch {
	display: block;
	float: right;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#flashbox {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	margin-bottom: 2px;
	height: 200px;
	margin-top: 2px;
	background-image: url(../images/inspire.png);
}
#content {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	padding-right: 3px;
}
#columnLeft {
	display: block;
	width: 180px;
	margin-left: 2px;
	float: left;
	text-align: center;
}
#columnCenter {
	display: block;
	width: 600px;
	text-align: center;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	padding-bottom: 2px;
	float: left;
	margin-left: 1px;
	border: 1px solid #CCCCCC;
}
#columnRight {
	display: block;
	float: left;
	width: 180px;
	margin-left: 1px;
	text-align: center;
}
#footer {
	display: block;
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footerNav {
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}

#footerNav li {
	list-style-image: url((URL));
	list-style-type: none;
	font-size: 9px;
	display: inline;
}
#footerNav a:link, #footerNav a:active, #footerNav a:visited {
	color: #666666;
}

#footerNav a:hover{
	color: #3399CC;

}
#display {
	display: block;
	padding: 0px;
	float: none;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#displayContent {
	background-image: url(../images/displayContent.png);
	display: block;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contactImageFloat img {
	display: block;
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #999999;
}

#address {
	text-align: left;
}


/* ================================================================*/

.signupframe {

  background: #ffffff;

  color: #226699;

  font-family: Arial, Helvetica, sans-serif;

}

/* ================================================================*/
#SignUp .signupframe input {
	width: 150px;
}
