/*****************Body - determines general characteristics for the site, background color is for the site outside the container***/
body {
	font-family: "Times New Roman", Times, serif; /****sets font sytle for entire site. Change fonts in each div if you want one to be different***/
	font-size: 12px; /***sets font size throught out the site, change size in div if you want it different***/
	 /***color outside of page, any extra area seen on large screens*****/
	text-align:center;  /******puts the container in center of the browser screen*******/
background-color:#072c01;}
/************************General**************************************/
img{
 border:none;   /****If hyperlinked, there wont' be a blue border around it****/
   /***allows for space around the image*****/ }

p {
	font-size:12px; /****usually set to either 12px or 14px ****/
	text-align: left;  /****sets how much space is between the lines in each paragraph******/
	padding-right: 8px;
	padding-left: 8px;
	font-weight:bold;
	font-style:italic;
}

a {text-decoration:none; }
a:hover{
color:#003300;}
/*********header tags can be changed to any size, color, font weight, alignment***********/
h1 {  
font-size:18px;
color:#000040;
font-weight:bold; 
margin-bottom:5px;/****space below the heading*******/
text-align:center; /***can be right, left or center*****/
}

h2{
font-size:16px;
color:#800040;
font-weight:bold; 
margin-bottom:5px;/****space below the heading*******/
text-align:center; /***can be right, left or center*****/
 }
 h3{ 
 font-size:14px;
color:#400040;
font-weight:bold; 
margin-bottom:5px;/****space below the heading*******/
text-align:center; /***can be right, left or center*****/
}

ul, li {
padding:0px;
margin:0px;}
/******************Container - sets up the entire page*****************/
#container {
	position:relative;
	margin: 0 auto;
	width: 988px;/****change this to be what ever size you want the page to be do not maximize above 1024px  ******/
	height: 928px;
	background-image: url(../images/background4.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper{
	width: 955px;
	height: 770px;
	position:absolute;
	margin-top: 40px;
}

/**********************************Header******************************/
#header {
	position:absolute;
	width: 955px;
	padding: 0px;
	height: 128px;
	margin: 0px 0px 0px 0px;
}
#nav{
	position:relative;
	float:right;
	margin-right:10px;
	width:200px;
	color:#ffffff;
	font-size: 14px;
}

#nav a {color:#fff;}

#nav a:hover{
color:#999999;}


#header a{color:#ffffff;}

#header a:hover{
	color:#999999;
}

.mercy{
	position:absolute;
	top:45px;
	left:71px;
}
/********************************Horizontal Navigation*********************/
#navigation{ /***defines the area the horizontal links are in**********/
	position:absolute;
	width: 785px;
	height:45px;
	z-index: 90;
	top: 128px;
	left: 90px;
}
#navigation ul{
	text-align: center;
	list-style-type: none;
	width: 790px;
	margin-left: 80px;
	padding-top:13px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	height:25px
}



#navigation ul li{
	font-size:18px;
	float:left;
	margin: 0px 3px 0px 3px;
	padding:0px;
}/****these set the margins for each word in the list**/

#navigation a{color: #FFFFFF;
text-decoration:none;}

#navigation a:hover{ 
color:#999999;}


#leftcolumn {
	position:absolute;
	color: #000;
	margin: 0px 0px 0px 0px;
	height:450px;
	width: 280px;
	float: left;
	background-image: url(../images/content-index.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 93px;
	top: 207px;
	padding-right: 10px;
}

/*********************Area for contert**************************************/
#index-right-wrapper {
	position:absolute;
	float: right;
	width:886px;
	height:653px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/index-background2.gif);
	background-repeat: no-repeat;
	background-position: center;
	left: 45px;
	top: 118px;
	z-index: 2;
}




/*********************Footer************************************************/
#footer {
	position:absolute;
	width: 955px;
	clear: both;
	height:60px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	left: 1px;
	top: 800px;
}

#footer a{
        color:#000000;
}

#footer a:hover{
        color:#FFFFFF;
}



.footerleft {
        float:left;
	position:absolute;
	width: 300px;
	height:20px;
	color: #ffffff;
	padding: 0px;
	left: 40px;
	
        font-size:12px;

}

.footerright{
	position:absolute;
	float:right;
	font-size:12px;
	padding-right:40px;
	width:200px;
	right: 40px;
}
