/* Global Styles */

body {
	margin:0px;
	color: #333300;
}
	
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	font-size: 11pt;
	text-align: center;
}
	
a:hover {
	color: #FFBA00;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.logo {
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	height: 35px;
}
		
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}
	
.bodyText {
	line-height:22px;
	color:#26354A;
	letter-spacing:.1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	font:24px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:.2em;
	line-height:32px;
	}
	
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFBA00;
	letter-spacing:.1em;
	line-height:18px;
	}
	
.RoundedBox {  background: #FFFFFF; border: 1px solod green ;}

.boxtop { background: url(http://gipsee.com/css/images/top-right-corner.gif) no-repeat top right; }

.boxtop div { 
	font-size: 0;
	height: 96px; 
	background: url('http://gipsee.com/css/images/top-left-corner.gif') no-repeat left top;
}
	
.boxbottom { 
  	background: url(http://gipsee.com/css/images/bottom-right-corner.gif) no-repeat bottom right; 
	}
	
.boxbottom div { 
  	font-size: 0;
  	height: 30px; 
  	background: url('http://gipsee.com/css/images/bottom-left-corner.gif') no-repeat left bottom;
	width: 63px;
}
	
.boxcontent {
  	padding: 0px 30px 0px 30px;
	}	

.Boxed {
  border: 1px solod green ;
}