/* CSS Document */
body
{
margin:0px;
}
.top
{
width:100%;
background:url(images/top.jpg);
background-repeat:repeat-x;
background-position:left;
background-color:#00CCFF;
}
.toplink a
{
display:block;
height:47px;
width:120px;
text-decoration:none;
color:#EAFFEB;
font-family:Verdana, Arial, Helvetica, sans-serif;
vertical-align:middle;
line-height:40px;
float:left;
font-size:16px;
text-align:center;
background:url(images/top.jpg);
background-repeat:repeat;
background-position:left;
}
.toplink a:hover
{
background-image:url(images/top2.jpg);
}
.bottomlink a
{
text-decoration:none;
color:#EAFFEB;
font-family:Verdana, Arial, Helvetica, sans-serif;
vertical-align:middle;
line-height:40px;
font-size:16px;
text-align:center;
}
.menuhome a
{
display:block;
background:url(images/homeup.jpg);
height:66px;
width:230px;
}
.menuhome a:hover
{
background:url(images/homedown.jpg);
}
.menureg a
{
display:block;
background:url(images/registrationup.jpg);
height:37px;
width:230px;
}
.menureg a:hover
{
background:url(images/registrationdown.jpg);
}
.menuprog a
{
display:block;
background:url(images/aboutup.jpg);
height:43px;
width:230px;
}
.menuprog a:hover
{
background:url(images/aboutdown.jpg);
}
.menuteach a
{
display:block;
background:url(images/teachersup.jpg);
height:46px;
width:230px;
}
.menuteach a:hover
{
background:url(images/teachersdown.jpg);
}
.menuclass a
{
display:block;
background:url(images/classesup.jpg);
height:41px;
width:230px;
}
.menuclass a:hover
{
background:url(images/classesdown.jpg);
}
.menutest a
{
display:block;
background:url(images/testimonialsup.jpg);
height:57px;
width:230px;
}
.menutest a:hover
{
background:url(images/testimonialsdown.jpg);
}
.menubottom
{
display:block;
background:url(images/menu.jpg);
height:48px;
width:230px;
}
.content
{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#E6F2FF;
width:510px;
padding:10px;
font-size:medium;
}
.header
{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:large;
color:#990000;
background-color:#E6F2FF;
width:510px;
padding:10px;
}
.referer
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
}