* {
font-family: verdana, arial;
font-size: 9pt; /* default font size */
}
a {
text-decoration: none;
}
a, a:active, a:visited {
color: #004880;
}
a:hover {
color: red;
}
p {
padding-bottom: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
padding-bottom: .5em;
}
h1 {
font-size: 2.4em;
}
h2 {
font-size: 2.1em;
}
h3 {
font-size: 1.9em;
}
h4 {
font-size: 1.6em;
}
h5 {
font-size: 1.3em;
}
h6 {
font-size: 1.0em;
}
.link_image {
border: none;
}
.text_container {
padding: 10px;
color: #333;
}
.text_container h3, h4 {
color: #00457b;
}
.text_container a {
text-decoration: underline;
}
.text_container a:hover {
color: red;
}
.footer_text {
font-size: .8em;
text-align: center;
color: #404040;
}
/*
sitemap {
margin: 0px;
padding: 10px;
}
sitemap li {
margin: 5px 5px 5px 15px;
padding:0px;
}*/
.text_container ul {
margin: 0px;
padding: 10px;
}
.text_container ul li {
margin: 5px 5px 5px 15px;
padding:0px;
}
.quote_box {
margin: 0px 5px 0px 5px;
border-width: 2px 0px 2px 0px;
border-style: solid;
border-color: #004880;
padding: 5px;
font-style: italic;
font-size: 1.2em;
font-weight: bold;
color: #004880;
}
.box {
padding: 5px;
}
.box_header {
background-repeat:repeat-x;
background-image:url(images/box_header_bg.png);
padding: 5px;
border-bottom: 1px solid #dedede;
font-weight: bold;
color: #00457b;
}
.box_content {
background-repeat:repeat-x;
background-image:url(images/box_content_bg.png);
font-size: .8em;
padding: 5px;
border-bottom: 1px solid #dedede;
}
.box_content a {
text-decoration: underline;
font-size: 1.0em;
}
/* BEGIN ctable Style */
.ctable {
	width: 500px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

.ctable caption {
	padding: 0 0 5px 0;
	width: 500px;	 
	font-style: italic;
	text-align: right;
}

.ctable th {
	font-weight: bold;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/ctable_header_bg.jpg) no-repeat;
}

.ctable th.topright {
	border-left: 1px solid #C1DAD7;
}

.ctable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.ctable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.ctable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.ctable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/ctable_bullet1.gif) no-repeat;
	font-weight: bold;
	font-size: .8em;
}

.ctable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/ctable_bullet2.gif) no-repeat;
	font-weight: bold;
	font-size: .8em;
	color: #797268;
}
/* END ctable Style */
/* BEGIN bread Style */
#bread {
	padding: 3px;
	background: #e0e0e0 url(images/bread_nav_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #333;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#bread a, a:active, a:visited {
	color: #004e61;
	text-decoration: underline;
}
#bread a:hover{
	color: red;
}
/* END bread Style */
#announcement_list
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid black;
}
#announcement_list li
{
list-style: none;
margin: 0;
padding: 0.5em;
border-top: 1px dotted gray;
}
#announcement_list2
{
padding-left: 0;
margin-left: 0;
}
#announcement_list2 li
{
list-style: none;
margin: 0;
padding: 0.5em;
border-top: 1px dotted gray;
}
