/* page layout */
div.page
{
	margin: 15px;
}

div.container
{
	width: 700px;
	min-height: 600px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: #CCE6FF;
	_height: 600px;
	color: #000000;
}

div.header
{
	height: 100px;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	clear: left;
	background-color: #CCE6FF;
	width: 700px;
}

div.sidebar
{
	float: left;
	width: 200px;
	clear: left;
	margin: 0;
	min-height: 600px;
	background-color: #CCE6FF;
	height: 100%;
	_height: 600px;
}

div.content
{
	margin-left: 200px;
	padding-left: 1em;
	padding-top: .5em;
	padding-right: 1em;
	min-height: 600px;
	background-color: white;
	border-left: 1px solid #d0d0d0;
	height: 100%;
	_height: 600px;
}

div.footer
{
	height: 30px;
	padding-top: 0.2em;
	border: 1px solid  black;
	background-color: #CCE6FF;
	width: 700px;
	margin: 0;
}
	
/* formatting */

/* headings */
h1,h2,h3,h4,h5,h6
{
	font-family: arial, "trebuchet ms", sans-serif;
}

h2
{
	color: #00066;
	font-size: 12pt;
	text-transform: inherit;
	border-bottom: 1px solid;
	line-height: normal;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
}

h3
{
	color: #00066;
	font-size: 10pt;
	text-transform: inherit;
}
/* text */
p
{
	margin: 0 2em 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 115%;
}

p.sidebar
{
	padding-top: 1em;
}

p.footer
{
	font-family: "arial black", "trebuchet ms", sans-serif;
	font-size: 10pt;
	font-weight: 600;
	margin: 0 5px 0 0;
	line-height: 100%;
	text-align: right;
}

p.by
{
	font-size: 7pt;
	text-align: left;
	margin: -8px 0 0 5px;
	font-weight: 300;
}

/* anchor */
a
{
	font-family: "arial black", "trebuchet ms", sans-serif;
	font-size: 16pt;
	font-weight: 600;
}

a.sidebar:link
{
	color: #003399;
	text-decoration: none;
	line-height: 85%;
}

a.sidebar:visited
{
	color: #003399;
	text-decoration: none;
	line-height: 85%;
}

a.sidebar:hover
{
	color: 003399;
	text-decoration: underline;
	line-height: 85%;
}

a.sidebar:active
{
	color: #003399;
	text-decoration: none;
	line-height: 85%;
}

a.content:link
{
	color:#003399;
	text-decoration: none;
	font-size: 10pt;
	line-height: 120%;
}

a.content:visited
{
	color:#003399;
	text-decoration: none;
	font-size: 10pt;
	line-height: 120%;
}

a.content:hover
{
	color:#003399;
	text-decoration: underline;
	font-size: 10pt;
	line-height: 120%;
}

a.content:active
{
	color:#003399;
	text-decoration: none;
	font-size: 10pt;
	line-height: 120%;
}

/* table */
th
{
	text-align: left;
	background-color: #CCE6FF;
	border-bottom: 1px solid grey;
}

table.journal
{
	margin: 0 2em 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 115%;
}

/* list */

ol
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
}

ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	list-style-type: none;
}

/* img */

img.sidebar
{
	margin: 1em 0 0 1em;
}
