
#nav
{
	width:175px;
	height: 100%; 
	padding: 3px;
	background:#ffcc00;
	margin-top: 1px;
	float: left;
	/*
	position:absolute;
	top:100px;
	left:0;
	display: block;
	*/
}

#content 
{
	width: 564px;
	margin: 10px 0 10px 10px;
	float: left;
	/*
	padding:1px;
	position:absolute;
	top:105px;
	left:183px;
	display: block;
	*/
}

#footer 
{
	clear: both;
	width: 750px;
	
}

.pubNav 
{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#pubContent 
{
	margin: 10px 0 10px 10px; 
	border-bottom: 10px solid #FFFFFF; 
}	

#pubFooter 
{
	height: 20px;
}

#nav A:link
{
    COLOR: #926126;
    TEXT-DECORATION: none
}
#nav A:visited
{
    COLOR: #926126;
    TEXT-DECORATION: none
}
#nav A:hover
{
    COLOR: #926126;
     font-weight: bold;
}
#nav A.active
{
    COLOR: #926126;
    font-weight: bold;
}

.loginForm
{
	width:100%; 
	height:100%;
	FONT-SIZE: 10px; 
	BACKGROUND-COLOR: #facccc;
	border: 1px solid #989898;
	border-bottom: 2px solid #989898;
		
}
.navHeading
{
	color: #A9ad37;
	font-size: 13px;
	font-weight: bold;
}

.dgGridHead
{
		font-weight: bold;
}

.btn
{
    BORDER-RIGHT: #660066 1px solid;
    BORDER-TOP: #660066 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #660066 1px solid;
    WIDTH: 125px;
    BORDER-BOTTOM: #660066 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    HEIGHT: 18px;
    BACKGROUND-COLOR: #ffcc00
}


.btnblue
{
    BORDER-RIGHT: #ffcc00 1px outset;
    BORDER-TOP: #ffcc00 1px outset;
    /* FONT-SIZE: 12px;
	WIDTH: 125px;
    HEIGHT: 18px; */
    BORDER-LEFT: #ffcc00 1px outset;
    BORDER-BOTTOM: #ffcc00 1px outset;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #0099cc;
    color: #ffcc00;
}

#pageTitle
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}


A
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A:hover
{
    FONT-SIZE: 12px;
    COLOR: #999999;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}


TD
{
	FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

P
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

BODY
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin:0;
	padding:0px;
    
}


LI
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.small
{
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.bookWhite
{
	color: #ffffff;
	font-weight: bold;
}

.bookBlack
{
	color: #000000;
	font-weight: bold;
}

.bookHead
{
	FONT-SIZE: 16px;
	font-weight: bold;
}

.q
{
	font-weight: bold;
}
.question
{
	font-weight: bold;
}

.navLogin
{
	color: #0099cc;
	font-size: 10px;
}

#frame 
{
	width: 100%;
	height: 100px; 
	border: 2px solid #0A87C1; 
}

@media print 
{
	#content			{ width: 100%; margin: 10px 0 10px 0; }
	#content table		{ width: 100%; }
	#nav				{ display: none; }
	
	#pubContent			{ width: 100%; margin: 10px 0 10px 0; }
	#oubContent table	{ width: 100%; }
	#pubNav				{ display: none; }
}