#navbar {
    height: 40px;
    margin: -1px 0 0 0;
    padding: 0;
    position: relative;
}
#perm {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 40px;
}
#navbar #perm .contact {
    display: block;
    padding-top: 10px;
    padding-left: 25px;
    background: url(../images/icon/balloon.gif) no-repeat center left;
    z-index: 300;
}

p, pre {
    margin-left: 40px;
}
em {
    color: red;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
    padding: 0;
	background-image: url(../images/bg_tiles/main_bg_repeater.gif);
	line-height:14px;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	color: #444;
	border-bottom: thin dotted #888;
	padding: 12px 20px 3px 0px;
	margin: 20px 0 20px 40px;
	text-indent: 40px;
    clear: both;
}
div#contents {
    width: 925px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000;
    background-color: white;
}
div#masthead {
	background: #7088b1 url(../images/masthead/masthead.jpg) no-repeat;
    height: 83px;
}
div#header p {
    color: white;
    float: right;
}
p.salutation {
    margin: 15px 20px 0 0;
    background: url(../images/icon/user_icon.gif) top left no-repeat;
    padding: 3px 0 0 28px;
    height: 28px;
}
p.datetime {
    clear: right;
    margin: 3px 20px 0 0;
    font-size: 110%;
    font-weight: bold;
}
p.datetime span.time {
    margin-left: 10px;
}
div#masthead a:link, div#masthead a:hover, div#masthead a:active, div#masthead a:visited {
    color: white;
    text-decoration: underline;
}
div#masthead a:hover {
    text-decoration: none;
}
#nav {
    width: 865px;
	float: left;
	margin: 0;
	padding: 5px 0 0 60px;
	list-style: none;
	background: white url(../images/main_nav/nav_bg_rpt.gif) repeat-x bottom left;
}

#nav li {
	float: left;
	margin: 0 5x;
	padding: 0;
}
#nav a {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 8px 12px 4px;
	color: #666;
	text-decoration: none;
    font-weight: bold;
    font-size: 115%;
    letter-spacing: -1px;
}
#nav a:hover, 
        body.one #t-one a,
        body.two #t-two a,
        body.three #t-three a,
        body.four #t-four a,
        body.five #t-five a,
        body.six #t-six a,
        body.seven #t-seven a {
	margin: 0 9px 0 0;
	color: #333;
	padding-bottom: 5px;
	border: 1px solid #333;
	border-bottom: none;
	background: #fff none repeat-x top left;
}

#nav a:hover {
    text-decoration: none;
    cursor: default;
    color: #374663;
    font-weight: bold;
}
body.two h1 {
    background: url(../images/icon/two_icon.gif) bottom left no-repeat;
}
#main {
    text-align: left;
}
#footer {
    clear: both;
    margin: 30px 0;
    border-top: 1px solid #999;
    padding: 15px 0 25px;
}
.toplink {
    float: right;
    padding-right: 50px;
}
