body {
	background: #f5f5f5;
	margin: 0 auto;
	font-size: small;
	font-family: Verdana, sans-serif;
}

p {
	margin-top: 1em;
	padding-bottom: 1em;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 170%;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	margin-top: 1em;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.8em;
}

a {
	color: blue;
}

a:hover {
	color: green;
}

a.blog {
	color: black;
	text-decoration: none;
}

a.blog:hover {
	color: green;
}

table {
	border-collapse: collapse;
	border-spacing: 0pt;
	margin: 0pt 0pt 1em;
}

th, td {
	border: 1px solid #bbbbbb;
	padding: 0.25em 0.75em 0.25em 0.5em;
	text-align:left;
	vertical-align:top;
}

th {
	background-color:#ececec;
	font-weight:bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol{
	margin: 0 0 1em 1em;
	padding: 0 0 0 1em;
	list-style-type: square;
}

li {
	list-style-type: square;
}

pre {
	background-color: #efefef;
	border: thin solid #ccc;
	border-left: 0.75em solid #ccc;
	padding: 0.25em 0.75em 0.25em 0.75em;
	font-family: monospace;
	overflow: auto;
	display: block;
	line-height: 130%;
	font-size: 87.5%;
}

p code {
	background-color: #efefef;
	border: thin solid #ccc;
	padding: 0.1em;
	color: #000000;
}


/* container -- everything goes in here (header, content, footer) */

#container {
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 760px;
	border: 1px solid #bbbbbb;
	text-align: left;
	background-color: #ffffff;
}


/* header */

#header {
	height:40px;
	background-color:#ececec;
	border-bottom: 1px solid #bbbbbb;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: blue;
	text-decoration: underline;
}
#header img {
	float: left;
	padding-left: 3px;
	padding-top: 3px;
}


/* nav -- main navigation in the header */

#nav {
	float: right;
	margin-bottom: 0;
}

#nav li {
	line-height: 40px;
	float: left;
	list-style: none;
	margin: 0 1em;
}

#nav a {
	color: #000000;
	text-decoration: none;
}


/* subnavigation -- navigation for a category */

#subnavigation {
	width: 180px;
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	clear: both;
}

#subnavigation ul, #subnavigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnavigation ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#subnavigation ul li ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	border: 0px;
}

#subnavigation a:link, #subnavigation a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
}

#subnavigation a:hover {
	color: blue;
}

#subnavigation h3 {
	font-weight: normal;
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.3em;
	border-top: 2px solid #000;
	border-bottom: 1px dotted #000;
	padding-bottom: 0em;
}


/* content -- the "real" page */

#content { 
	width: 518px;
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1.5em;
	padding-bottom: 2em;
	border-right: 1px solid #bbbbbb;
	float: left;
}

#contentonecolumn { 
	min-height: 500px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1.5em;
	padding-bottom: 2em;
}


/* footer -- copyright and last updated information */

#footer {
	clear: both;
	background-color:#ececec;
	border-top: 1px solid #bbb;
	padding: 4px;
	font-size: 75%;
}

/* misc stuff */

.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px dashed #bbbbbb;
	background-color:#fafbfc;
	line-height:1.5em;
}

blockquote {
	margin: 0 60px;
	padding-left: 35px;
	padding-top: 15px;
	background: url(../graphics/quote_up.png) top left no-repeat;
}

blockquote p {
	padding: 0px 15px 0px 0px;
	font-size: 1.1em;    
	background: url(../graphics/quote_down.png) bottom right no-repeat;
}

cite.index {
	display: block;
	margin: 0 60px;
	text-align: right;
	color: #bbb;
}

#column1 {
	float: left;
	width: 350px;
}
#column2 {
	float: left;
	width: 350px;
	margin-left: 20px;
}

img.grayborder {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 4px;
}

img.nobordercenter {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.graybordercenter {
	padding: 1px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.grayborderright {
	padding: 1px;
	border: 1px solid #ccc;
	float:right;
	margin: 4px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#map {
	float: right;
	padding: 1px;
	border: 1px solid #ccc;
}
