@charset "utf-8";
/* CSS Document */

* {
	border: 0 none;
	margin: 0;
	outline: 0;
	padding: 0;
}

.clear {
	clear:right;
}

html, .text	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;

}

/*.text {font-weight:bold; }*/

body {
	padding:5px;
}

body.public	{
	background-image:url(/images/bg-body.jpg);
	background-color:#fff;
	height:100%;
	text-align:center;
	padding:0px;
}

p {
	padding:0px 0px 10px 0px;
}
	
a	{
	color:#BE0F34;;
}

	a:hover {
		text-decoration:none;
	}
	
	a.small	{
		color:#be0f34;
		font-size:10px;
		font-weight:normal;
	}


h1	{
		color:#008a9a;
		font-size:18px;
		font-weight:bold;
		font-family:"Times New Roman", Times, serif;
}


		h1 a {
			color:#008a9a;
		}
		 h1 a:hover {
			color:#76bbc3;
		}	


h2	{
	font-size:14px;
	font-weight:bold;
	color:#00636f;
	padding:6px 0px 5px 0px;
}

h3	{
	margin:7px 0 0 0px;
	padding:0px 0px 0px 0px; /* TOP RIGHT BOTTOM LEFT */
	color:#00636f;
	font-size:13px;
	font-weight:bold;

}

h4	{
	color:#000;
	font-size:13px;
	font-weight:bold;
}

blockquote {
	padding:0px 0px 10px 10px;
}

.alert {
	color:#FF0000;
}


/*   -----------------------------------------------------------------*/
label { float:left; width:160px; text-align:right; margin-right:5px; font-weight:bold; }
input { border:1px solid #666; }
input.submit { position:relative; left:165px; overflow:visible; font-family: helvetica, arial, sans-serif; vertical-align:bottom; } 
.req label { color:#600; }
.req input { background-color:#fffcfc; border:1px solid #be0f34; }

input:focus { background-color:#FFFFCC; }
select { border:1px solid #000; }

/*   -----------------------------------------------------------------*/


#wrapper	{
	background-image:url(/images/bg-wrapper.gif); 
	background-color:#fff;
	background-position:0px 155px;
	background-repeat:repeat-y;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align:left;
	width:950px;
}

#banner	{
	background-color:#e2f2f4;
	background-repeat:no-repeat;
	border-top:9px solid #008a9a;
	border-bottom: 1px solid #94bec3;
	min-height:71px;
	width:950px;
}

div#topNav {
	position:relative;
	left: 0px;
	top:8px;
	float:left;
	background-color:#e2f2f4;
	padding-top:6px;
	height:auto;
	background-image:url(/images/bg-topnav.gif);
	background-repeat:no-repeat;
	width:680px;
}

#topNav ul	{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin-left:0px;
	text-align:center;
	float:left;
}

#topNav ul li	{
	float:left;
	border-right:1px dashed black;
	padding:1px 1px 0px 1px;
}

#topNav ul li.last	{
	border-right:none;	
}

#topNav ul li.first	{
	padding:1px 1px 0px 0px;	
}

#topNav ul li a	{
	color:#000;
	display:block;
	padding:9px 8px 9px 8px;
	text-decoration:none;
	letter-spacing:.02em;
	
}


#topNav ul li a:hover	{
	color:#fff;
	background-color:#018a9a;
}

#lCol {
	clear:left;
	color:#fff;
	float:left;
	font-size:13px;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	position:relative;
  	width: 194px;
	background-color:#f8efd9;
	border-top:19px solid #be0f34;

}





#lCol fieldset	{
	clear:left;
	float:left;
	width:100%;
}
form ol	{
	padding:0px 0px 10px 0px;
	list-style:none;
	float:none;
	clear:both;
	overflow:visible;
}

.content form ol	{
	padding:0px 0px 10px 0px;

}


form li	{
	clear:left;
	float:left;
	width:100%;
}

