/* Generic Selectors */

body {
font-size: 14px;
color: #333333;
background-image: url('images/image7.jpg');
}

/*
* {
padding: 0;
margin: 0;
} 
*/

p {
width: 100%;
}

li {
list-style-type: none;
line-height: 150%;
list-style-image: url(../images/arrowSmall.gif);
text-decoration:none;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: white;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
color: #add8e6;
/* border-bottom: 1px solid #C6EC8C; */
}

 

/**************** Pseudo classes ****************/

a:link {
color: white;
text-decoration: none;
font-weight: bold;
padding-right: 5px;
}



a:visited {
color: white;
font-weight: bold;
text-decoration: none;
}


a:hover {
color: black;
font-weight: bold;
text-decoration: none;
}


a:active {
color: white;
font-weight: bold;
text-decoration: none;
}

a.wmp { color: black; }
/************************* ID's *************************/

#center {
width: 800px;
height: auto;
padding:0px;
margin-top: 0px;
margin-left: auto;/*top right bottom left*/
margin-right: auto;/*top right bottom left*/
font-weight: normal;
}

#header {
z-index:1;
position: absolute; 
width: 750px;
height: 400px;
padding:10px 0 0 30px ;
font-weight: normal;
}

#headlinks{
z-index: 2;
position: absolute; 
height: 15px;
padding:0px;
margin: 30px 0 0 250px;/*top right bottom left*/
font-weight: normal;
font-family: arial;
}

#text{
position: absolute; 
width: 350px;
height: 300px;
padding:0px;
margin: 100px 0 0 80px;/*top right bottom left*/
font-weight: normal;
text-align: center;
font-size: 13px;
color: white;
}

img {
border: 0;
}

#leftimg{
position: absolute; 
width: 60px;
height: 600px;
padding-top:110px;
margin: 0;/*top right bottom left*/
font-weight: normal;
}

#rightimg{
position: absolute; 
width: 60px;
height: 600px;
padding-top:110px;
margin: 0 0 0 450px;/*top right bottom left*/
font-weight: normal;
}

#footer{
position: absolute;
width: 750px;
height: 30px;
padding:0px;
margin: 535px 0 0 0;/*top right bottom left*/
font-weight: normal;
text-align: center;
font-size: 10px;
}

#rtext{
position: absolute; 
width: 150px;
height: 300px;
padding:0px;
margin: 10px 0 0 20px;/*top right bottom left*/
font-weight: normal;
text-align: left;
font-size:12px;
color: #add8e6;
}

#ltext{
position: absolute; 
width: 155px;
height: 300px;
padding:0px;
margin: 10px 0 0 180px;/*top right bottom left*/
font-weight: normal;
text-align: left;
font-size:12px;
color: #add8e6;
}

#lowtext{
position: absolute; 
width: 350px;
height: 300px;
padding:0px;
margin: 160px 0 0 0px;/*top right bottom left*/
font-weight: normal;
text-align: center;
font-size:12px;
}
