/* CSS Document */

/* DIV Tags */

#headerGraphic {
	width:740px;
	height:117px;
	margin-right: auto;
	margin-left: auto;
}

#navigationBar {
	width:700px;
	height:27px;
	background-image: url(../images/left_navbar_spacer.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#bodyWrapper {
	width:700px;
	height:auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#body-copy-container {
	width:400px;
	height:auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	float: right;
	padding-right: 100px;
}

#logoContainer {
	width:100px;
	height:auto;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
}


/* Text Tags */

body,td,th {
	font-size: .85em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/repeating_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #739366;
}

.footer {
	font-size: .9em;
	font-weight: normal;
	color: #666666;
}

.headline {
	font-size: 1.25em;
	font-weight: bold;
	color: #FF0000;
}

.sectionHeader {
	font-size: 1.25em;
	color: #FF0000;
}

.caption {
	font-size: 12px;
	font-style: italic;
}

.disclaimer {
	font-size: 9px;
}

a:link {
	color: #004940;
}

a:visited {
	color: #56714B;
}

a:hover {
	color: #004940;
}

a:active {
	color: #004940;
}

.small-navigation-link {
	font-size: .8em;
	text-align: center;
}

.topNavigationText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #EBECB2;
}

.topNavigationText a:link {
	color: #EBECB2;
}

.topNavigationText a:visited {
	color: #FFCC00;
}

.topNavigationText a:hover {
	color: #FFCC00;
}

.topNavigationText a:active {
	color: #FFCC00;
}