.formInput {
	border: #000 1px solid;
	font-size: 12px;
	padding:2px;
	margin:2px;
}

.formRequiredField {
	color:#ff0000;
	font-weight:bold;
}

#lCol input.submit	{
	border:1px solid #633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#BE0F34;
/*	float:none;*/
	font-size:8pt;
	position:relative;
	left:75px;
	font-weight:bold;
	margin:7px 5px 5px 2px;
	padding:0 0 0px 0;
	text-transform:uppercase; 



}


#lCol input.submit:hover	{
	background-color:#FFE9B5;	
	border:1px solid #fff;
	color:#000;

}


#lCol label	{
	float:left;
	font-weight:bold;
	font-size:.9em;
	margin:5px 5px 2px 0;
	text-align:right;
	width:70px;
}

#lCol input	{
/*	border:#000 solid 1px;  */
	margin:2px;
	width:100px;
}

/*      LEFT NAVIGATION             ---------------                                 */

ul#menu {
	margin: 0px 0 0 0;
	padding: 0;
	background-image:url(/images/bg-menu-claws.png);
	background-color:#ffe9b5;
	list-style-type: none;
	width: 194px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8pt;

/*    opacity: 0.5;  */
      /*This one is the official CSS3 method, at the moment it works in newer Mozilla (Gecko) browers, Safari and Opera.*/
/*    -moz-opacity: 0.5;*/
      /*This one works in older versions of Mozilla browsers.*/
/*   -khtml-opacity: 0.5;*/
      /*This is used by older versions of browsers that use the KHTML and WebKit rendering engine, namely Konquerer on Linux and Safari on Mac OS X.*/
/*    filter: alpha(opacity=50);*/
      /*This one works only in MSIE.*/	
}

ul#menu li {
	margin: 0 0 0 0 ;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

ul#menu a {
	display: block;
	color: #bd0028;
	text-decoration: none;
	padding: 2px 0 4px 10px;
	line-height: 1.7; 
	border-bottom:1px solid #dda099;
}

ul#menu a:hover {
	background: #fff;
	color:#008a9a;
	
   opacity: 0.5;  
      /*This one is the official CSS3 method, at the moment it works in newer Mozilla (Gecko) browers, Safari and Opera.*/
    -moz-opacity: 0.5;      /*This one works in older versions of Mozilla browsers.*/
   -khtml-opacity: 0.5;
      /*This is used by older versions of browsers that use the KHTML and WebKit rendering engine, namely Konquerer on Linux and Safari on Mac OS X.*/
    filter: alpha(opacity=50);
      /*This one works only in MSIE.*/
	
}

/* changes link to 'on' state when on that section */
body#menu62 #menu-abo a, 
body#menu61 #menu-cal a,
body#menu51 #menu-pub a, 
body#menu64 #menu-con a, 
body#menu50 #menu-lin a, 
body#menu66 #menu-faq a {
	background: #fff;
	color: #008A9A;
}

/* changes link to 'on' state when on that section */
body#menu57 #topNavcha a, 
body#menu58 #topNavser a, 
body#menu59 #topNaveco a, 
body#menu60 #topNavret a, 
body#menu61 #topNavfun a {
	background: #fdfde6;
	color: #666;
}

/*              END NAVIGATION ----------------------------------------  */

/* MEMBERSHIP            ----------------------------------------------  */
#blurb-membership {
	background-color:#be0f34;
	color:#fff;
	clear:both;
	padding:3px 4px 6px 4px;
}

	#blurb-membership a {
		color:#fff; 
	}

	#blurb-membership li a {
		font-weight:bold;
	}
	
	#blurb-membership h3 {
		text-align:center;
		padding:1px 0px 2px 0px;
		display:block;
		overflow:hidden;
		color:#fff;
	}

#blurb-memberdesc {
	background-color:#fff;
	border:1px solid #bd908a;
	color:#000;
	clear:both;
	padding:6px;
	font-size:90%;
}

