/* Global Styles */

.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1B1B;
	line-height: normal;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000
}
.style13 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style5 {
	font-size: 9px;
	color: #FFFFFF;
}

body {
	margin:0px;
	}
	
ul { 
 margin-top:2px; 
 margin-bottom:2px; 
} 

.list { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #1B1B1B;
 line-height: normal;
 margin-top:2px; 
 margin-bottom:2px; 
list-style-image: url(images/bullet.png); 
  list-style-type: none;
} 

td {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	list-style-position: inherit;
	}
	
a {
	color: #999999;
	text-decoration:none;
	font-weight;
	
	}
a:active {
	color: #FF6600;
}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}

a:link {
	color: #666666;
}
	
/* ID Styles */
	
#navigation a {
	font:11px arial;
	color: #666666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
	
#navigation a:active {
	color: #990000;
	}
	
#navigation a:current {
	color: #990000;
	}

#calheader td {
	font-weight:bold;
	}
	
#nav li {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1B1B;
	line-height: normal;
}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:11px arial;
	color: #ffffff;
	letter-spacing:.1em;
	}
	
.calendarText {
	line-height:14px;
	color:#333333;
	font-family: arial;
	font-size: 10px;
	}
	
	

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
#leftcolumn{
	float:left;
	width:190px;
	height: 400px;
	border: 0px solid black;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid gray;
}

#leftcolumn a:hover{
color: #FF0000;
	text-decoration:underline;
}

#rightcolumn{
	float:left;
	width:90%;
	min-height: 400px;
	border: 0px solid black;
	margin-left: 10px;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
width:60%;
}

.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width: 760px;
	height: 3000px; /* Set height to be able to contain height of largest content shown*/
	border: none;
}

.fadecontentwrapper1{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
	position: relative;
	width: 760px;
	height: 700px; /* Set height to be able to contain height of largest content shown*/
	border: none;
}

.fadecontent{ /*style for each fade content DIV within wrapper. (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background: white;
padding: 10px;
visibility: hidden;
width: 760px;
}

.fadecontent1{ /*style for each fade content DIV within wrapper. (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background: white;
padding: 10px;
visibility: hidden;
width: 760px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 187px;
border: none;
border-top-width: 0;
overflow: hidden;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
padding: 0 5px;
float: left;
display: block;
font-weight: bold;
color: black;
}

.fadecontenttoggler a:hover{
color: red;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
color: #333333;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: red;
}