/* CSS Document */

body {
background-color:#FFFFFF;
font-family:"Times New Roman",Times,Georgia,serif;
}
a {
text-decoration:none;
}
a:link {
color:#000077;
}
a:active {
color:#223388;
}
a:visited {
color:#000077;
}
a:hover {
background:#000077 none repeat scroll 0 0;
color:#AABBDD;
}
label.error {
color:#990000;
}
input.defaultButton {
background:#000077 none repeat scroll 0 0;
color:#AABBDD;
}
#container {
background-color:#FFFFFF;
font-size:1em;
}
#header {
	background-color:#FFFFFF;
	height: 130px;
}
#headerTitle {
text-align:center;
}
#header h1 {
background-color:#000077;
color:#FFFFFF;
font-family:"Times New Roman",Times,Georgia,serif;
font-size:2em;
letter-spacing:10px;
line-height:2.5;
text-transform:uppercase;
}
#footer {
background-color:#000077;
color:#FFFFFF;
}
#footerContent {
color:#FFFFFF;
}
#main {
background-color:#FFFFFF;
border-bottom:1px dotted #000077;
border-top:1px solid white;
margin-top:65px;
}
#main h2 {
font-family:"Times New Roman",Times,Georgia,serif;
text-transform:uppercase;
}
#main h3 {
font-family:"Times New Roman",Times,Georgia,serif;
text-transform:uppercase;
}
#navbar {
border-bottom:1px dotted #000077;
text-align:center;
}
#breadcrumb {
border-bottom:1px dotted #000077;
font-style:italic;
height:18px;
line-height:1.5em;
padding:0;
text-align:center;
}
#content {
border-top:1px dotted #000077;
}
#content h3 {
font-family:"Times New Roman",Times,Georgia,serif;
text-transform:uppercase;
}
#content h4 {
font-family:"Times New Roman",Times,Georgia,serif;
text-transform:uppercase;
}
#content h5 {
text-transform:uppercase;
}
span.highlight {
border-bottom:1px dotted #000077;
}
table.listing tr.highlight {
background:#FCFF64 none repeat scroll 0 0;
}
table.listing tr.fastTracked {
background-color:#AABBDD;
}
table.listing td.headseparator {
border-top:1px dotted #000077;
}
table.listing td.endseparator {
border-top:1px dotted #000077;
}
span.formError {
color:#990000;
}
ul.formErrorList {
color:#990000;
}
div.separator {
border-bottom:1px dotted #000077;
}
#rightSidebar ul, #leftSidebar ul {
margin-left:0;
padding-left:0;
}
#rightSidebar li, #leftSidebar li {
list-style-type:none;
}
#rightSidebar, #leftSidebar {
border-bottom:1px dotted #000077;
margin-top:45px;
}