#blurb-memberdesc h4 {
	text-align:center;
}

	#blurb-memberdesc a {
		color:#be0f34;
	}
/*              END MEMBERSHIP ----------------------------------------  */


/*            BEGIN SEARCH     ++++++++++++++++++++++++++++++++++++++++  */

div#search {
	padding:20px 5px 5px 8px ;
	height:17px;
}

	#search input {
		border:1px solid #be0f34;
		width:110px;
		height:15px;
		margin:0;
	}
	
	#search input.submit	{
		float:none;
		width:60px;
		height:17px;
		margin:0 0 0 5px;
		padding:0 0 0px 0;
		position:static;
		
		border:1px solid #660;
		background-color:#be0f34;
		color:#fff;
	
		font-size:7pt;
		font-weight:bold;
		text-transform:uppercase;
		vertical-align:top;
		letter-spacing:1px;	
	}
/*              END SEARCH ----------------------------------------  */

div#map {
	background-image:url(/images/directory-map.gif);
	width:735px; height:435px;
}

div#map:hover {
	background-image:url(/images/directory-map-9.gif);
}

.send	{
	border:1px solid #000;
	background-color:#BE0F34;
	color:#fff;
	float:none;
	font-size:7pt;
	font-weight:bold;
	margin:7px 0px 5px 0px;
	padding:0 0 0px 0;
	text-transform:uppercase;
	width:54px;
	height:17px;
	text-align:center;
	letter-spacing:1px;	
	overflow: visible;
}

.buttons	{
	background-color:#BE0F34;
	border:#633 1px solid;
	color:#fff;
	float:none;
	font-size:10pt;;
	font-weight:bold;
	padding:2px 2px 1px 2px;
	margin:6px 0px 5px 0px;
	text-transform:uppercase;
}

.buttons:hover	{
	background-color:#FFE9B5;
	border:#BE0F34 1px solid;
	color:#000;
}


#lCol p {
	color:#fff;
	font-size:11px;
	margin:0px 10px 5px 10px;
}

.lLinks a	{
	color:#fff;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

.lLinks a:hover	{
	text-decoration:none;
}

	
#twoCols {
	float:right;
	position:relative;
  	width: 739px;
}

#cCol, #cCol-wide	{
	float: left;
	display:inline;
	padding:19px 0px 0px 0px;
	position: relative;
	z-index:100; /* 100 is closer to eyeballs than 0   */
}

#cCol	{ 	width:500px; }

#cCol-wide	{  	width:auto;  }

/*     ----------------BEGIN .content STUFF    -------------------------------------   */
.content {
	clear:both;
	font-size:13px;
	overflow:hidden;
	margin-bottom:10px;
}

	.content ul {
		display:block;
		list-style:url(/images/bullet-red.gif);
		padding-left:50px;
		padding-bottom:10px;
		color:#BE0F34;
	}
	
	.content li {
		display: list-item;
		margin:5px 0px 0px 0px;
		color:#000;
	}
	
	.content ol {
		display:block;
		padding-left:50px;
		padding-bottom:20px;
	}
	

	
	.content img {
		border:#00636F solid 3px;
		margin-bottom: 5px;
		margin-left:2px; margin-right:2px;
	}
		
	img.clean {
		border:none;
		margin-bottom: 0px;
	}
	
	.content img.right {
		margin-left: 10px;
	}
	
	.content img.left {
		margin-right: 10px;
	}
	
	.content .small {
		font-size:10px;
		border:none;
		padding-top:2px;
	}
	
	.content .odd {
		background-color:#e6e6e6;
	}
	

	


/*                           END .content STUFF ---------------------    */

