/*
General site attributes
*/

body
{
	background-color: white;
	padding: 0px;
	margin: 0px;
	font: 9pt Geneva, Helvetica, Arial;
}

#outline { margin: 0px auto 0px auto; }

#topbanner
{
	position: fixed;
	top: 00px;
	left: 0px;
	right: 0px;
	background: #5B87D7;
	color: white;
	text-shadow: 2px 2px 3px #777777;
	height: 50px;
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

#topbanner a:link,
#topbanner a:visited { color: white; }

#logo
{
	position: fixed;
	top: 7px;
	left: 7px;
}

#logotext
{
	position: fixed;
	top: 7px;
	left: 45px;
	font: 24pt Geneva, Helvetica, Arial;
}

#toplinks
{
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	font: 14pt Geneva, Helvetica, Arial;
	text-align: right;
	vertical-align: middle;
}

#sidebar_left
{
	position: fixed;
	top: 51px;
	left: 0px;
	width: 160px;
	bottom: 0px;
	margin: 0px;
	padding: 10px;
	background-color: #EEEEEE;
	font: 9pt Geneva, Helvetica, Arial;
	border-right: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	overflow: auto;
}

.sidebar_subitem
{
	padding: 5px;
	margin-bottom: 15px;
}

.rss_button { text-align: center; }

.search { text-align: center; }

#mainblock
{
	padding: 10px;
	font: 9pt Geneva, Helvetica, Arial;
	margin-top: 50px;
	margin-left: 180px;
}

.freetext
{
	padding: 10px;
	font: 9pt Geneva, Helvetica, Arial;
	width: 75%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

.homepage
{
	text-align: center;
	padding: 10px;
	font: 9pt Geneva, Helvetica, Arial;
	width: 90%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.article_row { margin: 10px; }

.footer
{
	text-align: center;
	font-size: 8pt;
}

/*
Table elements
*/

table
{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

th
{
	background-color: #5B87D7;
	color: white;
	padding: 4px;
	font: 11pt Geneva, Helvetica, Arial;
	height: 20px;
	text-align: center;
}

td { padding: 5px; }
.row2 { background-color: #EEEEEE; }

td.left
{
	width: 40%;
	text-align: right;
}

td.right
{
	width: 60%;
	text-align: left;
}

td.middle
{
	text-align: center;
}

/*
Links
*/

a:active
{
	color: #5B87D7;
	text-decoration: none;
}

a:link
{
	color: #5B87D7;
	text-decoration: none;
}

a:visited
{
	color: #777777;
	text-decoration: none;
}

a:hover
{
	color: #777777;
	text-decoration: underline;
}

#sidebar_left a { color: black; }

/*
Text
*/

h1
{
	font: 24px Geneva, Helvetica, Arial;
	margin: 0px;
}

h2
{
	font: 20px Geneva, Helvetica, Arial;
	margin: 0px;
}

h3
{
	font: 16px Geneva, Helvetica, Arial;
	margin: 0px;
}

.sidebar_title { font-weight: bold; }
.small { font-size: 8pt; }

p
{
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: justify;
}

.notes
{
	font-size: 8pt;
	margin-bottom: 15px;
	text-align: justify;
}


/*
Miscellaneous
*/

img { border: 0px; }

.help_answer
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	text-align: justify;
}
