body {
	background-color: #c1282d;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.leftPad {
	margin-left: 35px;
}

#container {
	padding: 0px;
	width: 750px;
	margin: 0px auto;
}
#headerLogos {
	background-color: #FFFFFF;
}
#topBar {
	background-color: #FFFFFF;
	background-image: url(images/back_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 40px;
	width: 730px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cityscapeBar {
	background-color: #FFFFFF;
	background-image: url(images/BlueCity.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 70px;
	width: 340px;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 410px;
}
#navBar {
	background-color: #FFFFFF;
	background-image: url(images/back_middle.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 23px;
	width: 370px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 380px;
	color: #C1282D;
	font-weight: bold;
}


a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #1f3d8b;
	text-decoration: none;
	
}

#nav a:hover {
	text-decoration: underline;
	
}


#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 0.2em 5px;
	border: 1px solid #1f3d8b;
	border-width: 1px 5px;
	
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 1px solid #1f3d8b;
	border-width: 1px 5px;
	text-decoration: underline;
}

li#first {
	width: 68px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1282D;
}

li#second {
	width: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1282D;
}

li#last {
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C1282D;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
}



li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	background-image: url(images/dropDownBack.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #1f3d8b;

}
#main {
	background-color: #FFFFFF;
	background-image: url(images/back_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 750px;
}


li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
#mainBody {

	background-color: #FFFFFF;
	background-image: url(images/back_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 220px;
	width: 750px;

}
#bottomCurve {
	background-color: #C1282D;
	background-image: url(images/curveBottom.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 63px;
	width: 750px;
	padding: 0px;
}
#mainLeftColumn {
	margin: 0px;
	height: 190px;
	width: 335px;
	padding-left: 25px;
	clear: none;
	float: left;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#mainLeftColumn a:link, #mainLeftColumn a:visited, #mainLeftColumn a:active {
	color: #000099;
	text-decoration: none;
}
#mainLeftColumn a:hover {
	text-decoration: underline;
}


#mainRightColumn {
	margin: 0px;
	height: 190px;
	width: 340px;
	padding-left: 20px;
	clear: none;
	float: right;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#mainRightColumn a:link, #mainRightColumn a:visited, #mainRightColumn a:active {

	color: #000099;
	text-decoration: none;
}
#mainRightColumn a:hover {

	text-decoration: underline;
}
#footerNav {
	background-color: #C1282D;
	background-image: none;
	background-repeat: repeat-x;
	margin: 0px;
	height: 20px;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}
#footerNav a:link, #footerNav a:visited, #footerNav a:active {
	color: #FFFF33;
}
#footerNav a:hover {
	text-decoration: underline;
}


#copyrightLinks {
	background-color: #C1282D;
	background-image: none;
	background-repeat: repeat-x;
	margin: 0px;
	height: 20px;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#copyrightLinks a:link, #copyrightLinks a:visited, #copyrightLinks a:active {
	color: #FFFF33;
}
#copyrightLinks a:hover {
	text-decoration: underline;
}

