/* Global Styles */

body {
	margin:0;
        font:15px times new roman;
        font-size: 15px
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #993300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #ff9933;
	text-decoration:underline;
	}

/* Tables */
table.whiteborder {
    border: solid 1px #ffffff; 
    background: #000099;
}
table.blueborder {
    border: solid 1px #000099; 
    background: #ffffff;
}


td.bluewhitebold {
    background-color: #001B87;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}
td.greyblackbold {
    background-color: #eeeeee;
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
}
td.whiteblack {
    background-color: #ffffff;
    color: #000000;
    font-size: 10pt;
}
td.topwhiteline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td.smallwhitebold {
   text-align: right;
   color: #ffffff;
   font-size: 8pt; 
   background-color: #000099;
}
td.smallwhitedesc{
   color: #ffffff;
   font-size: 8pt;
   background-color: #000066;
}
td.menublue {
   background-color: #001B87;
}
td.menugrey {
   background-color: #DDDCEC;
}

td.menugreen {
   background-color: #797947;
}

td.greenwhitebold {
    background-color: #797947;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}

table.greenborder {
    border: solid 1px #797947; 
    background: #ffffff;
}

td.menugrey {
   background-color: #DDDCEC;
}


#greybutton a {
    color: #333300;
    font-size:12px;
    font-family:arial;
    text-align: center;
    border:1px solid #c0c0c0;
    background-color:#797947;
    display: block;
    padding: 2px 3px;
    margin: 1px;
}

bluebutton a {
    color: #333300;
    font-size:10px;
    font-family:verdana;
    text-decoration: none;
    text-align: center;
    border:1px solid #809BEA;
    background-color:#001B87;
    padding: 2px 3px;
    margin: 1px;
}

	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #333300;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 8px;
	border-left: 1px solid rgb(121,121,71); 
	border-right: 1px solid rgb(121,121,71); 
	}
	
#navigation a:hover {
	background: #BCBC85;
	color:#ffffff;
	border-left: 1px solid rgb(255,153,51); 
	border-right: 1px solid rgb(255,153,51); 
	}

/* Calendar Styles */

#calendar td {
	border: 1px solid rgb(121,121,71); 
	}
	
#noborder td{
	border: 0px;
	}

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

.logo {
	font:12px times new roman;
	color: #FFFFCC;
	letter-spacing:.3em;
	line-height:16px;
	}
	
.tagline {
	font:12px times new roman;
	color: #993300;
	line-height:16px;
	}
	
.bodyText {
	font:11px arial;
	line-height:18px;
	color:#333333;
	}
	
.pageName {
	font:16px times new roman;
	color: #FF9933;
	letter-spacing:.2em;
	font-weight:bold;
	line-height:18px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #993300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:11px arial;
	color: #333333;
	letter-spacing:.1em;
	}
	
.event_title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF99;
}



/* Jodsum added these */
.iconbutton {
        color: #993300;
	text-decoration:none;
	font-weight:bold;
        background-color: #bcbc85;
        border-bottom:0em solid #555; 
        border-right:0em solid #555; 
        border-top:0em solid #ccc; 
        border-left:0em solid #ccc; 
        margin: 0em; 
        padding:0em; 

        }