dl#onerow {

		background-color:#eee;
		width:505px;
		margin-top:5px;
		padding:5px;
		color:#666;
}

	dl#onerow img {margin:0px; border:none; vertical-align:top ;}
	dl#onerow a { color: #966; }

	dl#onerow dt, dl#onerow dd { margin-top:2px; height:22px; }  /* separates each "row" of dt and dd   */
	
	dl#onerow dt {
		width:20px;
		margin-left:0px;
		clear:both;
		text-align:center;
	}
	
	dl#onerow dd {
		font-size:.9em;
		vertical-align:middle;
		text-align:left;
	}
	
	dl#onerow dt + dd {
		width:450px;
	}
	
	dl#onerow dd + dd {
		clear:none;
		width:50px;
	}



/*	-------------------------Two Column Styles-------------------------   */
#list {
	display: inline;
}

#list ul { /* do we still use this? apparently not for the Links, since we switched to a table */
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 500px;
}

#list li {  /* do we still use this? apparently not for the Links, since we switched to a table */
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	width: 225px;
}

#list a {
	display:block; margin-top:9px;
}

#details {
	width: 200px;
	background-color:#E2F2F4;
	border:1px solid #94BEC3;
	padding:2px;
	color:#008A9A;
	overflow:visible;
	display:block;
	visibility:hidden;
	position:absolute;
	


	
	
}
/*	-------------------------Two Column Styles end----------------------   */

.intro {font-weight:bold; color:#666; }

#splash-article {
	background-color:#006372;
	overflow:auto;
	border: 1px solid #006372;
	margin-bottom:5px;
}



	#splash-article img {
		border:none;
		display:block;
		position:relative;
		float:left;
		padding-right:5px;
		margin:0px;

	}

	#splash-article h2 {
		color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding-right:10px;
		margin-left:5px;
		font-size:1.6em;
	}
	
	
	#splash-article  p {
		color:#cedfe2;
		padding-right:10px;
		margin-top:8px; margin-left:5px;
		font-size:1.1em;
		font-weight:bold;
	}

	#splash-article a, #splash-article h2 a {
		color:#fff;
		text-decoration:underline;
	}

	#splash-article a:hover {
		text-decoration:none;
	}
/*     ------------------------------------------------------      */	

  h1 + h2, h2 + h3, h3 + h4, h1 + p, h2 + p, h3 + p, h4 + p, h1 + ul, h2 + ul, h3 + ul, h4 + ul, li h4 { margin-top:0px; }  
  
#splash-about {
	background-color:#edfafc;
	overflow:auto;
	border: 1px solid #bababa;
	margin:10px 0 0 0 ;
}

	#splash-about img {
		border:none;
		display:block;
		width:152px;
		position:relative;
		float:right;
		padding-left:5px;
		margin:0px;
	}

	#splash-about h2 {
		color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding-left:10px;
		font-size:1.6em;
	}
	
	#splash-about  p {
		color:#585b5b;
		padding:0 0 0px 5px;
		margin-top:4px;
		font-size:1.0em;
		line-height:150%;
		font-weight:bold;
	}

	#splash-about a {
		color:#fff;
		text-decoration:underline;
	}

	#splash-about a:hover {
		text-decoration:none;
	}	
/*   -----------------------------------------------------------------*/



.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:12px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFcac9;
    background-image: url('/images/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/images/validation.png');
} 

ul#validation  { list-style-image:none; color:#D63301; padding-bottom:0px; }
#validation li { color:#D63301; }


/*   -----------------------------------------------------------------*/


	dl {
		font-size: small; overflow:auto; width: 730px; border-bottom:0px dotted; padding-bottom:4px;
		vertical-align:middle;
	}
	dt {
		float:left;
	/*	clear:both;*/     /* Lets the next dt and dd go to the next line. Can't get to work in IE yet though  */
		font-weight:bold;
		width: auto;
		margin-left:10px;
		margin-right:5px;
		
	}
	dd {
/*		margin-left:10px;*/
		display:block;
		float:left;
		width:150px;

	}

	dd + dd {
/*		margin-left:10px;*/
		clear:both;

	}

