


body{  /*main body */
	margin:0px;
	padding:0px;
	background-color:#FBF0DD;


}

h1{
	font-size:120%;
	color:#000000;
	/*line-height:120%; */

}


.textcontent a:link, .textcontent a:visited, .textcontent a:selected, .textcontent a:active{
	color:#003399;
	text-decoration:none;

}

.textcontent a:hover{
	color:#990000;
	text-decoration:underline;

}


#outsideContainer{ /* is for using highlight effects behind the main table */
	
	background-image:url(/stylesheets/images/shadow_850middle.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin: 0px;
	padding: 0px;	
	left:0px;
	position: relative;
	top:0px;
	

}

#effectHeader{
	
	background-image:url(/stylesheets/images/shadow_850top.gif);
	background-repeat:no-repeat;
	height:5px;	
	padding-top:2px;
	WIDTH:100%;
	position:relative;
	vertical-align:bottom;
	background-position:bottom;

}

#effectFooter{
	
	background-image:url(/stylesheets/images/shadow_850bottom.gif);
	background-repeat:no-repeat;
	height:8px;	
	padding-top:0px;
	WIDTH:100%;
	position:relative;
	background-position:top;


}
#pageContainer{  /*holds the main table */
	clear: left;
	width: 850px;
	margin: 0px auto;
	height:100%;
	
		border-width:1px;
		border-color:#000000;
		border-style:solid;
	top:0px;
	position:relative;
font-size:inherit;	
padding:0px;

}

#header{
	height:150px;
	background-image:url(/stylesheets/images/1header.jpg); 

}

#headerText{
	position:relative;
	font-family:Arial,Helvetica,sans-serif;
	font-size:140%;
	width:px;
	left:px;
	height:px;
	top:25px;
	color:#000000;
	vertical-align:middle;
	text-align:center;
	font-style:italic;
	font-weight:bold;

}
#topbar{

		height:0px;
		margin:0px;
		
}
 
#mainContainer{ /*holds the sidebar and content */
	clear:both;
	position:relative;
	font-size:inherit;	
	border-color:#000000;
	border-width:0px;
	border-style:solid;
	
		background-image:url(/stylesheets/images/1mainContainer.gif);
		background-repeat:no-repeat;
		background-position: bottom;
		PADDING-bottom:0px;
		




	
}

table{
font-size:inherit;
position:relative;

}

#sidebar{
	position:relative;
	height:100%;
	float:left;

	width:150px;
	clear:inherit;
	z-index:1999;  
	FONT-SIZE:80%;
	font-family:Arial,Helvetica,sans-serif;
	padding-bottom:45px;
	

}


#content1{  /*HOLDS all the main content except the footer */
	position:relative;
	float:left;
	width:667px;
	size:portrait;
	font-size:inherit;
	over-flow:auto;	
	
		padding-left:10px;
		padding-right:20px;
		padding-top:17px;
		padding-bottom:70px;
		border-left-style:solid;
		border-left-color:#5B0000;
		border-left-width:1px;
	
	
	
}

#contentFullPage{  /*holds all the content when no sidebar is used */
	position:relative;
	float:left;
	width:840px;

	overflow:auto;
	padding-left:5px;
	padding-bottom:60px;
	padding-top:10px;	
	padding-right:5px;
	
	

	
	}

#footer{
	background-color:#996666;
	height:auto;
	width:100%;
	position:relative;
	float:right;
	margin-bottom:0px;
	vertical-align:bottom;
	font-family:Arial,Helvetica,sans-serif;
	font-size:85%;
	text-align:center;
	padding:0px;
	margin:0px;



}


.breadcrumbs {
	color: #000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;	
}
.breadcrumbs a:link, .breadcrumbs a:Active, .breadcrumbs a:visited{
	color: #000;
	text-decoration:none;

}
.breadcrumbs A:hover{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	
}
.footer {
	color:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;	
}
.footer a:link, .footer a:Active, .footer a:visited{
	color:#ffffff;
	text-decoration:none;

}
.footer a:HOVER{
	color: #ffffff;
	text-decoration:underline;

}

.textcontent  /*used for standard text */
{
	font-family:Arial,Helvetica,sans-serif;
 	font-size: 75%;
	line-height:1.3;
	color:#000000;
}

#breadCrumbFeatures /*to the right of the page showing login box etc*/
{
	margin-right:0px;
	WIDTH:300px;
	float:right;
	font-size:INHERIT;
	text-align:right;
}

.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width:200px;
	position:relative;
	float:right;
}

#logintext{  /* holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width:80px;
	position:relative;
	float:right;
	right:5px;

}









#contentHeader{ /*contains breadcrumbs and breadcrumb features(ie login)*/
position:relative;
width:100%;
HEIGHT:auto;
min-height:20px;
}

#contentBody{ /* contains the content and sits under the breadcrumbs */
position:relative;
width:100%;
clear:both;
top:4px;
padding-bottom:20px;
}


.table{
	background-color:#FFFFFF;
	color:#000000;
	border-color:#98AD9B;
	border-width:1px;
	border-style:solid;
	padding:3px;
	display:block;
	width:90%;
}
.tableBorder{  /*used for standard tables*/
	border-color:#003366;
	border-width:1px;
	border-style:solid;


}
	
.tableHeading, .tableHeading a:link,.tableHeading a:visited,.tableHeading a:active,.tableHeading a:hover{
	background-color:#FFCC66;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
}


.tableContent1{
	background-color:#EEEAD7;
	font-family:Arial,Helvetica,sans-serif;
	font-size:inherit;

}

