/* This is the Real Saints CSS  */
body
{
margin:0;
font-family:Arial;
font-size:12pt;
color:#3152a5;
/*background-color:navy;*/
}



h3
{
color:#3152a5;
/*background-color:#5adcdc; */
font-weight:bold;
font-size:12pt;
cursor:pointer;
cursor:hand;
padding-left:5;
}

/*--- Page Top Definitions --------*/
#topContainer
{
position:absolute;
top:0;
Left:0;
height:262;
/*height:131;*/
width:100%;
/*background-color:#ffffff;*/
}

#topImage
{
position:absolute;
top:0;
left:0;
width:100%;
}

#topMarquee
{
position:absolute;
/*top:131;*/
top:262;
left:0;
width:100%;
background-color:#f5f5f5;
font-weight:bold;
}

#copyright
{
position:relative;
width:100%;
/*background-color:orange;*/
text-align:center;
top:0;
font-weight:normal;
font-size:8pt;
}

/*--- Main Body Definitions --------*/
#MainBody
{
position:absolute;
/*top:148;*/
top:279;
left:0;
width:100%;
padding:10;
background-color:#fcf7ef;
}

#boxjs
{
	position:absolute;
	top:152;
	left:70%;
	/*right:50;*/
	width:225;
	border: 5px solid #3152a5;
	text-align:center;
	padding:5;
	color:#ce8d00;
	font-size:10pt;
	font-weight:bold;
	/*margin-bottom:3;*/
	margin-left:5;
	z-index:10;
}

#boxMain
{
	border:#3152a5 3px solid;
	padding:5;
}

.tdbox50
{
text-align:center;
width="50%";
	padding:5;
	border: 2px solid #3152a5;
}

.tdboxnolines
{
	text-align:center;
	padding:5;
}

.tdboxlight
{
	text-align:center;
	padding:5;
	border: 2px solid #3152a5;
}

.tdbox
{
	text-align:center;
	padding:5;
	border: 3px solid #3152a5;
}

.centersmall
{

width:100%;
/*background-color:orange;*/
text-align:center;
font-weight:normal;
font-size:8pt;
}

.centerMedium
{
width:100%;
/*background-color:orange;*/
text-align:center;
font-size:12pt;
}

.centerLarge
{
width:100%;
/*background-color:orange;*/
text-align:center;
font-size:16pt;
}

.bodyTextBoldLarge
{
font-size:18pt;
font-weight:bold;
}
.bodyTextBoldMedium
{
font-size:14pt;
font-weight:bold;
}

.bodyTextBoldSmall
{
font-size:8pt;
font-weight:bold;
}

/*--- Anchor Definitions --------*/
.aText
{
color:#3152a5;
font-weight:bold;
}

.aRed
{
color:Red;
font-weight:bold;
}

a:hover
{
color:#ce8d00;
}