body
{
	font-family: Verdana;
	font-size: x-small;
	margin: 1px;
}

.testHeaderRow
{
	color: White;
	font-size: x-small;
	background-image: url('images/ig_menu2003SpacerOrange.gif');
	background-repeat: repeat;
}

.testRow
{
	font-size: x-small;
}

.testAlternatingRow
{
	font-size: x-small;
	background-color: #EFEFEF;
}


A
{
	color:Blue;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

H4
{
	color: Gray;
}


/*****************************************
styles for user names that appear in the chat message list.

normal user name*/
.u
{
	color: Black;
	font-weight: bold;
}

/* registered user name */
.ru
{
	color: Green;
	font-weight: bold;
}

/*power user name*/
.pu
{
	color: Red;
	font-weight: bold;
}

/*admin user name*/
.au
{
	color: Red;
	font-weight: bold;
}

/***********************************


/*message date*/
.MD
{
	font-size: 6pt;
}

.nav 
{
	font-weight:bold; 
	color:#ffffff;
	background-color:#757575; 
	/*border-bottom:1px solid #CACBCB;*/
}

.nav:focus
{
	background-color: #9a9a9a;
}

.navInfo
{
	font-size: xx-small;
	font-weight: normal; 
	color:#000000;
	background-color:#c0c0c0; 
	/*border-bottom:1px solid #CACBCB;*/
}

a.anav 
{
	color:#FFFFFF;
}

a.anav:visited 
{
	color:#FFFFFF;
}

#header
{
	border-bottom: solid 1px blue;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

#header img
{
	height: 84px;
	width: 400px;
} 

#header h1
{
	margin: 0 0 0 0;
}

#header p
{
	margin: 0 0 0 0;
}

#footer 
{ 
	background:#0066FF;  
	border-top: solid 1px gray;
	margin:0 0 0 0;
	background-color: #ccc; 
}

#footer A
{
	color: navy;
}

.msgDate
{
	background: #c0c0c0;
	font-size: small;
	font-weight: bold;
	margin: 0; 
	border: 0;

}

.msg
{
	background: #ffffff;
	font-size: small;
	margin: 0; 
	border: 0;
}

/*The description that apears below a menu item*/
.description 
{ 
	font-size: x-small; 
	display: block; 
	padding-bottom: 5px;
} 

.bgblueW
{
    background-color:navy;
    text-align:center;
    color:white;
  
}

.bgblue
{background-color:Blue;
color:White;
}

/***********************
LINE STYLES
***********************/

/* gray 1 px*/
.hrGray1
{
	border: 0;
	height: 1px;
	background-color: #ccc;
}

/* gray 2 px*/
.hrGray2
{
	border: 0;
	height: 2px;
	background-color: #ccc;
}

/* red 1 px*/
.hrRed1
{
	border: 0;
	height: 1px;
	background-color: Red;
}

/**********************/


/*style for the main menu on the home page*/
#mainMenu
{
	font-size: small;
	text-align: left;
	margin-left: 5px;	
}

/*hyperlink style for main menu*/
#mainMenu a
{
	color: blue;
	font-weight: bold;
}

/*style for bar that appears at the top of the page for links*/
#menuBar
{
	background-color: #777;
	padding: 1px;
	font-size: small;
	color: White;
	border-right: #aaa 2px inset;
	border-top: #aaa 2px inset;
	border-left: #aaa 2px inset;
	border-bottom: #aaa 2px inset;
}

/*style for the links that appear in the menu bar*/
#menuBar a
{
	font-size: small;
	color: White;
}

/* Style for the question images */
.questionImage
{
	padding-bottom: 3px;
	padding-left: 3px;
}

/* Style for data capture fields in forms - only for textboxes and labels */
.formFields
{
	background-color: #ccc;
	padding: 5px;
}

/*style for answer explanation in tests*/
.ansExp
{
	color: Navy;
	font-size: x-small; 
	font-style: italic;
	display: block; 
	background-color: #eee;
}

/*style for answer explanation image*/
.ansExp img
{
	width: 15px;
	height: 15px;
	vertical-align: middle;
	padding-right: 2px;
}

/*styles for crossfire pages*/
.crossFireHeader
{
	background-color: Red;
	color: White;
	font-weight: bold;
	padding: 3px;
}

.blogImage
{
	padding-bottom: 3px;
	padding-left: 3px;
}

.blogTime
{
	font-size: smaller;
	color: #999999;
}

