/*EAM BASE  CSS Page*/

h1,h2,h3,h4,h5,h6
{
font-family:Trebuchet MS,arial,sans-serif;
text-align:center;
margin-top:0px;
color:white;
}

p
{
font-family:Trebuchet MS,arial,sans-serif;
color:black;
font-size:14px;
}

a
{
font-family:Trebuchet MS,arial,sans-serif;
text-decoration:none;
font-weight:bold;
}

img
{
border:0px;
padding:0px;
}

a:link {color:grey;}
a:visited {color:grey;}
a:focus {color:grey;}
a:hover {color:grey;}
a:active {color:grey;}


#pagewrap 
{
margin:0 auto;
width:1120px;
height:750px;
border:0px dashed #333;
background:transparent;
}

#headerbox 
{
float:left;
width:1120px;
height:204px;
border:0px dashed #333;
background:transparent;
}

#navbar
{
float:left;
width:1120px;
height:28px;
border:0px dashed #333;
}

/*NAV BAR*/

#navbar_eam
{
width:1120px;
background-color:transparent;
}

#navbar_eam ul
{
margin:0px;
padding:0;
list-style:none;
}

/*NAV BAR BACKGROUND*/
#navbar_eam a
{
padding-top:3px;
padding-bottom:3px;
display:block;
width:160px;
font-size:15px;
background-color:transparent;
text-decoration:none;
font-family:Trebuchet MS,arial,sans-serif;
text-align:center;
}

#navbar_eam li
{
float:left;
}

/*DROP DOWN BACKGROUND*/
#navbar_eam li ul
{
display:none;
background-color:#D7D7D7;
}

#navbar_eam li:hover ul
{
position:absolute;
display:block;
}

#navbar_eam li ul li
{
float:none;
width:auto;
}

#navbar_eam ul li a:hover
{
background-color:navy;
color:white;
font-weight:bold;
}

/*NAV TEXT COLOUR*/
#navbar_eam ul li a
{
color:navy;
}

#title
{
float:left;
width:1120px;
height:40px;
border:0px dashed #333;
background:#260751;
}

#title2
{
float:right;
width:390px;
height:26px;
padding-right:0px;
border:0px dashed #333;
background:transparent;
}

#title2
img
{
padding-top:15px;
vertical-align:bottom;
}

#blank
{
float:left;
width:1120px;
height:18px;
border:0px dashed #333;
background:#ECECEC;
}

#body
{
float:left;
width:1120px;
height:440px;
border:0px dashed #333;
background:#ECECEC;
}

#body1
{
float:left;
width:371px;
height:439px;
border:0px dashed #333;
background:#ECECEC;
}

#body1
p
{
padding-left:8px;
padding-top:15px;
padding-right:15px;
font-family:Trebuchet MS,arial,sans-serif;
font-size:16px;
line-height:18px;
text-align:justify;
color:#260751;
}

#body1
h3, h4
{
padding-left:8px;
padding-right:15px;
margin-bottom:-20px;
text-align:left;
color:#260751;
}

#body1
img
{
margin-top:5px;
margin-left:72px;
vertical-align:middle;
}

#body2
{
float:left;
width:749px;
height:439px;
border:0px dashed #333;
background:#260751;
}

#body2
p
{
padding-top:0px;
padding-left:17px;
padding-right:24px;
font-family:Trebuchet MS,arial,sans-serif;
font-size:14px;
line-height:18px;
text-align:justify;
color:white;

}

#body2 img
{
padding-top:0px;
padding-left:0px;
margin-bottom:0px;
}

#body2
h4
{
padding-left:8px;
padding-right:15px;
padding-top:15px;
text-align:center;
color:white;
}

#footer
{
float:left;
width:1120px;
height:60px;
border:0px dashed #333;
background:transparent;
}

#footer
p
{
font-family:Trebuchet MS,arial,sans-serif;
text-align:center;
font-size:14px;
line-height:18px;
color:#ACACAC;
}

a
{
font-family:Trebuchet MS,arial,sans-serif;
text-decoration:none;
text-align:center;
font-weight:bold;
font-size:11px;
line-height:18px;
color:#ACACAC;
}
a:hover {color:black;}


