/* Global Styles */

body {
	margin:0px;
	background:url(_img/bg_page.jpg);
	background-repeat:repeat-x;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	padding-right: 20px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText td{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 0;
	background: #CAE8EA url(_img/bg_header_page.jpg) no-repeat;
}

#navigation a {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-decoration:none;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
	
#navigation a:hover {
	color: #ABDEBE;
	}
	
body {
	margin:0px;
	background:url(_img/bg_page.jpg);
	background-repeat:repeat-x;
	}
/* set the image to use and establish the lower-right position
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head_left { 
background: transparent url(images/hmn_box.png) no-repeat bottom right; 
}  */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head_left { 
background: transparent url(_img/bg_box.jpg) no-repeat bottom right; 
} 
.cssbox { 
width: 998px !important; /* intended total box width - padding-right(next) */
width: 998px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 0 auto 0 auto; /* use to position the box */ 
} 
/* set the top-right image */ 
.cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 13px; /* right-image-gap + right-inside padding */ 
/* border-bottom: .1px dotted #cccccc;  */
border: none;
} 
/* set the top-left image */ 
.cssbox_head_left { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 15px 0 0px 0; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.cssbox_body { 
background-position: bottom left; 
margin-right: -2px; /* interior-padding right */ 
padding: 4px 0 20px 0px; /* mirror .cssbox_head right/left */ 
text-align:center;
color:#fff;
}

	
	