body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
background: #ccc;
}

p, li, ul, tr, td, th, h1, h2, h3, h4, h5, h6, a {
font-size: 13px;
}

a:link {
text-decoration: none;
color: #336;
}

a:active {
text-decoration: underline;
color: #f90;
}

a:visited {
text-decoration: none;
color: #336;
}

a:hover {
text-decoration: underline;
color: #f90;
}

#motto {
border: 1px solid #336;
}

#header {
border: 1px solid #336;
}

#navbar {
border-left: 1px solid #336;
}

#navbar td {
border-right: 1px solid #336;
}

#navbar td a {
display:block;
width:100%;
height: 20px;
font-weight: bold;
font-size: 13px;
padding-top: 2px;
}


#navbar td a:link {
text-decoration: none;
color: #336;
background: #f90;

}
#navbar td a:visited {
text-decoration: none;
color: #336;
background: #f90;
}
#navbar td a:hover {
text-decoration: underline;
color: #f90;
background: #336;
}
#navbar td a:active {
text-decoration: underline;
color: #f90;
background: #336;
}



#mainbody {
border: 1px solid #336;
}

#maintext {
background: #fff;
padding-left: 5px;
padding-right: 5px;
}

#buttons {
text-align: right;
float: right;
display: inline;
padding-left: 5px;
}

.boldtext {
	font-weight: bold;
}

.smalltext {
	font-size: 9px;
}


.boldtext-red {
	font-weight: bold;
	color: #990000;
}

h1 {
	font-size: 16px;
	color: #f90;
	padding: 2px
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333366;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #336;
	font-style: italic;
	margin: 0;
	padding: 0;
	
}

#sidebar {
border-left: 1px solid #336;
padding: 2px;
background: #d0d0e8;
font-size: 11px;
}

#footer {
border: 1px solid #336;
}
.bolditl {
	font-style: italic;
	font-weight: bold;
	color: #336;
}
