
#menu {
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	background: #325884;
	height: 100%;
	width: 225px;
	color: white;
	font-family: Arial,Helvetica,sans-serif;	
	text-align: right;
	}

p.menu {
	padding: 0 10px 0 0;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	}

.menu1 {
	margin: 0 10px 0 0;
	}
	
a.menu:link,a.menu:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
a.menu:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
	}

a.menu:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
	}
	
#content {
	font-family: sans-serif;
	position: absolute;
	float: left;
	left: 230px;
	top: 0;
	border: 0;
	padding: 0 10px 0 10px;
	margin: 0;
	}

h1#content {
	margin: 0;
	font-size: 22px;
	}

h2#content {
	font-size: 133%;
	}
	
h3#content {
	font-size: 120%;
	}
	
dt {
	font-weight: bold;
	}
dd {
	padding-bottom: 5px;
	}
li {
	padding-bottom: 5px;
	}

td a:link, td a:visited {
	color: black;
	text-decoration: none;
	}
	
td a:hover {
	color: #325884;
	text-decoration: underline;
	}
	
cite {
	text-align: right;
	font-style: italic;
	}
cite:before {content: "\2014";}

blockquote:before { content: open-quote; font-weight: bold; font-size: 150%; }
blockquote:after { content: close-quote; font-weight: bold; font-size: 150%; }
	
.callout {
	text-align: left;
	float: right;
	margin: 10px;
	padding: 5px;
	background: white;
	border-width: 1px;
	border-color: #325884;
	border: solid;
	width: 225px;
	color: black;
	}

h3.callout {
	margin: 0;
	}
	
.white {
	color: white;
	}