/* Css code for the menu buttons date 21/01/06 Home Page Style */

@media only screen and (min-width:480px), only screen and (max-device-width: 980px)
{
header
{
width:100%;
}

body
{
background-color: #ffffff; /*white*/
color: #000080;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

#header
{
margin-left: 80px;
padding: 5px;
height: 160px;
background-color: #ffffff; /*white*/
}

img
{
max-width: 100%;
height: auto;
border:3px solid #ffffff; /*white*/
}

h1
{
position: relative;
top: -0px;
margin-left: 200px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 30pt;
font-weight: bold;
font-style: italic;
color: #0000cc;
background-color: #ffffff;
}

h2
{
position: relative;
top: -7px;
margin-left: 200px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 14pt;
font-weight: bold;
font-style: italic;
color: #0000cc;
background-color: #ffffff;
}

h3
{
position: relative;
top: -10px;
margin-left: 90px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 30pt;
font-weight: bold;
font-style: italic;
color: #0000cc;
background-color: #ffffff;
}

h4
{
position: relative;
top: -13px;
margin-left: 90px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 30pt;
font-weight: bold;
font-style: italic;
color: #0000cc;
background-color: #ffffff;
}

h5
{
position: relative;
top: -16px;
margin-left: 90px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 30pt;
font-weight: bold;
font-style: italic;
color: #f47742;
background-color: #ffffff;
}

p
{
position: relative;
top: -20px;
margin-left: 100px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 12pt;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #ffffff;
}

/*start of w3c position*/
#w3cxhtml
{
position: relative;
top: -5px;
left: 100px;
width: 88px;
}

#w3css
{
position: relative;
top: -36px;
left: 400px;
width: 88px;
}
/*end w3c position*/
}