table#files {
	background-color:#FFFFef;
	border-right:1px solid #f9f9f9; border-left:1px solid #f9f9f9;
	width:500px;
}

	#files img { border:0px; margin:0px; vertical-align:text-top; }
	#files td.h2 { border-top:1px solid black; border-bottom:none; }
	#files h2 { padding-bottom:0px; }

	#files tr:hover > td {background-color:#fff; }
	#files tr:hover > td.h2 { background-color:transparent; } /* disables above hover bg change on the row if it's .h2 */
	
	#files th { background-color:#BE0F34; color:#fee; vertical-align:bottom; text-align:center; height:1.5em; }

	#files td {
		border-bottom:1px solid #eed;
		height:25px;
	}
	
	#files td:first-child {
		padding-left:10px;
	}
	
	#files td:first-child + td {
		text-align:center;
	}
		
	#files tr + td {
		width:300px;
		height:20px;
	}
	
	#files td + td + td, #files .size {
		font-size:.9em;
		text-align:right;
		padding-right:5px;
	}
	
#fullCol {
	background-color:#ededed;
	border:#ffcece solid 1px;
	clear:both;
	overflow:hidden;
	margin-bottom:33px;
	padding-left:7px;

}

#fullCol a {
	font-weight:normal;
	text-decoration:none;
}

#fullCol p	{
	padding:0px 0px 19px 7px;
}

#fullCol .more	{
	font-weight:bold;
	float:right;
	padding-right:7px;
}

#fullCol img	{
	border:#a8a8a8 solid 1px;
	float:right;
	margin:3px 3px 4px 22px;
	position:relative;
}




#img img {
	border:none;
	margin:0; 
}

img.pretty { -ms-interpolation-mode: bicubic }

.caption {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:.8em;
}

.caption span {
	width: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}

.caption img {
	border: #a8a8a8 solid 1px;
	margin:0px;
	padding:0px;
	display:block;
}

#rCol	{
	background-color:#fff;
	float: right;
	padding:40px 7px 3px 7px;
	position: relative;
	width:214px;
	z-index:0; /* farthest from eyes */
}

	#rCol h4 {
		text-transform:uppercase;
		text-align:center;
		color:#727272;
	}
	


	#rCol hr {
		color:#82b3ba;
		border-top:none;
		border-bottom:1px dashed #82b3ba;
		height:1px;
		background-color: #fff;
	}

	#rCol a {
		color:#be0f34;
		font-weight:bold;
		text-decoration:underline;
	}
	
	#rCol a:hover {
		text-decoration:none;
	}
	
	#rCol ul	{
		color:#be0f34;
		list-style-position:outside;
		list-style:square;
		margin-left:13px;
		padding:0px 0px 0px 10px;
	}
	
	#rCol li {
		padding:7px 0px 0px 0px;
	}
	
	#splash-upcoming {
		background-color:#fff4da;
		padding:10px;
		border:1px solid #c09362;

	}
		
			#splash-upcoming a {
				margin-top:3px;
				display:block;
			}
		

#footer {
	clear:both;
	overflow:hidden;
	position:relative;
	width:auto;
	height:15px;
	background-color:#e2f2f4;
	border-top:1px solid #94bec3;
	text-align:center;
	padding:6px;
}

	#footer a {
		text-transform:uppercase;
		margin:0 10px 0 10px;
		color:#000;
		font-size:90%;

	}

#footerL {
	background-color:#000;
	color:#fff;
	display:inline;
	float:left;
	font-size:11px;
	height:72px;
	position:relative;
	text-align:center;
	width:798px;
}

#footerNav {
	background-color:#ff0000;
	font-size:13px;
	height:36px;
	/*text-align:center;*/
}

#footerNav ul {
	float:left;
	list-style-type:none;
	padding-left:60px;
}

#footerNav ul li {
	display:inline;
	/*float:left;*/
}

