html, body
{
margin:0;
padding:0;
height:100%;
font-family:Verdana, 'Trebuchet MS', sans-serif;
color:#fff;
}
body{
background:#fff url(/images/background.jpg) repeat-y;
}
p, a, li
{
font-size:17px;
}
a{
font-size:17px;
color:#fff;
}
a:hover {
color:#45bbdb;
}
h1
{
font-size:21px;
}
h2
{
font-size:20px;
}
h3
{
font-size:18px;
}
h4
{
font-size:19px;
}
h5
{
margin:24px 0 0 0;
text-align:center;
font-size:23px;
color:#fff;
}
h6
{
margin:10px 0 50px 0;
font-size:16px;
text-align:center;
color:#fff;
}
hr{
background:url(/images/separator.gif) no-repeat top center;
height:31px;
border:0;
}
table{
height:100%;
border-collapse:collapse;
}
td{
padding:0;
vertical-align:top;
}
img{
border:0;
}
.center{
text-align:center;
}
#headerPrint{
display:none;
}
#main{
width:100%;
}
#menu{
width:250px;
padding-top:375px;
}
#menu a{
font-family:Arial, sans-serif;
display:block;
width:188px;
height:54px;
padding:11px 30px 0px 10px;
margin-left:38px;
text-align:center;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#fff;
background:url(/images/bgMenu.gif) no-repeat;
}
#menu ul{
margin:22px 0 0 59px;
padding:0;
list-style-type:none;
list-style-position:inside;
}
#menu li{
line-height:30px;
}
#content{
padding:0 25px 0 25px;
background:url(/images/corner.gif) top left no-repeat;
}
#content ul{
line-height:26px;
list-style-image:url(/images/bullet.gif);
list-style-image:none;
}

#linkpage a{
font-size:19px;
color:#fff;
text-decoration:none;
}
#linkpage a:hover {
color:#45bbdb;
}


