/*
HTML tag definitions
*/

body {
	color:#000066;
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-size:inherit;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
}

br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2 a {
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color:#FF6600;
}
a {
	color:#FF6600;
}
fieldset { 
	padding: 10px 10px 10px 10px; 
}
legend {
	font-size: 1.2em;
	color:#FF6600;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
label {
	font-weight: bold;
}

/*
Custom CSS classes
*/

.tableMain {
	width: 760px;
}
.tableHeader {
	background-image: url(images/global/headerBackground.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000066;
}
.tableSiteMap {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #252525;
	
	}
.tableDiagram {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	padding-top: 1px;
	padding-bottom: 1px;



}
.tableFooter {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	padding-left: 15px;
	padding-top: 3px;
	margin-top: 1px;
	margin-left: 5px;
	color: #252525;
	font-size: 1em;
}
.cellNav {
	width: 160px;
	background-color: #FF6600;
}

.cellForm {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}
.cellForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 10px;
}
.cellForm textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 10px;
}

.cellContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.navContent {
	list-style-image: url(images/global/bulletPlus.gif);
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:0.9em;
	text-transform: uppercase;
	font-weight: bold;
}
.navContent li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navContent a {
	color: #FFFFFF;
	text-decoration: none;
}
.navContent a:hover {
	color: #000066;
}
.navContentLiHi {
	list-style-image: url(images/global/bulletMinus.gif);
}
.navContentLiHi a{
	color: #000066;
}


.searchBox {
	background-color: #FFB000;
	padding: 10px;
}
.searchBox fieldset {
	padding: 0px 5px 5px 5px;
	border: 1px solid #FFFFFF;
}
 .searchBox legend {
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
 .searchBox label {
	color: #FFFFFF;
}

.yellowBlock {
	background-color: #FFB000;
	height: 25px;
	width: 100%;
}
.smallColumn{
	font-size: 0.9em;
	padding-left: 25px;
}
.smallColumn h1{
	font-size: 1.1em;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.spacer {
	margin-top: 5px;
	margin-bottom: 5px;
}.accessKey {
	text-decoration: underline;
}
ul {
	font-size:inherit;
	list-style-image: url(images/global/bulletSquare.gif);
	margin-left: 30px;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.cellBack {
	background-color: #FFEFE5;
}
.cellBack2 {
	background-color: #FFFAF7;
}
