body
{
	background  : #FFFFFF;
	color       : #555555;
	margin      : 0px;
	padding     : 0px;
	font-family: Arial;

}

hr
{
	color:			red;
}
	
a
{
	color:			#FF0000;
}

a:visited
{

	color:			#FF00FF;
}
	
a:active
{

	color:			#0000FF;
}
	
a:hover
{
	
	color:			#C0C0C0;
	text-decoration:	overline underline;
}
	
img
{
	border:	0px;
}

img.bordered
{
	border-style:solid;
	border-color: #070D8B;
	border-width:5px;
}

/* DIV STUFF */

#header 
{
  position: absolute;
  top: 0px;
  float: none;
  width: 100%;
  text-align: center;
}

#leftcol 
{
  position: absolute;
  top: 150px;
  left: 5px;
  width: 175px;
  height: 300px;
}

#content 
{
  position: absolute;
  top: 150px;
  left: 250px;
  background: #FFFF00;
  float: left;
  //width: 65%;
  width: 750px;
  
  border-style: solid;
  border-width: 10px;
  border-color: #FF8105;
}

#right_content
{
	position: absolute;
	width: 175px;
	top: 200px;
	left: 1050px;
}

#right_bullets
{
	position: absolute;
	z-index: 1;
	top: 205px;
	left: 725px;
}


#right_corner_bd
{
	position: absolute;
	top: 220px;
	right: 120px;
}

#right_middle_bd
{
	position: absolute;
	top: 520px;
	right: 250px;
}

#middle_bottom_bd
{
	position: absolute;
	top: 550px;
	right: 500px;
}

#bottom_left_bd
{
	position: absolute;
	top: 400px;
	left: 280px;
}

#footer 
{
  position: absolute;
  top: 950px;
  text-align: center;
  clear: both;
  width: 100%;

}

#lower_right
{
	position: absolute;
	top: 600px;
	left : 575px;
	width: 300px;
}

#blue_oval_home
{
	position: absolute;
	z-index: 1;
	color: #FFFF00;
	width: 700px;
	height: 60px;
	top: 140px;
	left: 275px;
	text-align: center;

	background-color: #070D8B;
}

#blue_left
{
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 225px;
}

#blue_right
{
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 975px;
}

.Large
{
	font-size: 25px;
	text-align: center;
}
.LargeCentered
{
	text-align: center;
	font-size: 15px;
}

.Centered
{
   text-align: center;
}
