/* CSS Document */

@page {
	size : 8.5in 11in;
}

body {
	margin : 0;
	padding : 0;
	font-family : georgia, times, serif;
	background-color : #ffffff;
	color : #000000;
}
/* Column 1 -- contains the navigation menu */
#menu {
	display : none;
}

#menu h4 {
	text-align : center;
	margin-bottom : 1px;
}

/* Column 2 -- contains the basic content */
#content {
	color : #000000;
	background-color : #ffffff;
	font-size : 10pt;
	padding : 0 10px;
	width : 85%;
}

#content h1 {
	text-align :center;
	margin-top : 1em;
}

#content h3 {
	margin-bottom : 1px;
}

#content p {
	margin-top : 1px;
	margin-bottom : 1em;
}

#branding {
	display : none;
}

#url {
	font-size : .8em;
	margin-top : 4px;
}

#footer {
	font-size : .8em;
	border-top : 1px solid #000066;
	margin-top : 1em;
	padding : 3px 0;
}

#copyright {
	font-size : .8em;
	margin-top : 4px;
}

#copyright span.disclaimer {
	font-style : italic;
}

/* Image Classes */
.imgright {
	float : right;
	margin-left : 3px;
	margin-right : 5px;
}

.imgleft {
	float : left;
	margin-right : 3px;
}

.imgctr {
	border : none;
	text-align : center;
	margin-left : 24px;
	margin-right : 24px;
	margin-top : 20px;
	margin-bottom : 0;
}

/* Lists */
dl {
	margin-top : 1px;
}

dt {
	font-weight : bold;
}

dd {
	margin-bottom : 0.5em;
}

ul, ol {
	margin-top : 1px;
}

li {
	margin-bottom : 0.5em;
}

/* Miscellaneous Classes */
.spacer {
	line-height : 1em;
}

.center {
	text-align : center;
}

.author {
	text-indent : .5in;
	font-size : 0.9em;
	font-style : italic;
}

/* Table Styles */
table {
	border : 1px solid gray;
	font-family : courier, monospace;
	font-size : .8em;
	margin : 3% 10%;
	background-color : transparent;
	color : #000000;
}
tr {
	border : 1px solid gray;
}
th {
	border : 1px solid gray;
}
td {
	border : 1px solid gray;
	vertical-align : top;
	text-align : left;
	padding : 5px;
}

/* Navigation */
#internalnav {
	text-align : center;
	margin-top : .5em;
	margin-bottom : .5em;
}

#content #internalnav a {
	text-decoration : underline;
	font-weight : bold;
	font-variant : small-caps;
	background-color : transparent;
	color : blue;
}

#content a {
	background-color : transparent;
	color : blue;
	text-decoration : underline;
	padding : 2px 1px;
}
