/* CSS Document */
td, div, p, li, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #403D2F;
}

body {
	background-color: #CACACA;
}

a:link {
	color:#990033;
	text-decoration:none;
}

a:visited {
	color:#990033;
	text-decoration:none;
}

a:hover {
	color:#990033;
	text-decoration:underline;
}

a.nav:link {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
}

a.nav:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
}

a.nav:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
}

a.list:link {
	text-decoration:none;
	color:#403D2F;
}

a.list:visited {
	text-decoration:none;
	color:#403D2F;
}

a.list:hover {
	text-decoration:none;
	color:#403D2F;
}

.listRow {
	padding:4px 10px 4px 15px;
}

.listAltRow {
	padding:4px 10px 4px 15px;
	background-color:#F9F3E5;
	
}

.listRowHead {
	background-color:#990033;
	padding:4px 10px 4px 15px;
	color:#FFFFFF;
	font-weight:bold;
}

.copy {
	padding:5px 10px 5px 10px;
}

.copy2 {
	padding:5px 20px 5px 20px;
}

.copyImg {
	padding:5px 0px 5px 0px;
}

.detailTable {
	padding:0px 10px 10px 20px;
	width: 448px; /*JD addition*/
}

.siteName {
	color:#990033;
	font-size:12px;
	padding:5px 10px 5px 20px;
	font-weight:bold;
}

.header {
	color:#990033;
	font-size:12px;
	font-weight:bold;
}

.header2 {
	color:#403D2F;
	font-size:12px;
}

.footer {
	color:#333333;  /*JD change: original #999999*/
	background-color: #FFFCF7; /*JD addition*/
	text-align: center; /*JD addition*/
}

.footerLines {
	color:#666666;
	background-color: #FFFCF7; /*JD addition*/
	text-align: center; /*JD addition*/
}

.leftColumn {
	background-color:#F9F3E5;
	font-weight:bold;
	padding:3px 10px 3px 10px;
	width: 100px; /*JD addition*/
}

.rightColumn {
	background-color:#F6F6F6;
	padding:3px 10px 3px 10px;
	text-align: left; /*JD addition*/
	width: 325px; /*JD addition*/
}

.siteTitleIMG {
	padding:10px 0px 0px 15px;
	text-align: left; /*JD addition*/
}

.stateList {
	padding:5px 0px 0px 0px;
}

/* JD added styles */
#center {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('images/background.jpg');
}

.maintable {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 15px;
}

.lowertable {
	height: 100%;
	width: 770px;
	background-color: white;
	border: none;
}

.navdata {
	height: 29px;
	background-image: url('images/nav_bg.jpg');
	text-align: center;
	font-weight: bold;
}

.intromovie {
	height: 218px;
	width: 770px;
}

.copyImg img {
	border: none;
}

.top {
	vertical-align: top;
}

.bodycell {
	text-align: left;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}

.warstory {
	padding: 5px 20px 5px 20px;
	text-align: justify;
}

img.noborderimg {
	border: none;
}

td.countrydata {
	text-align: center;
	width: 33%;
}

img.rightimg {
	padding: 5px 0px 5px 5px;
	float: right;
}

.aboutusimgtable {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.aboutusimgtable td {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.featuredsitetable {
	width: 100%;
	background-color: #EFE3CD;
	margin-left: auto;
	margin-right: auto;
}

.note {
	font-size: 10px;
	font-style: italic;
	color: #333333;
}

#sitemap {
	width: 250px;
	height: 250px;
	/*border: 1px solid black;	--done in js now so that blank maps don't show up with a box*/
}

#statemap {
	width: 300px;
	height: 300px;
	/*border: 1px solid black;	--done in js now so that blank maps don't show up with a box*/
}
