/* Global Styles */

body {
	margin: 5px;
	background-color: #FFFFFF;
	color:#000000;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}
a:link, a:visited {
	font: bold 150% Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
	text-decoration: none;
}
a:hover, a:active {
	font: bold 150% Geneva, Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}

/* ID Styles */
#container {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: 100%;
	width: 100%;
}
#container table {
	height: 500px;
	width: 100%;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
	position: static;
}
#table #new {
	height: 500px;
	width: 1200px;
	border: thin solid #FFFFFF;
	vertical-align: middle;


}
#table #new td{	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#head {
	width: 100%;
	background-color: #CCCCCC;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-position: center;
	height: 8em;
	background-image: url(../assets/nav/header_large.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
}
#container #table #sidebar {
	padding: 0.2em;
	height: 730px;
	width: 640px;
	position: static;
	text-align: left;
}
div #maincontent {
	padding: 5px;
	width: 1800px;
	height: 1050px;
	overflow: auto;
	position: static;
	background-color: #CCCCCC;
	color:#000000;
}
table#content {
	height: 95%;
	width: 100%;
	border: thin solid #FFFFFF;
	vertical-align: middle;
}
#table #panel {
	height: 95%;
	width: 100%;
	border: thin solid #FFFFFF;
	background-position: center center;
}
#table #panel1 {
	height: 90%;
	width: 100%;
	border: thin solid #FFFFFF;
	background-position: center center;
}
#table #photo {
	height: 90%;
	width: 100%;
	border: thin solid #FFFFFF;
	background-position: center center;
}
/* Class Styles */

.fltlft {
	float: left;
	margin: 0.2em;
}
.fltrt {
	float: right; 
	margin: 0.2em;
}
.clearfloat {
	line-height: 0em; 
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0em; /* Makes sure the clearing element has no height */
}
.bodyText {
	color:#000000;
	font: 160% Geneva, Arial, Helvetica, sans-serif;
	line-height: 2em;
}
.pageName{
	color: #000033;
	font: bold 180% Geneva, Arial, Helvetica, sans-serif;
}
.subHeader {
	color: #003333;
	letter-spacing:0.2em;
	font: 160% Geneva, Arial, Helvetica, sans-serif;
}
.quote {
	font: 160% Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
}
.quotesmall {
	font: bold 150% Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
}
.quotealt {
	color: #000031;
	font-size: 150%;
	font-weight: bold;
}
.smallText {
	font: 120% Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.navText {
	font: bold 160% Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0.1em;
	text-decoration: none;
	
}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
/* FOOTER -------------------------------------------------- */

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: 1em;
	background-color: #CCCCCC;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-image: url(../assets/nav/footer_large.jpg);
	background-repeat: no-repeat;
	height: 6em;
	width: 100%;
	text-align: center;
	font-size: medium;
	color: #FFFFFF;
	background-position: right;
}
#footer ul {
  text-align: center;  /* Centers all the text in the footer div */
}
#footer a:link, #footer a:visited {
	margin: 0.2em;
	font-size: 24px; /* Sets the font size to 90% of the user's browser preference, */
	color: #000000; /* Sets the text colour of the links */
	text-decoration: none;
	background-color: #CCCCCC;
}
#footer a:hover, #footer a:active {
	margin: 0.2em;
	font-size: 24px;
	color: #0000FF; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
	background-color: #CCCCCC;
}