.tableContent2{
	background-color:#FDFDEE;
	font-size:inherit;
	font-family:Arial,Helvetica,sans-serif;	
}


.button{
	padding:1px;
	font-family:Arial,Helvetica,sans-serif;
	color:#000;
	background-color:#FFCC33;
	font-size:85%;

}

.input{
font-family:Arial,Helvetica,sans-serif;

font-size:100%;
}




/* CALENDAR */

.calendar {
	border-color:#FF9900;
	border-style: solid;
	border-width:1px;
	font-size:inherit;
}


.calendarday {
	background-color:#FF9900;
	color:#FFFFFF;
	border-width:thin;
}

.textcalendarday {
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: inherit;
}


.textcalendar {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: inherit;
	color: #990000;
}

.textcalendar a:link {
	color: #990000;
	text-decoration: none;
}	

.textcalendar a:visited {
	color: #990000;
	text-decoration: none;	
}	
.textcalendar a:active {
	color: #990000;
		text-decoration: none;
}	
.textcalendar a:hover {
	color: #990000;
		text-decoration: underline;
}	

.calendarothermonth {
	background-color: #ECE6E9;
	border-width: 1px;
	border-style: SOLID;
	border-color: #;
}

.calendarothermonthEVENT {
	background-color:#F1EDEF;
	border-style:dotted;
	border-color:#000066;
	margin: 5px 0px 0px 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding:2px;
}
.calendarAllDay {  /* BLOCK HIGHLIGHT */
	background-color:#E2E2E2;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	margin: 0px 0px 0px 0px;
	display: block;
}




.calendartoday {
	background-color: #DED8DC;
	border-width:thin;
	border-color: #FFFFFF;
	border-style: solid;
}

.calendartodayEVENT {
	background-color:#E2DEE1;
	border-style:dotted;
	border-color:#000066;
	margin: 5px 0px 0px 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding:2px;
}

.calendarnormal {
	background-color: #E6DDE6;
	border-width: 1px;
	border-color: #000000;
	border-style: SOLID;
}
.calendarnormalEVENT {  /* BLOCK HIGHLIGHT */
	background-color:#EBE2EB;
	border-style:dotted;
	border-color:#000066;
	margin: 5px 0px 0px 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding:2px;
}

.calendarweekend {
	background-color: #D1CDD6;
	border-width: 1px;
	border-color: #333333;
	border-style: SOLID;
}

.calendarweekendEVENT {
	background-color:#D9D5DD;
	border-style:dotted;
	border-color:#000066;
	margin: 5px 0px 0px 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding:2px;
}

.calendarothermonthHeading{
	position:relative;
	display:block;
	background-color:#B7B08E;
	color:#FFFFFF;
}

.calendartodayHeading{
	position:relative;
	display:block;
	background-color:#FFFFFF;
	color:#;

}

.calendarnormalHeading{
	position:relative;
	display:block;
	background-color:#C1C4D7;
	color:#000;
}

.calendarweekendHeading{
	position:relative;
	display:block;
	background-color:#990000;
	color:#FFFFFF;
}


/* MENU ITEMS -----------------------------------*/

.MemberMenu {
	float: left;
	width:110px;
	left: 0px;
	top:0px;
	height : 25px;
	background-color:#999999;
	padding: 0px;
	border: 1px dash #21598D;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-size:inherit;
	color: #000;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-top-width: thin;
}

.MemberMenuSELECTED {
	float: left;
	width:110px;
	left: 0px;
	top:0px;
	height : 25px;
	background-color:#FFCC66;
	padding: 0px;
	border: 1px dash #21598D;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-size:inherit;
	color: #000;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-top-width: thin;
}

.MemberMenuSELECTED A:link,.MemberMenuSELECTED A:hover,.MemberMenuSELECTED A:active,.MemberMenuSELECTED A:visited {
	background-color:#FFCC66;
	color: #000;
}

.MemberMenu a {
	width: 100%;
	height: 25px;
	padding: 0px;
	display: block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
	background-color:#999999;
}


.MemberMenu a:link, .MemberMenu a:visited, .MemberMenu a:active   {
	color: #ffffff;
	background-color: #999999;
	border: 1px solid;
	text-decoration: none;	
}



.MemberMenu a:hover  {
	background-color: #FFFFCC;
	color: #003366;
	text-decoration: none;
}


.MemberSubMenu /*same BG as tableHeading */
{
	background-color:#FFCC66;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:inherit;
}

.MemberSubMenu a:link,.MemberSubMenu a:visited,.MemberSubMenu a:active{
	color:#000;
	text-decoration:none;
}
.MemberSubMenu a:hover{
	color:#000;
	text-decoration:underline;
}

	
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 150px;
	
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 150px;
	background-color:#EAD0D0;
	color: #000000;

	
	
}
ul.MenuBarVertical ul
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 150px;
	left: -100em;
	top: 0;
	background-color:#EAD0D0;
	color: #000000;

	
}
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
ul.MenuBarVertical ul li
{
	width: 150px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

ul.MenuBarVertical
{

}
ul.MenuBarVertical ul
{
	BORDER-width:1px;
	border-color:#;
	border-style:solid;


}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 3px 5px;
	background-color: #EAD0D0;
	color: #000000;	
	text-decoration: none;
	border-left-style:solid;
	border-left-width:0px;
	border-left-color:#;
	
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color:#C57C7C;
	color: #FFF;	
	border-left-style:solid;
	border-left-width:0px;
	border-left-color:#;

}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color:#C57C7C;
	color: #FFF;	
}

ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/images/MenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;

}

ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/images/MenuBarRightWhite.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}