body {
	margin: 0;
	padding: 0;
	font-family: "Georgia", Times, Arial, sans-serif;
	/*font-family: Arial, sans-serif;*/
	background-color: #FFFFFF;
}

h1 {
	padding-left: 0px;
	font-size: 18px;
}

h2 {
	/*padding-left: 20px;*/
	padding-top: 30px;
	font-size: 12px;
	line-height: 0px;
}

p {
	/*padding-left: 20px;
	line-height: 120%;*/
	font-size: 10px;
}

ul {
	/*line-height: 120%;*/
	font-size: 10px;
}

li {
	/*line-height: 120%;*/
	font-size: 10px;
	list-style-type: square;
}

table {
	/*padding-left: 20px;*/
}

th {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10px;
}

td {
	/*line-height: 120%;*/
	font-size: 10px;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#navigation {
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
	height: 100px;
}

#navigation img {
	margin-left: 250px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
}

#globalNav {
	position: absolute;
	top: 51px;
	left: 290px;
	height: 23px;
	width: 640px;
	font-size: 14px;
	display: none;
}

a.globalNav:link, a.globalNav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

a.globalNav:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 76px;
	left: 294px;
	width: 653px;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
	visibility: hidden;
	display: none;
	/*background-color: #EEEEEE;
	padding: 2px;
	border: 1px solid #999999;*/
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
}

.subglobalNav a:hover{
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}

#container {
	/*border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;*/
}

#prop {
	height: 160px;
	/*float: right;*/
	width: 1px;
}

/************ sideNav styles **************/

#sideNav {
	width: 215px;
	float: left;
	background-color: #CCCCCC;
	font-size: 12px;
	display: none;
}

#sideNav a:link, #sideNav a:visited {
	color: #000000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sideNav a:hover {
	color: #CC0000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#sideNav p {
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: -12px;
	font-weight: bold;
	border-top: 6px solid #CC0000;
}

#sideNav ul {
	margin-left: 22px;
	padding-left: 0px;
	padding-right: 5px;
	list-style-type: square;
}

#sideNav ul ul {
	margin-left: 22px;
	padding-left: 0px;
	padding-right: 5px;
	list-style-type: square;
}

#sideNav li {
	padding-bottom: 2px;
}


#sideNavRule {
	border-left: 22px solid #999999;
}
.sideNavIMG100 {
	border-top: 9px solid #CC0000;
	margin-left: 2px;
}
.sideNavIMG25-75 {
	margin-left: 2px;
	margin-bottom: 1px;
	margin-top: 1px;
}
.sideNavIMGmain {
	margin-top: 2px;
	border-top: 9px solid #CC0000;
	border-bottom: 18px solid #999999;
}
#containerMain {
	/*border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 400px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

#storyLeft {
	float: left;
	width: 48%;
}

#storyRight {
	float: right;
	width: 48%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#footer {
	margin-left: 250px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
a.footer:link, a.footer:visited {
	text-decoration: underline;
	color: #CC0000;
}
a.footer:hover {
	text-decoration: none;
	color: #000000;
}

.clearBoth {
	clear: both;
}

#clearBoth {
	clear: both;
}

#clearRight {
	clear: right;
}

#clearLeft {
	clear: left;
}

.SEO {
	font-size: 1px;
	color: #FFFFFF;
	width: 300px;
}

.pending {
	color: #990099;
}
.tableHead {
	font-weight: bold;
	color: #FFFFFF;
}
.requiredtext {
	font-weight: bold;
	color: #CC0033;
}
.menuItems {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 3px;
}

.locations {
	font-family: "Gill Sans", "Tahoma", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.newsFlashiFrame {
	font-family: "Gill Sans", "Tahoma", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}
