* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #ffffff url(bg.gif) top center repeat-y;
color: #000;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;
}

a { color: #263c6e; text-decoration: bold; }
a:hover { color: #ff0000; text-decoration: underline; }
img { border: none; }
a img { border: none; }

#wrap {
width: 720px;
margin: 0 auto;
background: #fff;
}

#header {
background : #fff url(header.png) no-repeat;
height: 238px;
margin-top:10px
}

#header h5 { padding: 20px 0 0 20px; color: #fff; font-size: 20px; }
#header h5 a { color: #fff; text-decoration: none; }
#header h5 a:hover { color: #000; text-decoration: none; }
#header h6 { padding: 0 0 0 20px; font-size: 12px; color: #f7f7f7; }

#right {
float: right;
width: 500px;
}
.breadcrumbs {
background: #4063B7 url(breadcrumbs.gif) no-repeat;
height: 50px;
line-height: 50px;
padding-left: 20px;
color: #eee;
}
.breadcrumbs a { color : #ccc; }
.breadcrumbs a:hover { color: #fff; }

.content { padding: 10px 20px 0px 20px; }
.content h1 { font-size: 20px; padding: 7px 0 3px 0; }
.content h2 { font-size: 18px; padding: 7px 0em 10px 0em; }
.content h3 { font-size: 18px; padding: 10px 0em 0px 0em; }
.content p { font-size: 16px; padding: 0px 0em 10px 0em; }
.content ol { font-size: 16px; padding: 0px 0em 10px 0em;margin-left: 2em;}

#left { 
float: left;
width: 220px;
padding-top:10px;
}

#left h4 { 
background: #4063B7 url(menu.gif) no-repeat;
line-height: 50px;
height: 50px;
font-size: 14px;
color: #fff;
padding-left: 20px;}


.leftbox {
padding: 0px 15px 10px 15px;
}
.leftbox li { list-style-type: none; }
.leftbox li a { font-weight: 600; padding-left: 5px; }

#footer {
margin-top: 10px;
height: 50px;
line-height: 50px;
background: #4063B7 url(footer.gif) no-repeat;
text-align: center;
color: #eee;
}
#footer a { color: #eee;}
#footer a:hover { color: #fff; }