/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: small;
}

a:link, a:visited, a:hover {
	color: #A7001E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 140%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana,Arial,Helvetica,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 1024px;
	height: 110px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(design/bkgnd1.jpg);
	visibility: visible;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	position: absolute;
	left: 45px;
	top: 160px;
	width: 212px;
	height: 352px;
	visibility: visible;
}

#navBar2{
	margin: 0 79% 0 0;
	padding: 0px;
	position: absolute;
	left: 45px;
	top: 0px;
	width: 212px;
	height: 352px;
	visibility: visible;
}


#content{
	float:right;
	width: 1024px;
	margin: 0;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 110px;
	background-image: url(design/bkgnd.jpg);
	height: 600px;
	visibility: visible;
}

#textarea{
	width: 640px;
	margin: 0;
	padding: 0px;
	position: absolute;
	left: 30%;
	top: 50px;
	height: 350px;
	visibility: visible;
	background-color: #FFFFFF;
	overflow: scroll;

}

#defaultfill {
left: 0px;
top: 0px;
width: 9999px;
height: 9999px;
background-color: #a7001e}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/***********************************************/
/*navButton definitions                           */
/***********************************************/

a.navButton, a.navButtonDis {
	display: block;
	border:0px solid #ccc;
	background-color: transparent;
	background-image: url(design/btn1.gif);
	background-repeat: no-repeat;
	width: 180px;
	margin: 5px auto;
	padding: 5px 0px 10px 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.navButton:active {
background-image: url(design/btn3.gif);
	color: #A3001E;
}
a.navButton:hover {
background-image: url(design/btn2.gif);
	color: #A3001E;
}
a.navButton:visited, a.navButton:link {
    text-decoration: none;
	color: #A3001E;
}

.icon {
background-repeat: no-repeat;
padding: 0 0 0px 0px; }


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	visibility: hidden;
}

/***********************************************/
/*WebCalender definitions                               */
/***********************************************/

.calendartable{}
.calheadercell{
}
.calheader{}
.buttontable{font-size: 0.1px;}
.jumpbutton{font-size: 9.5px;}
.caldayth{font-size: 80%;}
.fillerday{}
.calendarrow{}
.calendarday{font-size: 70%;}
.daylink{}
.eventlink{}
.daytable{}
.timeth{}
.eventth{}
.commentth{}
.buttonth{}
.buttond{}
.buttontable{}
.plusbutton{}
.minusbutton{}
.timed{}
.eventd{}
.commentd{}
.noevents{}

