* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #999999;
color: #000000;
font: 13px Arial, Verdana, Tahoma, sans-serif;
line-height: 19px;
}

a { color: #663399; text-decoration: none; }
a:hover { color: #663399; text-decoration: underline; }
img { border: none; }

#wrap {
width: 800px;
margin: 0 auto;
background: #fff;
}

#top {
height: 10px;
background: #BDC4F2 url("navigation/top.gif") no-repeat;
}

#header { 
height: 70px;
background: #fff url("navigation/header.gif") no-repeat;
}
#header h1 { 
padding: 15px 0 0 20px; }
#header h1 a {
color: #669999;
text-decoration: none;
font-size: 20px;
}
#header h1 a:hover {
color: #9966cc;
}
#header h2 {
color: #669999;
font-size: 17px;
padding: 0 0 0 20px;
}

#header h3 {
color: #669999;
font-size: 60px;
padding: 0 0 0 20px;
}
	

#navigation {
height: 30px;
line-height: 30px;
background: #555 url("navigation/menu.gif") no-repeat;
padding-left: 20px;
}
#navigation li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#navigation li a {
color: #FFFFFF;
text-decoration: none;
font-size: 13px;
font-weight: 600;
}
#navigation li a:hover {
color: #669999;
}



#content {
background: #BDC4F2 url("navigation/content.gif") repeat-y;
}

.left {
float: left;
width: 180px;
padding: 10px 10px 20px 10px;
}
.left li {
list-style-type: none;
}
.left li a {
display: block;
padding: 3px 3px 3px 20px;
font-weight: 600;
}
.left li a:hover {
background: #fefefe;
text-decoration: none;
}


.left h3 {
color: #663399;
font-weight: bold;
padding: 0 0 0 0px;
}	

.center {
float: left;
width: 400px;
padding: 10px 0px;
text-align: justify;
}
.center h1 {
font-size: 24px;
color: #663399;
padding: 5px 0;
}
.center h2 {
font-size: 17px;
color: #663399;
padding: 5px 0;
}
.center h2 a { text-decoration: none; }
.center ul { padding: 15px; }
.center li { font-weight: 600; }

.right {
float: right;
width: 160px;
padding: 10px 20px 20px 20px;
text-align: left;
}

.right h3 {
color: #663399;
font-weight: bold;
padding: 0 0 0 0px;
}	

.box {
background : #fff;
border: 1px solid #bbb;
padding: 10px;
margin: 0 0 10px 0;
}
.box a { font-weight: 600; }
.box1 {
background : #fff;
border: 1px solid #bbb;
padding: 10px;
margin: 10px;
}
.box1 a { font-weight: 600; }

#footer {
height: 20px;
line-height: 20px;
text-align: center;
background: #333 url("navigation/footer.gif") no-repeat;
color: #ccc;
font-size: 11px;
}
#footer a { color: #eee;}
#footer a:hover { color: #fff; }

#bottom {
height: 10px;
background: #fff url("navigation/bottom.gif") no-repeat;
