body {
	margin: 10px;
	background-color: #FFFFFF;
}
#bottombar {
	background-image:  url(index/images/bottombar.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#topbar {
	background-image:  url(index/images/topbar.jpg);
	background-repeat: no-repeat;
}
#leftmenulist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	margin-top: 10px;
	background-color: #344178;
	
}
#leftmenulist ul{
list-style-type: none;
	margin:0px;
	padding: 0px;
}
#leftmenulist a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 15px;
	width: 140px;
}
#leftmenulist a:hover {
	color: #FFFFFF;
	background:  url(index/images/triangle_hover.gif) no-repeat 4px center;
}
#leftmenulist #leftmenuselected {
	background-image:  url(webdevpages/images/triangle_red.gif);
	background-position: 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.leftmenuline {
	background-color: #cccccc;
	left: 40px;
	right: 40px;
	height: 1px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
#quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin: 0px 55px 25px 0px;
	color: #CCCCCC;
	font-style: normal;
	text-align: left;
}
#quicklinks a:link, #quicklinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#quicklinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#bottommenu {
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	float: none;
	margin-right: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: auto;
	text-align: right;
}
#bottommenu a:link, #bottommenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #DDDDDD;
}
#bottommenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#img {
	padding-left: 10px;
}


#topmenu {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	font-weight: bold;
	border-right-color: #AE0000;
}
#topmenu a:link, #topmenu a:visited {
	color: #344173;
	text-decoration: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #344173;
	border-bottom-color: #344173;
	margin: 0px 0px 0px 3px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-color: #344173;
}
#topmenu a:hover {
	color: #FFFFFF;
	background-color: #AE0000;
	margin: 0px 0px 0px 3px;
	padding: 0px 4px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AE0000;
	border-bottom-color: #AE0000;
	border-left-color: #AE0000;
}
#topmenu a#currentpage {
	color: #FFFFFF;
	background-color: #AE0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-top: 2px none #ae0000;
	border-right: 2px solid #ae0000;
	border-bottom: 2px solid #ae0000;
	border-left: 2px solid #ae0000;
}
#rightmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	font-weight: bold;
	border: 1px solid #BD1426;
	text-align: left;
	float: right;
	margin: 25px;
	margin-right: 0px;
}
#rightmenu li{
margin-left:-15px;
}
#rightmenu a:visited, #rightmenu a:link {
	color: #AE0000;
	text-decoration: none;
}
 #rightmenu a:hover {
	color: #344173;
	text-decoration: underline;
}
#rightmenu a#sectionmenu {
	font-style: italic;
	color: #AE0000;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


#maintext {
	padding: 0 15px 25px 25px;
	margin: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #344173;
	background-image: url(images/crest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #344173;
	font-style: normal;
	margin: 0px;
	text-align: left;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #344173;
	text-transform: capitalize;
	padding: 0px;
	margin: 30px 0px 20px;
}
h3 {
	font-weight: bold;
	color: #344173;
	font-size: 95%;
	margin: 30px 0px 0px;
	padding: 0px;
}
#maintext a:link {
	color: #344173;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
#maintext a:visited {
	color: #993366;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
#indextextarea {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center top;
	background-color: #FFFFFF;
}
#search {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(index/images/crest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#indextitlecell {
	padding: 10px 0px 15px;
	border-right-style: none;
	margin: 0px;
	top: auto;
	text-align: center;
	background-color: #FFFFFF;
}
#indextitlecell h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	color: #344173;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#indexlatestnewsarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #314173;
	font-size: 75%;
	margin: 0px;
	border: none;
	vertical-align: top;
	background-image: url(images/75logo2.jpg);
	background-repeat: no-repeat;
	background-position: 280px 70px;
	padding: 0px;
	background-attachment: scroll;
}
#indexaddresscell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #344173;
	text-align: center;
	margin: 0px;
	padding: 25px 0px 0px;
	vertical-align: text-bottom;
	background-color: #FFFFFF;
}
.indeximagecell {
	color: #344173;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#indextable {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.indeximagecelllink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #344173;
	margin: 0px 0px 20px;
	text-decoration: underline;
	padding: 0px;
}
.indexnewsitem {
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.indexnewsitemlink {
	color: #AE0000;
	text-decoration: underline;
	text-transform: none;
}
#indexlatestnewstable {
	margin: 0px;
	padding: 0px;
	background-image:  url(images/75logo2.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
#indexwelcome {
	margin-right: 60px;
}

#logintable {
	background-image: url(publications/images/login_block.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#indexlatestnewstitle {
	text-decoration: underline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#indexlatestnewsheadline {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.spacesavailable {
	color: #00CC66;
	text-transform: uppercase;
}
.spacelimited {
	text-transform: uppercase;
	color: #FF9900;
}

.spacesfull {
	text-transform: capitalize;
	color: #FF0000;
	font-style: italic;
}
.faqquestions {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
.borderbelow {
	border-bottom: 1px solid #CCCCCC;
}
#maintext a:hover {
	text-decoration: underline;
	color: #AD0000;
	font-weight: bold;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #314373;
}
.floatright {
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #314373;
}
#newsscroll {
	top: 0px;
	left: 0px;
	width: 200px;
	height: 300px;
	text-align: left;
	float: left;
	visibility: visible;
	overflow: auto;
	position: relative;
	z-index: 1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#indexlatestnewsheadlinearea {
	text-align: left;
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 70%;
}

#shortcuttable {
	background-position: 250px 100px;
	left: 150px;
	top: 100px;
	z-index: 1;
	width: 200;
	right: 0px;
	bottom: 0px;
}

.executivepics {
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid #314173;
}
.indexpics {
	float: right;
	margin-bottom: 1px;
	margin-left: 8px;
}

.boldlink {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#calendar {
	color: #FFFFFF;
	background-color: #31417B;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: 1px solid #31417B;
	float: left;
}
#calendar a:link {
	font-weight: bold;
	color: #FFFFFF;
}
#calendar a:visited {
	font-weight: bold;
	color: #FFCCFF;
	text-decoration: underline;
}
#weekdays {
	color: #FFFFFF;
}
#calendar a:hover {
	color: #AD0000;
}

.annewsimage {
	border: 1px solid #314173;
	margin-right: 0px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	vertical-align: top;
}
.archivecell {
	vertical-align: top;
}
.pullquote {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #344178;
	border-bottom-color: #344178;
	padding: 10px 0px 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 20px;
}
.captioncell {
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 0px;
	font-size: 60%;
	text-align: center;
}
.box {
	border: medium solid #CC101E;
	padding: 10px;
}
.dates {
	float: left;
	margin: 0px 15px 20px 0px;
}
#banner {
	background-position: center center;
	text-align: center;
}
