p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #1D2548;
}
a:hover{
	color:#006aa3;
}
.white {
	color: #FFFFFF;
}
.parTitle {
	font-size: 14px;
	font-weight: bold;
}

body {
	background-color: #1D2548;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006aa3;
}

/*Menu Style*/
#menu {
	width:160px;
	margin-top:25px;
}

#menu a {
	display: block;
	padding: 3px 20px 0px 10px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu a:hover {
	/* Update to relative path of arrow if not using default */
	color: #1D2548;
	background-color: #c2dbe9;
	background-image: none;
}
#menu ul { 
	/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin: 2px 0px 2px 0px;
}
#menu li:hover {
	position: relative;
	background-color: #c2dbe9;
}
#menu li:hover a {
	color: #1D2548;
}
div#menu ul li ul li a {
	color: #FF0000;
}
#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 21em; /* width is based on the containing block */
}
#menu ul ul li {
	margin: 0px;
}
div#menu ul ul,
div#menu ul li:hover ul ul {
	display: none;
	padding: 2px 2px 2px 2px;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul {
	display: block;
	background-color: #c2dbe9;
}
div#menu ul a ul,
div#menu ul ul a {
	text-align: left;
	padding: 0px 0px 0px 0px;
}
div#menu ul a:hover ul,
div#menu ul ul a:hover {
	background-image: none;
	background-color: #006aa3;
	color: #ffffff;
}

/*.logoPadding {padding:3px; }*/

#header {
	background-image:url(../images/topHeaderCharlotte.gif);
	height:68px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#footer {
	background-color:#FFFFFF;
	height:73px;
	font-size:.8em;
}
#flashHeader {
	background-image:url(../images/flashHeaderCharlotte.jpg);
	height:145px;
	background-repeat: no-repeat;
}
#leftContent {
	background-image:url(images/leftColumnCharlotte.jpg);
	width:152px;
	background-repeat: no-repeat;
	vertical-align:top;
	background-color: #006aa3;
}
#rightContent {
	background-image:url(images/rightColumnCharlotte.jpg);
	width:152px;
	background-repeat: no-repeat;
	vertical-align:top;
	background-color: #006aa3;
}
#rightContent a {
	color:#FFFFFF;
	font-weight: bold;
}
#rightContentText{
	padding: 10px;
	color:#FFFFFF;
	font-size: 10px;
}
#midBar {
	background-image:url(../images/midbar.gif);
	height:3px;
	background-repeat: no-repeat;
	vertical-align:top;
}
#mainContent {padding:10px; font-size:.8em;
}
table.Logos {
width: 429px;
font-size: 11px;
}
table.Logos h1 {
font-size: 13px;
color: #1a2314;
text-align: left;
}