#footerNav a {
	color:#000;
	/*display:block;*/
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:14px 17px 0px 17px;
}

#footerNav a:hover {
	text-decoration:none;
}

.footer {
	margin-top:10px;
}

#footerR {
	float:right;
	position:relative;
	text-align:right;
  	width: 211px;
	border-bottom:1px solid #000;
}

#copyright {
	font-size:9px;
	margin-top:5px;
}


/* --------------------------------- */
table.staff {
	border-left:1px dashed #333;
}

	table.staff td {
		border-right:1px dashed  #886;
		border-bottom:1px solid #886;
		padding:3px;
}

	tr.head td {
		background-color:#BE0F34; color:#fff;
		border-right:1px dashed  #fcc;
		border-bottom:1px solid #fcc;
}

/* --------------------------------- */
.currSection {
	color:#FFFF00;
}

.currPage{
	color:#FFFF00;
}

.formInput400 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 359px;
	border: 1px solid #000000;
	margin:2px;
	padding:2px;
}

.formInput404 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 365px;
	border: 1px solid #000000;
	margin:2px;
	padding:2px;
}

.secondLev {
	color: #be0f34;
	margin-left:13px;
}

.galleryDesc {
	color: #000000;
}

/* **** calendar classes **** */
div#calendar {
		text-align:right;
		margin-bottom:15px;
}

	div#calendar img {
	border:none;

}
.calendar {
	font-size: 12px;
	text-align:right;
	position:relative;
	right:0px;

	/*border-bottom: 1px solid #000;
	*/
	border-left: 1px solid #000;
}
.calendar a {
	display:block;
	padding:2px;
}
.calendarHeading {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	background-color: #008a9a;
	/*border: 1px solid #000;*/
	padding:2px;
}
.calendarHeadingLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.calendarHeadingLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.calendarDay {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #006d7a;
	/*border-right: 1px solid #000;
	border-bottom: 1px solid #000;*/
	color:#FFF;
}
.calendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height:75px;
}
.calendarBlank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98272D;
}
.calendarDateLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.calendarToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#d4d4d4;
}
.calendarSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarEvent {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	padding-left:5px;
	text-transform: none;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;

}

.eventDate {
	width:30%;
}


.eventDesc {
	width:70%;
	border-left:none;
}


.calendarEventHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color:#ffffff;
	background-color: #000;
	border: 1px solid #000;
}
.calendarEventType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.calendarEventTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.calendarEventSubject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.calendarEventLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.calendarEventDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarEventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #98272D;
	text-decoration: underline;
	font-weight: bold;
}
.calendarEventLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.calendarSmall {
	font-size: 11px;
	border: 1px solid #000;
	background-color: #F1F9FF;
	height:140px;
}

	.calendarSmall td {
		vertical-align:top;
	}

.calendarSmallHeading {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #008a9a;
	color:#ffffff;
}
.calendarSmallDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.calendarSmallDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	/*border: 1px solid #ff0000;*/
}
.calendarSmallDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #C70038;
	text-decoration: underline;
	font-weight: bold;
	padding: 1px;
}
.calendarSmallDateLink:hover {
	color: #FFD64C;
	background-color: #A83C5A;
	text-decoration: none;

}
.calendarSmallSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.calendarSmallToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
	background-color: #FFFFFF;
}
.calendarSmallSelectedToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
.calTable {
	background-color: #ff0000;
}
.calTableBorder {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.calDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98272D;
}
.calDateLink:hover {
	color: #000000;
	text-decoration: underline;
}
.calSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.calToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
.calSmallDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.calSmallDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #98272D;
}
.calSmallSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.calSmallSelectedToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
.calSmallDateLink:hover {
	color: #000000;
	text-decoration: underline;
}
.calSmallToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}

/*** IE6 Fix ***/
* html #left {
  	left: 212px;           /* RC width */
}