/* body of page */
body		
{
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px
}

/* form buttons */
.button
{
	height: 18px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	cursor: hand;
	vertical-align: top;
	background-color: #C0C0C0;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight
}

/* dashed border to right of object */
.borderRight
{
	border-right: dashed 1px #CCCCCC
}

/* gives 5px margins around object */
.marginFive
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px
}

/* top bar and left side bar */
.mainBars
{
	background-color: #ffffff
}

/* "nav" bar above body, below top bar */
.navBar		
{
	background-color: #6699CC;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height: 24px;
}

/* footer bar with link */
.subBar		
{
	background-color: #6699CC;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height: 24px;
}

/* mouseover info bar */
.blurbBar
{
	vertical-align: top;
	text-align: left;
	background-color: #FFDE08;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 43px
}

/* left nav buttons (also have style change in common.js) */
.navCell
{
	background-color: #FFFFFF;
	cursor: hand;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC
}

/* left link text style */
.linkText
{
	font-family: verdana;
	font-size: 9px;
	color: #003366;
	letter-spacing: -1px
}

/* Header sized text for page title */
.headerTxt
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #003366
}

/* majority of text */
.textLite
{
	font-family: verdana;
	font-size: 10px;
	color: #003366
}

/* white text used for date */
.date
{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF
}

/* small black type */
.bodyText
{
	font-family: verdana;
	font-size: 10px;
	color: #000000
}

/* section headers, maybe replace w/image? */
.headerBar
{
	background-color: #6699CC;
	border-bottom: outset 1px #CCCCCC;
	border-right: outset 1px #CCCCCC;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px
}

/* section content */
.infoCell
{
	background-color: #FFFFFF
}

/* set color and borders for main pane */
.bodyTable
{
	background-color: #FFFFFF;
	border-top: dashed 1px #CCCCCC;
	border-right: dashed 1px #CCCCCC;
	border-left: dashed 1px #CCCCCC
}


/*****                     *****/
/**        LINK STYLES        **/
/*****                     *****/

/* small type, blue and bold with no underline */
.sideLink
{
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none
}

.sideLink:link
{
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none
}

.sideLink:visited
{
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none
}

.sideLink:active
{
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none
}

.sideLink:hover
{
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: underline
}

/* small type, blue with no underline */
.sideLinkLite
{
	color: #003366;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.sideLinkLite:link
{
	color: #003366;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.sideLinkLite:visited
{
	color: #003366;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.sideLinkLite:active
{
	color: #003366;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.sideLinkLite:hover
{
	color: #003366;
	font-size: 10px;
	font-family: verdana;
	text-decoration: underline
}

/* small type, white with no underline */
.navLink
{
	color: #ffffff;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.navLink:link
{
	color: #ffffff;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.navLink:visited
{
	color: #ffffff;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.navLink:active
{
	color: #000000;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}

.navLink:hover
{
	color: #FFDE08;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none
}
