body
{
	background-color: #dddddd;
}

.yellowborder
{
	border-style: outset;
	border-color: yellow;
	border-width: 10px;
}

.blackborder
{
	border-style: outset;
	border-color: #444444;
	border-width: 10px;
}

.greenborder
{
	border-style: outset;
	border-color: green;
	border-width: 10px;
	padding: 0px;
	margin: 0px;
}

.blueborder
{
	border-style: outset;
	border-color: #001188;
	border-width: 10px;
}

.lightblueborder
{
	border-style: outset;
	border-color: #11ddff;
	border-width: 10px;
}

a:link
{
	color: #000000;
}

a:visited
{
	color:#000000;
}

a:hover
{
	color:#444444;
}

a:active
{
	color:#444444;
}

#wrapper1
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #444444;
	background-color: white;
}

#wrapper2
{
	position: relative;
	width: 804px;
	margin-left: auto;
	margin-right: auto;
}

h2
{
	text-align: center;
	margin-left: 300px;
	margin-right: 300px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: double;
	border-color: #444444;
}

p.menu
{
	text-align: center;
}

p.indent
{
	text-indent: 20px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}

p.outdent
{
	text-indent: -20px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}

p.padding
{
	padding-left: 200px;
	padding-right: 200px;
}

ul
{
	padding-left: 200px;
	padding-right: 200px;
}


img.floatLeftClear
{
	float: left;
	clear: left;
	margin: 10px;
	border-style: solid;
}

img.floatRightClear
{
	float: right;
	clear: right;
	margin: 10px;
	border-style: solid;
}