/***** HTML Selectors *****/
/* Colors: #D3D3AB;, #E5E5CD; #59594A */
body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; 
	background-image: url(../images/backgroundTwo.png);
	color: black;
	width: 57em;
	margin: 5em;
	margin-top: 2em;
	border-width: .35em;
	/* border-style: double; */
	border-style: none;
	border-color: black;
	padding: 1em;
} 

h1, h2, h3, h4, h5, h6 {
	display: inline;
	text-decoration: underline;
	padding-left: .55em;
	font-style: italic;
}

table {
	text-align: center;
}

th {
}

td {
}

/***** Hypertext Links *****/
a:link {
	color: #75753E; 
	font-weight: bold;
	text-align: center;
}

a:visited {
	color: gray;
}

a:hover {
	color: red;
}

a:active {
	color: blue;
}

/***** Layout Logic *****/

#navigation {
	padding-top: .25em;
}

#navigation ul {
	list-style-type: none;
	font-size: 1.2em;
	border-bottom-style: none; /* defines the line that stretches across the bottom */
	border-bottom-width: .05em;
	margin-top: 2em;
	padding-bottom: .550em;
	text-align: center;
}

#navigation ul li {
	display: inline;     /* horizontal position */
}

#navigation ul li a {
	text-decoration: none; /* gets rid of link underline */
	padding: 2em;
	margin-bottom: 10em;
	background-position: center;
	background-repeat: no-repeat; 
}

/* To simplify matters no color changes are associated with the states */
#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active {
	background-image: url(../images/tabColor.png);
}

/* Notice that is a#current */
#navigation a#current{
	background-image: url(../images/tabWhite.png);
	border-bottom-color: #b4b4b4;
	vertical-align: -.5em; 
}

#navigation #contactLink {
	margin-left: -1.2em;
}

#navigation #resourcesLink {
	margin-left: -1.8em;
}

#headerOne {
	/* background-image: url(../images/backgroundTwo.png); */
	/* border-bottom-style: double;
	border-bottom-width: .25em;
	border-bottom-color: silver;
	border-top-style: double;
	border-top-width: .25em;
	border-top-color: silver;
	border-right-style: double;
	border-right-width: .25em;
	border-right-color: silver;
	border-left-style: double;
	border-left-width: .25em;
	border-left-color: silver; */
	border-style: none;

	padding-top: .2em;
}

#headerOne #globe1 {
	width: 6em;
	height: 6em;
	margin-left: 1em;
	border-style: none;
}

#headerOne #globe1:hover {
	width: 6em;
	height: 6em;
	margin-left: 1em;
	border-width: .012em;
	border-right-style: solid;
	border-left-style: solid;
}

#headerOne #deptcs {
	width: 437px; /* 487px, 52 px */
	height: 47px;
	margin-left: 3em;
	border-style: none;
	vertical-align: 1em;
	padding: 0em;
	margin-bottom: 0em;
}

#headerOne #deptcs:hover {
	border-width: .012em;
	border-right-style: solid;
	border-left-style: solid;
}

#headerOne #passportHeader {
	width: 251px;
	height: 46px;
	margin-left: 18em;
	padding: 0;
	margin-top: -1em;
}

#content {
	margin-top: -1.5em;
	overflow: visible;
	border-color: #b4b4b4;
	border-style: solid;
	border-width: .75em;
	border-left-width: .75em;
	border-right-width: .75em;
	border-bottom-width: .75em;
	/*height: 38em;*/
	padding-top: 1em;
	background-image: url(../images/background.jpg);
}

#content p {
	padding-left: 1em;
	padding-right: 1em;
}

#content li {
	padding-bottom: .5em;
	padding-right: .5em;
}

#footer {
	margin-top: 1em;
	clear: both;
	font-size: 1.25em;
	border-style: double;
	border-color: silver;
	border-width: .25em;
	height: 4.5em;
	padding-top: .35em;
	background-image: url(../images/background.jpg);
}


#footer ul {
	list-style: none;
	margin-left: 2em;
}

#footer p {
	font-size: .85em;
	font-style: italic;
	text-align: center;
}
#footer li {
	display: inline;
	border-right-style: solid;
	border-right-width: .05em;
	border-right-color: gray;
	padding-right: .3em;
	padding-left: .25em;
}

#footerLastLi li {
	display: inline;
	border: none;
}

#schedulePageTableArea {
	clear: left;
	margin-left: 3em;
	width: 49.5em;
	overflow: auto;
	margin-bottom: 2em;
}

.schedulePageTable {
	text-align: center;
	border-collapse: separate;
	width: 100%;
	margin-bottom: 2em;
}

.schedulePageTable caption {
	font-size: x-large;
	text-decoration: underline;
}

.schedulePageTable ul {
	list-style-type: none;
	padding-left: 0em;
}
