/* CSS Document */
body {
	font-family: Comic Sans MS, Arial, Helvetica, Sans;
	font-size: 90%;
	line-height: 145%;
	background: #FFFFFF;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,th {
	line-height: 145%;
}

h1,h2,h3 {
	color:#0B5A85;
	text-shadow: #bbbbbb 0.2em 0.2em 3px;
}
h1 {
	font-size: 150%;
	margin-bottom: 5px;
	line-height: 145%;
}
h2 {
	font-size: 125%;
	margin-bottom: 0px;
	line-height: 145%;
}
h3 {
	font-size: 115%;
	line-height: 145%;
	margin-bottom: 0px;
}

.callout {
	font-size: 115%;
	color:#0B5A85;
	font-weight: bold;
	text-shadow: #bbbbbb 0.2em 0.2em 3px;
}
a:link, 
a:visited { color: #F52134; font-weight:bold;}
a:hover {  color: #0175B3; font-weight:bold; text-decoration: none;}
a:active { color: #FF6666; font-weight:bold;}

.photo_box_l {
	float: left;
	border: 1px solid #000000;
	background: #B9EA93;
	padding: 5px;
	margin-right: 10px;
	font-size: 75%;
	text-align: center;
	line-height:130%;
}
.photo_box_r {
	float: right;
	border: 1px solid #000000;
	background: #B9EA93;
	padding: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 75%;
	text-align: center;
	line-height:130%;
}
.photo_box_l img, .photo_box_r img {
	border: 1px solid #000;
	margin-bottom: 3px;
}
.caption {
	font-size:12px;
	text-align: center;
	line-height:125%;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
}
.caption a:link,
.caption a:visited {
	text-decoration: none;
	font-weight: normal;
}
.caption a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.caption a:active {
	text-decoration: underline;
	font-weight: normal;
}
.bullets li {
	list-style:none;
	background: url("../../images/bullet.gif") no-repeat 0px 4px;
	vertical-align:top;
	padding: 0 0 .6em 18px;
	margin:0;
	margin-left: -20px;
}

.center_column_footer {
	background-color:#FFFFFF;
	padding:10px 0px 10px 0px;
}


/* Left Navbar */

#sidebarContainer {
	width: 220px;
	padding: 0px 0px 10px 0px;
}

.columnShade {
	background-color:#D0E3ED;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color: #64B6E1;
	border-bottom-color: #64B6E1;
}

/* sidebar not currently used */
#sidebarContainer #sidebar {
	line-height: 1.6em;
	padding: 1px 10px 10px;
	color: #77924a;
}

#sidebarContainer #sidebar p {
	margin: 0;
	padding: 10px;
}

#navcontainer {
	font-size: 1em;
	border-top: 1px solid;
	margin-bottom: 10px;
/*	position: relative;*/
	
	border-top-color: #004366;
}

#navcontainer #current {
	background: #B41827;
}

#navcontainer #current:hover {
	background: #B41827;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #B41827;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
/*	position: relative;
*/}

#navcontainer a{
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	height: 27px;
	font-size: 13pt;
	font-weight:normal;
	line-height:23px;
	letter-spacing:1pt;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid;
	background: #005C8C;
	border-bottom-color: #004366;
}

#navcontainer a:hover {
	background: #B41827;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 40px;
	background: #0075B2;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	background: #B41827;
}

#navcontainer ul ul .currentAncestor {
	background: #B41827;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 60px;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	background: #a6c660;
	color: #7b972d;
}



.footer {
	font-weight: normal;
	text-align:center;
	font-size: 8pt;
	line-height:140%;
	color: #666666;
	margin-top: 100px;
}
.footer a:link,
.footer a:visited {color: #666666; text-decoration: none; font-weight: normal;}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight:normal;
}
.footer a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}


.copyright {
	color: #666666;
	font-size: 7pt;
	letter-spacing:-.1px;
	font-weight:normal;
	line-height:130%;
	margin-top:10px;
	margin-bottom:10px;
}
.copyright a:link ,
.copyright a:visited {color : #89725D; text-decoration : none;}
.copyright a:hover {
	color: #007800;
	text-decoration: none;
}
.copyright a:active {color : #58AE58; text-decoration : none;}

.credits {
	font-size: 95%;
	font-weight: bold;
	color:#007576;
}
