﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ffffff;
	font-family: Arial;
	font-size:  medium;
	color: #3f3f3f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1
{
	color: navy;
	font-family: Arial Baltic;
}

h2
{
	color: navy;
	font-family: Arial Baltic;
}

h3
{
	font-family: Arial Baltic;
}

p
{
	padding-bottom: 5px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

blockquote  
{
	border-left:2px solid #999999;
	padding-left: 5px;
	color:#333333;
}

#wrapper
{
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 55px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	
	padding-top: 45px;
	padding-left: 75px;
	
	font-size: xx-large;
	color: navy;
	font-family: Arial, Sans-Serif;
	font-variant: small-caps;
}

.content
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
}


.header_issue_number
{
	color: navy;
	text-align: right;
}

#index
{
	float: left;
	width: 150px;

	margin-right: 5px;
	padding-left: 5px;

	text-align: left;
	color: #666666;
	font-size: small;
}

#index ul
{
	list-style-type: disc;
	margin-left: 12px;
}

.content_items
{
	margin-left: 163px;
	width: 540px;
}

.content_item
{
}

.content ul
{
	margin-left:15px;
	margin-bottom: 5px;
}

.content ol
{
	margin-left:25px;
	margin-bottom: 5px;
	list-style-type: upper-roman;
}


#footer
{
	height: 110px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;

	text-align: center;
	color: navy;
	font-size:small;
	padding-left: 75px;
	padding-right: 75px;
}

.seperator
{
	text-align: right;
	font-size: small;
	color: gray;
	line-height: 20px;
	padding-bottom: 7px;
}

.seperator a
{
	font: normal 9px Tahoma;
	color: #8b8b8b;
	text-decoration: underline;
}

.back_to_top
{
	border:none; 
	vertical-align: middle;
	padding-right: 2px;
}

.copyright
{
	font-size: smaller;
}

.side_images img
{
	border: none;
}

