/* -------------------------------------------------------------------------------- */
/* -- HTML Tags -- */
/* -------------------------------------------------------------------------------- */
BODY
{
	font-weight: normal;
	font-size: 10pt;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
/*	background-color: #dddddd; /* #dce6f2; lt blue */
/*	background-image: url(Images/bg.jpg); */
	background: #152b65 url(Images/bg.jpg) 0 0 repeat-x;
	text-align: center;
}

P{
	font-weight: normal;
	font-size: 10pt;
}

H1
{
	color: white; /* #1F497D; */
	background-image:url(Images/catbg.jpg);
	font-weight: bold;
	font-size: 10pt;
/*	color: #1F497D; */
	text-decoration: none;
}

H2
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

TD{
	font-weight: normal;
	font-size: 10pt;
}

TH{
	font-weight: bold;
	font-size: 10pt;
}

A:link	{	
/*	text-decoration:	none; */
	color:	#1F497D;
	}	
		
A:visited	{	
/*	text-decoration:	none; */
	color:	#1F497D;
	}	
		
A:active	{	
/*	text-decoration:	none; */
	color:	#1F497D;
	}	
		
A:hover	{	
/*	text-decoration:	underline; */
	color:	#1F497D;
	}

HR {
color: #DDDDDD;
}

/* -------------------------------------------------------------------------------- */
/* -- Main Page -- */
/* -------------------------------------------------------------------------------- */

#EntirePage
{
	padding: 0px 0px 0px 0px;
	width: 800px;  /* 770px; */
	background-color: White;
	text-align: center;
}

#TopBar
{
	background-color: #DDDDDD;
	border: solid 1px #888888;
/*	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888; */
	text-align: center;
}

#MainPage
{
	background-color: White; /* #E4E9F1; */
}

#MainBody
{
	background-color: White; /* #E4E9F1; */
	padding: 10px 10px 10px 10px;
}

#PageTitle
{
	font-size: 14pt;
	color: #1F497D;
	border-bottom: solid 1pt #DDDDDD;
}

#SubCol {
	background-color: #DDDDDD;
	border:1px solid #4988BE;
/*	padding: 5px 10px 10px 10px; */
	margin-right: 2px;
	width: 220px;
	padding-bottom: 20px;
}

#SubCol h2 {
	border-bottom: 1px solid #4988BE;
	text-decoration: none;
	font-weight: normal;
	color: white; /* #1F497D; */
	background-image:url(Images/catbg.jpg);
}

#SubCol p {
	padding: 0px 10px 0px 10px; 
}

/* -------------------------------------------------------------------------------- */
/* -- Header -- */
/* -------------------------------------------------------------------------------- */

#Header
{
	background-color: white; /* #1F497D; dk blue */
}

.HeaderTitle
{
	font-size: 18pt;
	font-weight: bold;
	color: #1F497D; /* #1F497D; dk blue /* White; */
}

/* -------------------------------------------------------------------------------- */
/* -- Footer -- */
/* -------------------------------------------------------------------------------- */

#Footer
{
	text-align: center;
	background-color: #152B65; /* #1F497D; */
	color: #DDDDDD;
	font-size: 8pt;
	padding: 10px 0px 10px 0px;
}


#Footer a{
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-weight : normal;
	text-align : center;
	text-decoration: none;
	color: white;  /*  #625B38; */
}

#Footer a:link	{	
	text-decoration: underline;
	}	
		
#Footer a:visited	{	
	text-decoration: underline;
	}	
		
#Footer a:active	{	
	text-decoration: underline;
	}	
		
#Footer a:hover	{	
	text-decoration: underline;
	}

/* -------------------------------------------------------------------------------- */
/* -- Nav Bar -- */
/* -------------------------------------------------------------------------------- */

.LeftNav{
background-color: #434a5a;
vertical-align: top;
}

.NavBarSelected{
background-color: white; /* #e5e9f2; */
width: 151px;
height: 30px;
border-bottom: #b6bbbf solid 1px;
font-family:Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #1F497D; /* #019bc1; */
font-size: 12px;
line-height: 28px;
text-align:left;
font-weight: bold;
text-decoration:none;
}

.pad19{
padding-left: 13px;
}

.NavBarUnselected{
background-color: #6e7a88;
width: 151px;
height: 30px;
border-bottom: #b6bbbf solid 1px;
font-family:Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #FFFFFF;
font-size: 12px;
line-height: 28px;
text-align:left;
font-weight: bold;
text-decoration:none;
}


.arrow_unhighlighted{
background-image:url(images/arrow_unhighlight.gif);
background-repeat:no-repeat;
height: 30px; 
width: 4px;
}

.arrow_highlighted{
background-image:url(images/arrow_highlight.gif);
background-repeat:no-repeat;
height: 30px; 
width: 4px;
}

.fL{float:left;}
/*Ineligible Entry CSS*/
