html{
background-image:url(img/background.jpg);
background-repeat:repeat-x;
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:60%;
}

body{
margin:0 auto;
padding:0;
width:700px;
}

h1,h2,h3,h4,h5{
color:#EEEEEE;
}

a.readMore{
color:#EEEEEE;
float:right;
text-decoration:none;
}

#top{
background-image:url(img/logo.png);
background-repeat:no-repeat;
height: 110px;
padding-bottom:20px;
}

#nav{
float:right;
padding: 55px 5px 5px 170px;
}
#nav a:hover{
color:#EEEEEE;
}

.title{
font-size:120%;
color:#EEEEEE;
}

tr{
vertical-align:top;
}

.leftSide{
width:500px;
padding-right:50px;
}

.rightSide{
float:right;
}

#subNav{
text-align:center;
padding: 40px 0px 25px 0px;
}
#subNav a{
padding-right:20px;
padding-left:20px;
color:#EEEEEE;
}
#subNav a:hover{
color:#1577C9;
}

p, ul{
font-size:120%;
color:#1577C9;
}

p a, ul a{
color:#1577C9;
text-decoration:underline;
}

p a:hover, ul a:hover{
color:#EEEEEE;
}


#footer{
height: 130px;
background-image:url(img/logo.png);
background-repeat:no-repeat;
background-position:center bottom;

color:#666666;
padding-top:25px;
padding-bottom:10px;
margin-bottom:15px;
font-size: 90%;
text-align:center;
}

#footer a{
color:#666666;
}

a{
color:#000000;
text-decoration:none;
}

p{
text-align:justify;
}
