* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #000;
}

.top { height: 75px; }

#menu {
    float: left;
    width: 210px;
    top: 0;
    bottom: 0;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu .menu-pad { padding: 0 24px; }

#menu ul li.menu-section { font-weight: bold; color: #f00; }

#menu ul li { color: #666; margin-bottom: 1px; background: #fff; }
#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited { text-decoration: none; color: #000; background: #fff; }
#menu ul li a:hover { background: #fff20d; }

#menu ul li.active { color: #f00; }
#menu ul li.active a:link,
#menu ul li.active a:active,
#menu ul li.active a:visited { text-decoration: none; color: #fff; background: #f00; }
#menu ul li.active a:hover { background: #fff20d; }

#menu .top { background: #fff; }

#content {
    height: 100%;
    margin: 0 0 0 210px;
    top: 0;
	font-size: 1.0em;
}

#content a:link,
#content a:active,
#content a:visited { text-decoration: underline; color: #333; }
#content a:hover { background: #fff20d; }

#content .content-pad { margin: 25px 65px 65px 15px; }

p { margin: 0 0 10px 0; }
#content p { margin-bottom: 18px; font-size: 14px; }


.container { margin: 5px; font-size: 1.0em; }
.container-pad { margin: 25px 0 0 15px; }

h1, h2, h3 { font-weight: normal; margin-bottom: 0; padding-bottom: 0; font-size: 14px; }
h1 { color: #ff0000; font-size: 16px; }
h2 { font-size: 16px; }

h4 { font-weight: normal; margin-bottom: 1em; font-size: 10px; }
h5 { padding: 1px; color: #f00; font-weight: normal; font-size: 1.4em; }

.w275 { width: 275px; }

#content #img-container a:hover img { background: transparent; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
