/*
 All contents of this file and all associated Page Concepts' 
 files are copyright 1996-2001, ajk concepts, inc. 
 Duplication without permission is strictly prohibited. 
*/
body {
	/* scrollbar-highlight-color: scrollbar-3dlight-color: scrollbar-darkshadow-color: scrollbar-track-color: */
	font-family: verdana;
	font-size : 11px;
	color : black;
	background-color: #8F8F90;
	background-image: url('../images/bg_pattern.png');
	
	
}
p, span, table, td {
	font-family : verdana;
	font-size : 11px;
}
p2{
    color:#002E62;
    font-weight:bold;
    font-size:14px;
    text-align:left;  
}

hr{
	height : 1pt;
	color: #ACA899;
	background-color: #ACA899;
    border: 0px solid #ACA899;

}
h1{
	color: #630101;
	font-size: 16px;
}
h4{
	color: #002E62;
}
h5{
    color:#002E62;
    font-weight:bold;
    font-size:16px;
    text-align:center;  
}
h6{
    color:#002E62;
    font-weight:bold;
    font-size:14px;
    text-align:center;  
}
h2{
    color:#002E62;
    font-weight:bold;
    font-size:25px;
    text-align:center;
    margin-bottom:8px;
    margin-top:4px;  
}
textarea, input, select {
	font-family : verdana;
	font-size : 12px;
}
.copyright{
	color : #9E9C9C;
	font-size :9px;
}

.copyright a:link {
	color : #9E9C9C;
	text-decoration : underline;
}

.copyright a:visited {
	color : #9E9C9C;
	text-decoration : underline;
}

.copyright a:hover {
	color : black;
	text-decoration : none;
}

.copyright a:active {
	text-decoration : underline;
	color : #9E9C9C;
}
.header {
	color : #630101;
	font-size: 13px;
	font-weight : bold;
}
.blueheader {
	color : #002E62;
	font-size: 13px;
	font-weight : bold;
}
.topTDBG{
    background-image: url('../images/bg_center.gif');
}
.tdNavBackground{
    background-image: url('../images/subnav_bg.gif');
}
.tdBottomBackground{
    background-image: url('../images/bg_bottom.gif');
	 color: #630101;
	 font-weight:bold;
	 font-size:11px;
}
.tdBoxBackground{
	border: 1px solid #E8DABB;
	background-image: url('../images/bg_box.gif');
	background-repeat: repeat-x;
}
.centerTable{
	 background-image: url('../images/bg_top.gif');
	 background-color:white;
	 background-repeat: repeat-x;
}
.rightTable{
	border: 1px solid #E8DABB;
	background-color: #F3EBDC;
}
.topnav{
	color : black;
	font-size : 12 px;
	font-weight : bold;
}

.topnav a:link {
	color : black;
	font-weight : bold;
	text-decoration : none;
}

.topnav a:visited {
	color : black;
	font-weight : bold;
	text-decoration : none;
}

.topnav a:hover {
	color : black;
	font-weight : bold;
	text-decoration : underline;
}

.topnav a:active {
	color : black;
	font-weight : bold;
	text-decoration : none;
}


a:link {
	color : #002E62;
	text-decoration : underline;
}

a:visited {
	color : #002E62;
	text-decoration : underline;
}

a:hover {
	color : #630101;
	text-decoration : none;
}

a:active {
	color :#630101;
	text-decoration : underline;
}
.boxheader a:link {
	font-size : 12px;
	color : #630101;
	font-weight : bold;
}
.boxheader a:visited {
	font-size : 12px;
	color : #630101;
	font-weight : bold;
}
.boxheader a:hover {
	font-size : 12px;
	color : #002E62;
	font-weight : bold;
}
.boxheader a:active {
	font-size : 12px;
	color : #002E62;
	font-weight : bold;
}
.box{ 
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.boxheader{ 
	font-size : 12px;
	color : #630101;
	font-weight : bold;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url('../images/bg_hdr.gif');
	border: 1px solid #889798;
	height: 27px;
}
.boxheader1{ 
	font-size : 10px;
	color : #630101;
	font-weight : bold;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url('../images/bg_hdr.gif');
	border: 1px solid #889798;
	height: 27px;
}

.centerPage{
	padding: 15px;
	background-color: white;
}
.calendarHeader{
	background-color: #002E62;
	color: #FDF1E1;
	font-weight:bold;
}


/* Slide Show Style*/
.pics {
    height:  245px;      
    width:   300px;      
    padding: 0;      
    margin:  0;
    border:  0px;  
    overflow: hidden;
}      
.pics img {
    padding: 0px;      
    border:  0px;      
    background-color: #eee; 
    height: 245px;      
    width:  300px;     
    top:  0;     
    left: 0; 
}
/* End Slide Show Style */ 