/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}

body {
	background-image: url(../images/BG-new.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
}
.TitleBar {
	color: #484848;
	background-image: url(../images/TitleBarBg.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 25px;
	font-size: 13px;
}
.Nav {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Nav a{
	color: #121c82;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.Nav a:hover{
	color: #888dc0;
}
.ContentCell {
	line-height: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.ContentCell h1 {
	color: #888dc0;
	font-size: 14px;
	font-weight: bold;
}
.PhotoCaption {
	font-size: 10px;
	color: #121c82;
	padding-right: 15px;
	padding-left: 15px;
	line-height: normal;
}
.Footer {
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #6b6b6b;
}
.Footer100 {
	font-size: 11px;
	color: #6b6b6b;
	background-color: #E4E4E4;
}
.Footer a{
	color: #6b6b6b;
	text-decoration: none;
}
.Footer a:hover{
	text-decoration: underline;
}
.ClearBoth {
	clear: both;
}
#TopNav100 {
	background-color: #FFFFFF;
	width: 980px;
	margin: auto;
	padding: 0px;
}


#TopNav100 a {
	color: #121c82;
	text-decoration: none;
	padding-right: 35px;
	padding-left: 35px;
	margin-right: 4px;
	margin-left: 4px;
	font-weight: bold;
	display: block;
}

#TopNav100 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#DividerLine {
	background-image: url(../images/divider-100percent-new.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 980px;
	margin: auto;
}

#TopNav100 li {
	padding-bottom: 10px;
	float: left;
	padding-top: 0px;
}


#TopNav100 a:hover {
	color: #888dc0;
}
#Header-100percent {
	background-image: url(../images/Header-new100.jpg);
	background-repeat: no-repeat;
	height: 214px;
	width: 980px;
	margin: auto;
}
