/* Main Body Elements */
a:link {
	color:#4169E1;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#4169E1;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#191970;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color:#4169E1;
	font-weight: bold;
	text-decoration: none;
}

body,td,th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#4169E1;
}

body 
{
   margin:0 auto;
   margin-top:0px;
   font-size: 13px;
   background:#318dbe;
   background-image: url("images/bg_grad.jpg");
   background-repeat: repeat-x;
   color:#4682B4;
}

h1
{
    font-size: 20px;
	color:#4682B4;
}

h2
{
    font-size: 20px;
	margin:0;
	color:#FFF5EE;
}

h3
{
    font-size: 15px;
	color:#000080;
}

#container
{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
   width:100%;
   	height: 252px;
   	background: url("Images/s_header.png");
}


#tab_one
{
    font-family:Verdana, Helvetica, sans-serif;
 	position: absolute;
	font-size: 30px;
	left: 130px;
	top: 180px; 
	width: 150px;
	height: 20px;
	a { background: url("images/lh_home.png"); }
	a:link { background: url("images/ln_home.png"); }
	a:hover,
	a:focus { background: url("images/lh_home.png"); }

	
}

#tab_two
{
    font-family:Verdana, Helvetica, sans-serif;
 	position: absolute;
	font-size: 30px;
	left: 280px;
	top: 180px;; 
	width: 150px;
	height: 20px;
}

#tab_three
{
    font-family:Verdana, Helvetica, sans-serif;
 	position: absolute;
	font-size: 30px;
	left: 440px;
	top: 180px; 
	width: 150px;
	height: 20px;
}

#tab_four 
{
    font-family:Verdana, Helvetica, sans-serif;
 	position: absolute;
	font-size: 25px;
	left: 600px;
	top: 180px; 
	width: 150px;
	height: 20px;
}

#tab_five
{
    font-family:Verdana, Helvetica, sans-serif;
 	position: absolute;
	font-size: 25px;
	left: 740px;
	top: 180px; 
	width: 150px;
	height: 20px;
}

#content
{
	border: 0px solid #ff4200;
	width: 750px;
}

#bg
{
	position: absolute;
	background-image: url("images/s_content.png");
	background-repeat: repeat-y;
	background-position:  center;
	margin: 0px;
	left: 0px;
	top: 200px;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px solid #000000;
	background-position: center;
	background-repeat: no-repeat;
	
}


#content_bar
{
	background-image: url("images/s_content.png");
	background-repeat: repeat-y;
	background-position:  center; 
	min-height:68px
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#bottom_bar
{
   width:100%;
   height:144px;
   background:url("images/s_footer.png");
   background-repeat: repeat-y;
   background-position:  center; 
}

#donate 
{
	position: absolute;
	left: 750px;
	top: 75px;
}

#t_body 
{
	position: relative;
   	border: 0px solid #ff4200;
	left: 25px;
	width: 450px;
}


#t_head
{
   width:100%;
   	height: 60px;
   	background: url("Images/t_head.png");
	background-repeat: no-repeat;
}

#t_content
{
	background-image: url("images/t_content.png");
	background-repeat: repeat-y; 
	min-height:20px
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#t_foot
{
   width:100%;
   height:60px;
   background:url("images/t_foot.png");
   background-repeat: no-repeat;
}

#T_Header1
{
 	position: relative;
	left: 50px; 
}