/*------------------------------------------------*/
/* Page Layout */
/*------------------------------------------------*/
body {
	color: #666;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

h1 {
	color: #003770;
	font-size: 16px;
	margin: 0px 0px 6px 0px;
}
h2 {
	font-size: 13px;
	margin: 0px;
}
h3 {
	font-size: 11px;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #003770;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
	margin: 0px 8px 0px 50px;
	width: auto;
}

.right {
	float: left;
	width: auto;
}



#container {
	margin: 0px auto;
	width: 760px;
}

/*------------------------------------------------*/
/* Header Section */
/*------------------------------------------------*/
#header {
	border-bottom: 1px solid #CCC;
	color: #003770;
	font-size: 11px;
	height: 72px;
	text-align: left;
	width: 760px;
}
#logo {
	float: left;
	padding: 18px 0px;
	width: 500px;
}
#information {
	float: right;
	padding-top: 28px;
	text-align: right;
	width: 260px;
}

/*------------------------------------------------*/
/* Media Section */
/*------------------------------------------------*/
#media {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 760px;
}

/*------------------------------------------------*/
/* Welcome Section */
/*------------------------------------------------*/
#welcome {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 140px;
	width: 760px;
	text-align: left;
}
#welcome table {
	font-size: 12px;
}
#welcome td {
	padding: 16px 15px;
	vertical-align: top;
	width: 50%;
}
/*------------------------------------------------*/
/* Sections Section */
/*------------------------------------------------*/
#sections {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 136px;
	width: 760px;
}
#links {
	background-color: #DEE2EC;
	float: left;
	text-align: left;
	width: 253px;
}
#links table {
	text-align: left;
	font-size: 12px;
}
#links th{
	background: #003770;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	color: #EEE;
	height: 24px;
	padding-left: 16px;
	width: 253px;
}
#links td {
	height: 112px;
	padding: 16px;
}
#links a {
	color: #003770;
	text-decoration: underline;
}
#links a:hover {
	color: #666666;
	text-decoration: none;
}

#section2 {
	background-color: #DEE2EC;
	border-left: 1px solid #CCC;
	float: left;
	text-align: left;
	width: 253px;
}
#section2 table {
	text-align: left;
	font-size: 12px;
}
#section2 th{
	background: #003770;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	color: #EEE;
	height: 24px;
	padding-left: 16px;
	width: 253px;
}
#section2 td {
	height: 112px;
	padding: 16px;
}

#section3 {
	background-color: #DEE2EC;
	border-left: 1px solid #CCC;
	float: right;
	text-align: left;
	width: 252px;
}
#section3 table {
	text-align: left;
	font-size: 12px;
}
#section3 th{
	background: #003770;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	color: #EEE;
	height: 24px;
	padding-left: 16px;
	width: 252px;
}
#section3 td {
	height: 112px;
	padding: 16px;
}

/*------------------------------------------------*/
/* Main Section */
/*------------------------------------------------*/
#main {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 760px;
}
#main table {
	font-size: 11px;
}
#main td {
	padding: 12px;
	vertical-align: top;
}

#localMenu {
	background-color: #DEE2EC;
	height: 253px;
	width: 229px;
}
#localMenu table {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	color: #666;
	font-size: 11px;
	width: 100%;
}
#localMenu td {
	background-color: #FFF;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 4px 8px;
	text-align: left;
	vertical-align: middle;
}
#localMenu p {
	margin: 4px 0px 16px 0px;
}
#localMenu a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#localMenu a:hover {
	color: #003770;
	font-weight: bold;
	text-decoration: underline;
}
#localMenu a.selected {
	color: #003770;
	font-weight: bold;
	text-decoration: none;
}
#localMenu a.selected:hover {
	color: #003770;
	font-weight: bold;
	text-decoration: underline;
}
#localMenu .subLinks {
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: none;
	border-top: none;
	padding-left: 32px;
}

#content {
	border-left: 1px solid #CCC;
	font-size: 11px;
	height: 253px;
	line-height: 16px;
	text-align: left;
	width: 482px;
}
#content table {
	width: 100%;
	font-size: 11px;
}
#content td {
	background-repeat: repeat-x;
	padding: 5px;
}
#content p {
	margin: 0px 0px 12px 0px;
}
#content ul {
	margin: 0px 0px 12px 0px;
	padding-left: 8px;
}
#content li {
	margin: 2px;
	padding-left: 4px;
}
#content span {
	padding-right: 0px; /* this was 256px I adjusted b/c affecting the search page. */
	display: block;
}

#content span.signin {
	display: block;
	margin: 3px 0px 10px 0px;
	padding-right: 0px;
	text-align: right;
}

#content form {
	margin-bottom: 0px;
}

#content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#content input.button {
	background-color: #DEE2EC;
	border: 1px solid #033770;
	color: #003770;
}

#content input.textfieldPP {
	width: 88px;
	height: 16px;
	padding-left: 6px;
	background-color: #FFFFFF;
	border: 1px solid #003770;
}
#content input.buttonPP {
	width: 88px;
	height: 20px;
	background-color: #DEE2EC;
	border: 1px solid #003770;
	color: #003770;
}
#content .directions {
	width: 207px;
	padding: 4px;
	background-color: #F7F7F7;
	border: 1px solid #666666;
}
#content input.textfieldYD {
	width: 160px;
	height: 20px;
	padding: 4px 0px 0px 4px;
	margin: 4px 0px 6px 0px;
	background-color: #FFFFFF;
	border: 1px solid #003770;
}
#content input.buttonYD {
	width: 120px;
	height: 20px;
	margin: 8px 0px 6px 0px;
	background-color: #DEE2EC;
	border: 1px solid #003770;
	color: #003770;
}
#content span.required {
	font-size: 11px;
	color: #003770;
}
#content .attributename  {
}
#content .required  {
	color: #003770;
	font-weight: bold;
}


/*------------------------------------------------*/
/* Registration Section */
/*------------------------------------------------*/
#registration {
	border-left: 1px solid #CCC;
	font-size: 11px;
	text-align: left;
	width: 482px;
}
#registration table {
	width: 100%;
	font-size: 11px;
}
#registration td {
	background-repeat: repeat-x;
	padding-right: 0px;
}
#registration span.required {
	font-size: 12px;
	font-weight: bold;
	color: #003770;
}
#registration form {
	margin-bottom: 0px;
}
#registration input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#registration .button {
	background-color: #DEE2EC;
	border: 1px solid #033770;
	color: #003770;
}
#registration input.textfieldPP {
	width: 88px;
	height: 20px;
	padding-left: 6px;
	background-color: #FFFFFF;
	border: 1px solid #003770;
}
#registration input.buttonPP {
	width: 88px;
	height: 20px;
	background-color: #DEE2EC;
	border: 1px solid #003770;
	color: #003770;
}

#nostyle table {
	width: auto;
}
#nostyle td {
	background-repeat: repeat-x;
	padding: 0px;
}

/*------------------------------------------------*/
/* Footer Section */
/*------------------------------------------------*/
#footer {
	font-size: 10px;
	height: 48px;
	margin-top: 16px;
	text-align: center;
	width: 760px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #003770;
	text-decoration: underline;
}

/*------------------------------------------------*/
/* Separator Section */
/*------------------------------------------------*/
#separator {
	padding: 16px 0px 16px 0px;
}
#separator table {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
}