/* Default Font Type - any font residing within the TD tags of a table */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 
{
    FONT-SIZE: 15px;
	FONT-FAMILY: graphite light att;
	color:#FFF;
}

body
{
margin: 0 0 15 0;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#737FAA;
}

/* Table Header :: Section 508 compliants*/
TH
{
    FONT-FAMILY: graphite light att;
	font-size: 0.823em;
	font-weight: bold;
	color:#FFF;
}
.NoBorder
{
border: 0 0 0 0;
}

/* ------------------ Default Font Type Styles ------------------ */
/* Bold */
.NormalBold
{
	font-weight: bold;
}
/* Bold */
.Normal
{
	font-weight: normal;
}

/* Italic */
.NormalItalic
{
	font-style: italic;
}

/* ------------------ Small Font Type ------------------ */

/* Small */
.Small
{
    FONT-SIZE: 11px;
}

/* Small Bold */
.SmallBold
{
	font-weight : bold;
    FONT-SIZE: 11px;
}

/* Small Italic */
.SmallItalic
{
	font-style: italic;
    FONT-SIZE: 11px;
}
/* ------------------ Back to Top Font Type ------------------ */
.BacktoTop
{
    FONT-FAMILY: graphite light att;
    FONT-SIZE: 0.83em;
	text-align:right;
	padding: 5 0 20 0;
	border-top: 1px solid #C5C5C5;
}
/* ------------------ Copyright Font Type ------------------ */
.Copyright
{
    COLOR: #CAD6FF;
    FONT-FAMILY: graphite light att;
    FONT-SIZE: xx-small;
}

/* ------------------ Comments ------------------ */
	.Comments
	{
		FONT-FAMILY: graphite light att;
		font-size : 0.823em;
		Color: #333333;
	}
	
/* ------------------ Horizontal Rules ------------------ */
	HR {
	border : 0;
	color : #C5C5C5;
	height : 1px;
	width : 100%;
	}
	.Dotted_HR {
	border:1 dotted;
	color : #535455;
	height : 1px;
	width : 100%;
	}

/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none; color: #E0E3F8;} 
A:link {text-decoration: underline; color: #E0E3F8;}
A:visited {text-decoration: underline; color: #A4AFF6;}
A:active {text-decoration: none; color: #A4AFF6;}
A:hover {text-decoration: none; color: #E0E3F8;}



		/* LINKS Set #2 */
			a.MenuFooter:link
			{
				text-decoration : none;
				color: #FFF;
				font-family : graphite light att;
				font-size :11px;
			}
			a.MenuFooter:visited
			{
				text-decoration: none;
				color: #D3DDFE;
				font-family : graphite light att;
				font-size :11px;
			}
		
			a.MenuFooter:hover
			{
				text-decoration: underline;
				color: #FFF;
				font-family : graphite light att;
				font-size :11px;
			}
			.MenuFooterSepat
			{
				text-decoration: none;
				color: #FFF;
				font-family : graphite light att;
				font-size : xx-small;
				text-align:center;
			}
			/* LINKS Set #2 */
			a.SmallNav:link
			{
				color: #B6C3F7;
				text-decoration : none;
				font-size:11px;
			}
			a.SmallNav:visited
			{
				color: #B6C3F7;
				text-decoration : none;
				font-size:11px;
			}
		
			a.SmallNav:hover
			{
				color: #B6C3F7;
				text-decoration:underline;
				font-size:11px;
			}
			.SmallNavSepat
			{
				text-decoration: none;
				color: #B6C3F7;
				font-size:11px;
				padding: 0 3 0 3;
			}


/*---------------Title Headers-------------------*/
.HeaderMain 
{ 
	font-family: graphite light att; 
	font-size: 0.823em; 
	color: #000000; 
	background-color: #DFE3F3; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
	padding-left:5px;
	text-align:left;
}
.HeaderSub
{ 
	font-family: graphite light att; 
	font-size: 0.823em; 
	color: #000000; 
	background-color: #9BA9DF; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
	text-align:left;
}

/* ------------------ TD Paragraph ------------------ */
	.Body
	{
	vertical-align: top;
	padding: 15 10 3 15;
	}

.Welcome
	{
	font-size:1em;
	font-weight:bold;
	padding: 5 0 10 0;
	}

.bodycontent
{
border-top: 1px solid #576290;
background-color:#232C56;
padding: 3 3 3 3;
vertical-align:top;
width:762px;
height:215px;
}
.SPBodyContent
{
border-top: 1px solid #576290;
background-color:#0F195C;
padding: 3 3 3 3;
vertical-align:top;
width:762px;
height:400px;
}
.SPBodyContent2
{
background-color:#14206C;
padding: 5 10 10 10;
vertical-align:top;

}
.HomeBottomHeader
{
color:#fff;
background-color:#090E30;
font-weight:bold;
padding: 2 0 5 5;
}

.HBC1
{
background-color:#090E30;
vertical-align: bottom;
height: 209px;
width:378px;
padding:0 2 2 1;
}
.HBC2
{
background-color:#090E30;
vertical-align: bottom;
height: 209px;
width:377px;
padding:0 2 2 1;
}
.HBC1Fill
{
background-image:url(../images/home/homebottom_20.jpg);
background-position:center;
background-repeat:no-repeat;
height:186;
vertical-align:top;
width:374;
padding: 5 5 5 8;
}
.HBC2Fill
{
background-image: url(../images/home/homebottom_22.jpg);
background-position:center;
background-repeat:no-repeat;
height:186;
vertical-align:top;
width:373;
padding: 5 5 5 8;
}

#TopNav
{
font-size:11px;
float:right;
position:relative;
vertical-align:top;
bottom:0px;
top:5px;
right:7px;
}

/* ---------------- Sample additional styles below ---------------- */
/*                                                                  */
/*     Use the Sample code below to define your new CSS style       */
/*   		
		1. background-image:  url(../images/forum_header_bg.gif);
		2. filter:dropshadow(color=#E8CFD0,offX=1, offY=1);height:3;
		

/* ---------------- Define additional styles below ---------------- */
/*                                                                  */
/*     Use the Sample code below to define your new CSS style       */
/*     Rename your style .(Color)(Size)(Weight) 
			ex:  .BlueLargeBold
                                                            
	.Sample
	{
		COLOR: #333333;
		FONT-FAMILY: graphite light att;
		FONT-SIZE: 12px;
		font-weight : bold;
	}
*/
